Action authorized. Execution may proceed with signed receipt.
Core protocol
From intentto authority
Every action passes through a deterministic authorization flow before execution.
- Intent
- Evaluation
- Decision
- Receipt
- Execution
No bypasses. No silent approvals.
Execution flow
AI asks. TrigGuard decides.
The protocol that stands between AI intent and reality. Every irreversible action passes through authorization, no shortcuts.
Showing the flow, not describing it.
AI intent
Action submitted to the gate
Policy matched against context
- Permit Continues to receipt
- Deny Execution blocked
- Escalate Awaiting approval
- Silence No authority issued
Permit path only
Cryptographic evidence of the decision
Irreversible action proceeds
Authority outcomes
Four deterministic decisions
Every evaluation resolves to exactly one outcome. Only PERMIT proceeds to execution.
Action blocked. Explicit rejection with reason and evidence.
Human approval required before execution can proceed.
No authorization issued. Execution remains blocked.
Trust model
Why the flow is trustworthy
Built for systems where ambiguity is unacceptable and evidence must survive audit.
Same input. Same policy. Same decision, every time.
No authority. No execution. Unreachable gate means blocked action.
Every decision generates a signed evidence artifact.
Receipts verified independently via published keys.
Evidence
Every decision creates evidence
action: deploy.production
decision: DENY
reason: approval_missing
actor: deploy-agent
receipt: tg_82fj31
signature: ed25519 · verified
keys: /.well-known/trigguard-keys.json
Authorization is not a log line. Each decision produces cryptographically signed proof, audit-ready and independently verifiable.
PERMIT, DENY, ESCALATE, or SILENCE, explicit and deterministic.
Issuer-signed artifact bound to the request and outcome.
Offline validation against published public keys.
Evidence survives beyond vendor UI and log pipelines.
Real-world impact
What this stops
Irreversible actions blocked before they reach production systems.
The authority layer
AI generates intent.
TrigGuard determines whether intent becomes reality.
The protocol specification for AI authority, deterministic, fail-closed, and receipted.