Execution pattern
Govern changes to the rules, not only actions under them.
Someone edits a policy, raises a threshold, or disables a rule.
Every control has an edit button, and loosening one is the fastest way to make a blocked action succeed. If policy changes are not themselves governed, the gate can be removed by whoever it inconveniences — and the record will show the action was permitted.
The signals available at the moment of the action, and the rule that judges them.
Require independent review for any change that loosens a control, and refuse changes made by someone the rule constrains.
The change lands with its review recorded alongside the version.
A loosening change waits on someone independent of it.
The change does not land — for example self-approval of one's own limit.
Fork one and change the thresholds. Available today on 5 platforms.
Catches a pricing feed or AI engine publishing a price far off the last-known-good value before shoppers see it.
adobe commerce
An agent can author the change; a human still has to sign the deploy. Restrains AI-authored diffs that touch deploy, infra, or migration paths.
github
Require review before a force push. Blocks history rewrites on protected branches and escalates protection-setting changes.
github
Privileged-access and production-change controls for ServiceNow ITSM — proving every change followed the approved path.
servicenow
Holds account changes on regulated or restricted customers until the right reviewer signs the record.
salesforce
Turns the refund approval that happens in a Slack thread into a signed verdict carrying the policy version and reviewer authority.
slack
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.