Capframe – capability tokens for AI agent tool calls
Macaroon-style tokens for AI agents solve the excessive agency problem better than prompt engineering.
A causal firewall for AI agents: blocks multi-step tool-call chains that leak data, even when every call is individually allowed.
Causal DAG tracking catches multi-step exfiltration that per-action security checks completely miss.
Teams deploying AI agents with tool access and MCP integrations
Lakera · Protect AI · PromptArmor
As there are more and more agents in the internet; Security is going to be a big problem. Currently, the problem is solved using a LLM to guard Agent but this creates the problem of hallucination and latency, so I coded a firewall in rust that runs under five miliseconds. This works by creating a plan and enforcing the plan; for per action call, this enforces using the Model context protocols list and for sequence it tracks every single tool call and data flow; there is also a taint mechanism where if the agent reads something outside of the user context, it flags and adds more security mechanism. It works by using a DAG.
Macaroon-style tokens for AI agents solve the excessive agency problem better than prompt engineering.
Eight-layer governance pipeline for agents when LangChain just executes blindly.
Interceptor layer blocks SQL injection and shell injection before agents execute them.
Wire-protocol parsing gates agent actions before they hit production—no LLM gateway does this.
Zero-trust governance for AI agents before they execute shell, file, or database actions with full audit trails.
Agent security is critical, but README admits features aren't fully implemented yet.