PACDMGS is an admission-control layer for automated decisions. When an AI system reaches a consequential decision, PACDMGS either issues a cryptographically signed decision token attesting the decision met an explicit policy and sufficiency threshold, or it escalates to a human. No token, no action.
PACDMGS sits between a model's output and any action taken on it. It evaluates the decision against a named policy and a sufficiency threshold, then produces a verifiable, tamper-evident record.
The token binds the decision's key fields under one signature. Change a field, and verification fails, demonstrated in the demo below.
If the sufficiency threshold is not met, no token is issued and the decision is escalated rather than acted upon.
An escalation-only condition forces a human decision path; the system cannot self-authorize past it.
This runs entirely in your browser using the Web Crypto API (ECDSA P-256). A fresh key pair is generated on this page; nothing is sent anywhere. It mirrors the system's signed-token behavior and its tamper checks.
Demonstration only. It illustrates the signing and verification behavior; it is not the production service and omits server-side controls such as nonce/replay handling and the audit store.
These are facts a reviewer can check, stated without embellishment.
For technical evaluation, partnership, or pilot inquiries.
ops@deterministicgovernance.com