agent.shield
a human in the loop for your ai agents
agent.shield is a security firewall for AI agents. It sits in front of your systems as a transparent HTTP proxy: every request your agent makes runs through it, gets matched against your policies — plain regex on method, path, and body — and safe traffic is forwarded the instant it arrives. Nothing slows down until something dangerous shows up.
When a request looks destructive — a DELETE, a drop table, an rm -rf, a kubectl delete — agent.shield holds it in an approval queue and waits for a human to approve or deny, then forwards or blocks accordingly. Every decision, held or passed, lands in an audit log you can read later. Point your agent at one url and you have a human in the loop for anything that can't be undone.
pending review
1
approved
312
denied
7
intercepted
1,284
body drop table customers
your agent is trying to wipe every customer record. agent.shield is holding it until a human decides.
agentshield.ogbuilds.ai/p/prod-agent
3 policies · 14ms median overhead
how it works
- 01
point your agent at the proxy
Change one base url so your agent's traffic flows through agent.shield — no rewrite, no sdk.
- 02
write a policy or two
Match on method, path, or body with plain regex; decide what passes and what gets held for review.
- 03
approve from the queue
Safe traffic forwards instantly. Destructive calls wait in the queue for an approve or deny — and every decision is logged.
a look inside
a few of the screens you'll actually use.
- transparent proxy, one url to change
- holds destructive calls for approval
- every decision logged
pending review
1
approved
312
denied
7
intercepted
1,284
body drop table customers
your agent is trying to wipe every customer record. agent.shield is holding it until a human decides.
agentshield.ogbuilds.ai/p/prod-agent
3 policies · 14ms median overhead
pending review
1
approved
312
denied
7
intercepted
1,284
body drop table customers
your agent is trying to wipe every customer record. agent.shield is holding it until a human decides.
agentshield.ogbuilds.ai/p/prod-agent
3 policies · 14ms median overhead