Case Study
A deterministic, policy-driven firewall that sits between coding agents and the rest of your machine. Every file, shell, and tool call is evaluated against YAML policy before it runs, with inline human confirmation for risky patterns and a structured audit log you can actually read.
Agent-based coding tools are powerful, but they run with your full permissions. "Yes to all" approval flows trade safety for speed; sandbox-based approaches trade integration for isolation. Blackwall aims at the missing middle: a deterministic, always-on gate that lives between the agent and the real system, so obviously-bad calls never fire and ambiguous ones pause for a human without breaking the agent's flow.
blackwall init and proxy-mcp that drop a working setup into a Cursor project.Shipped a working end-to-end flow: install Blackwall, point your agent at it, get deterministic policy-based guardrails across shell and MCP tool calls with a usable audit trail. The project became a forcing function for thinking about agent safety as infrastructure rather than a model capability — something boring, reviewable, and in the critical path by default.