Execution pattern
Make deleting production a decision, not a command.
A command, script, or agent drops a table, deletes a bucket, or tears down infrastructure.
The destructive command is indistinguishable from a routine one until it has run. An agent given shell access holds every credential needed to be catastrophic without holding any intent to be.
The signals available at the moment of the action, and the rule that judges them.
Refuse irreversible operations against production unless a human with destructive authority has approved this specific action.
The operation proceeds under recorded authority.
The operation waits on someone who holds destructive authority.
The operation does not run; the dossier records what would have been destroyed.
Fork one and change the thresholds. Available today on 2 platforms.
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
Scores every Codex tool call by blast radius and escalates anything that could touch production before it runs.
codex
Holds agent-authored database migrations and `terraform apply` runs until a human signs the blast radius.
claude code
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.