Declare a mission
The agent registers its purpose. Every proposed action is judged against that declared mission.
set by the operator · every change is ledgeredThe firewall for AI agents — a GPT-5.6 intent layer that catches hijacked agents static rules can't see.
the firewall IS GPT-5.6 judging GPT-5.6
PUBLIC, KEYLESS DEMO · REAL POLICY AND LEDGER PATHEvery high-risk action — payments, email, data, APIs, shell — is judged against the mission before it executes.
Agents read emails, webpages, invoices, and documents to decide what to do.
A poisoned document can redirect the agent without changing its permissions.
By the time it acts, every numeric rule can still be green.
Gartner predicts that by 2028, 1 in 4 enterprise breaches will be traced back to AI agent abuse — from both external and malicious internal actors.
— Gartner, 2025pulled live from the running system · CONNECTING
The agent registers its purpose. Every proposed action is judged against that declared mission.
set by the operator · every change is ledgeredA deterministic policy floor checks caps, allowlists, and integer cents. GPT-5.6 reads intent against the mission. If the model is unavailable, fusion fails closed.
deterministic floor + gpt-5.6 · fails closedEvery decision is hash-chained with SHA-256. Historical tampering breaks the chain and is verifiable live.
break it yourself → open the consolehash-chained · break it yourself in the console| CAPABILITY | Spend management tools | Agent wallets | Deterministic kernels | AgentGuard |
|---|---|---|---|---|
| Spend caps & allowlists | FULL | FULL | FULL | PARTIAL |
| Human approval loop | FULL | PARTIAL | PARTIAL | FULL |
| Tamper-evident audit chain | PARTIAL | PARTIAL | PARTIAL | FULL |
| Reads intent vs a declared mission | NO | NO | PARTIAL | FULL |
| Catches attacks that pass every rule | NO | NO | NO | FULL |
| Fail-closed by design | PARTIAL | PARTIAL | PARTIAL | FULL |
| Plugs into any agent (MCP) | PARTIAL | PARTIAL | PARTIAL | FULL |
Deterministic layers catch rule violations. AgentGuard catches betrayed intent — they compose, not compete.
AgentGuard does not hold funds or replace spend controls — it composes with them.
You can even tamper with the ledger yourself — the chain will catch you. → open the console
git clone https://github.com/doctormizio777777/agentguard.git
cd agentguard
docker compose up --buildCodex + GPT-5.6 · FastAPI · SQLite · Next.js · MCP
OpenAI Build Week 2026 entry