Execution pattern
Decide what leaves before it leaves, at the tool-call boundary.
An agent calls a tool that reaches a network destination, uploads a file, or posts data to a third party.
Egress is invisible until it is a disclosure. The model did not decide to exfiltrate; it composed two allowed capabilities into one that nobody sanctioned.
The signals available at the moment of the action, and the rule that judges them.
Permit egress only to destinations on the allowlist, and refuse any payload carrying classified data regardless of destination.
The tool call proceeds to an approved destination.
An unrecognised destination waits for someone to sanction it.
The call does not leave; the dossier records what would have been sent.
Fork one and change the thresholds. Available today on 6 platforms.
Only the tools you approved fire. Everything else is denied at the pre-tool boundary with a reason the agent can read.
copilot
Opens sandbox egress only for the exact target the grant covers, and stops a run that would blow the account budget.
aws
Never let an agent run `rm -rf`, a force-drop, or a disk-level command without a human approval on the tool call.
claude code
Stops an agent reading, printing, or committing credential files, and escalates any command that would rotate a secret.
claude code
Scores every Codex tool call by blast radius and escalates anything that could touch production before it runs.
codex
Wrap `send_refund`, `issue_payout`, or any tool that moves money — the inner tool only fires on an approve verdict.
langchain
Gates retrieval and external API calls that touch regulated records — restricted subjects never leave the boundary.
langchain
Gates the extension call a Vertex AI model wants to make, so an out-of-scope or unapproved tool never executes.
vertex ai
This pattern is one answer to each of these.
The same five steps for every pattern in the library.
Run the policy against a realistic action in the browser. Push it past what the rules allow and watch the verdict come back. No account.
See exactly what was decided and why: the rule that fired, the evidence it read, the policy version in force, and an Ed25519 signature you can verify yourself.
Measure what the policy would have caught on your own traffic without touching the live path. Every recipe defaults to shadow, so the first deployment carries no execution risk.
Point the same policy at the system where the action actually originates — a checkout, an ERP posting, a Zap, an agent's tool call.
Publish the proof: a public verification link, an embeddable badge, a PR comment, or an anonymized shadow-mode finding. This is how the next person discovers Decionis.