Agent Armor, a Rust runtime that enforces policies on AI agent actions
Eight-layer governance pipeline for agents when LangChain just executes blindly.

Natural language policies block risky agent actions before they execute.
Security teams, AI engineering leads
Lakera · Protect AI · Patronus AI
A .env file gets read, a secret ends up somewhere it should not, a command runs that nobody approved. EDR sees process spawns. Cloud audit logs see API calls. Neither understands that the agent's chain of actions together is credential theft.
Burrow sits between the agent and the machine. You define policies in plain language, like "block any agent from deleting production resources" or "alert if an agent reads AWS credentials and then sends data to an external endpoint." Burrow maps those policies against the actual tools, MCP servers, and plugins in your environment, then intercepts tool calls at the framework level before they execute. Risky calls get dropped. Everything else passes through.
Works with Claude Code, Cursor, Copilot, Windsurf, CrewAI, LangChain, LangGraph, and a few more. CLI and SDK install in under a minute. Free tier for individuals, paid for teams.
I ran infrastructure security at a large media company before this. Going full time on Burrow later this month. Happy to answer anything, especially the "does this actually work in production" question.
try - https://burrow.run
Eight-layer governance pipeline for agents when LangChain just executes blindly.
Zero-trust governance for AI agents before they execute shell, file, or database actions with full audit trails.
Code-based rules beat AI monitoring AI for actual enforcement guarantees.
OPA-based policy engine for AI agents blocking injection and tool abuse.
Kernel interception stops runaway agents where LangGraph and AutoGen only advise.
Sandbox agents via natural-language policy, not ambient authority—genuinely novel approach.