I built a default-deny firewall for local AI agents (OpenClaw/Hermes) — it gates every tool call and asks me before anything risky
Summary
A default-deny firewall daemon for local AI agents that intercepts every tool call, blocking dangerous actions and requesting user approval for ambiguous ones, with tamper-evident logging. Designed to mitigate prompt injection risks. Open source under MIT license.
Similar Articles
I built an OpenAI compatible firewall for AI agents. Try to break it.
Arc Gate is an OpenAI-compatible firewall that tracks authority across entire AI agent sessions, escalating from allow to block before tool calls execute. It is available as a live demo and open-source on GitHub.
Claw Patrol: an open-source security firewall for agents
Deno open-sources Claw Patrol, a security firewall for AI agents that routes traffic through a tunnel, parses protocols, injects credentials, and enforces rules to prevent dangerous actions like SQL deletions or kubectl commands.
Show HN: Claw Patrol, a security firewall for agents
Claw Patrol is a security firewall for AI agents, sitting between agents and production to parse traffic and gate actions using HCL rules, blocking destructive SQL or requiring human approval for risky commands like kubectl delete pod.
Why is there not a deterministic firewall for AI agents?
A developer built a deterministic firewall in Rust for AI agents that runs under 5ms, using plans, MCP lists, and taint tracking to enforce security without hallucination or latency issues.
I built a plugin that makes OpenClaw ask my phone before doing anything risky
OKed is a plugin for OpenClaw that intercepts risky tool calls and requires user approval before execution, preventing agents from performing destructive actions like deleting data or sending payments.