
For high-impact agent actions, verification must be external, decision-time, and rapidly revocable.
This page defines machine-checkable, fail-closed enforcement semantics suitable for technical implementation and MSA/SOW reference.
Not a certification. Scope-limited verification.
Enforceable Gate Path
Agent triggers a gated action.
The Gate MUST intercept before execution.
Status Link is checked against the Official Verifier.
Verification MUST occur at moment of action.
Proceed only when all reliance conditions pass.
Execution MUST remain within scope boundaries.
Stop reliance immediately.
Log decision and reason_code.
MUST, MUST NOT, SHOULD, MAY = mandatory guidance for implementation and audit testing.
Rely on a Stamp if and only if ALL conditions are true:
status == VALIDscope + scope_hash matchexpires_at > nowhost == official_verifierauthenticated + integrity-checkedverified_at within freshness policyAll other cases: BLOCK or ESCALATE. Default when uncertain: BLOCK.
Machine-readable state semantics
Current, in scope, not revoked, not expired.
Proceed within scope only.
Attestation requires re-verification.
Block or escalate until VALID.
Revoked at source.
Immediate stop-rely and block.
expires_at has passed.
Block and trigger refresh flow.
Verification failed or could not be performed.
Block or escalate; treat as invalid.
Enforcement note: NEEDS_REFRESH is non-reliance state for gating.
Contract-grade verification response
{
"stamp_id": "GP-2026-0142-XK9",
"status": "VALID",
"scope": "tool_execution:high_impact",
"scope_hash": "sha256:9f86d08...",
"expires_at": "2026-06-15T00:00:00Z",
"verified_at": "2026-01-19T14:32:07Z",
"signer": "policy_signer_v3",
"version": "1.2",
"verify_url": "https://verify.goodproof.mindchill.ai/GP-2026-0142-XK9",
"official_verifier": "verify.goodproof.mindchill.ai",
"request_id": "req-abc123..."
}Official verifier: verify.goodproof.mindchill.ai
Systems MUST enforce all of the following
verify_url host MUST exactly match official_verifier.
TLS certificate validation mandatory; no insecure overrides.
No redirect following, no HTTP fallback.
Domain/TLS/redirect/correlation issues => NOT_VERIFIED.
Verification fails → NOT_VERIFIED → block or escalate
ESCALATE means deny execution pending approved human or secondary control. If escalation path is unavailable: BLOCK. No silent failures. Every Gate Decision is logged.
Time-of-check, time-of-use semantics
MUST verify at moment of action
MUST NOT rely on cached VALID beyond TTL
Highest assurance: verify-per-action
TTL is buyer-configurable
max_clock_skew applies to verified_atrequest_idStatus change events for your orchestration layer
Trigger re-verification. Do not rely until status returns to VALID.
Trigger immediate stop-rely across all integrated systems.
Webhooks accelerate enforcement. The source of truth remains the live verification check.
Every gate decision MUST produce auditable evidence
stamp_idaction_classdecisionstatusverified_atexpires_atverifier_domainlatency_msrequest_idreason_codefailure_modeBuyers MUST implement all to comply with the Reliance Rule
This control does not by itself:

View redacted specimens for multiple high-impact action classes.
Scope-limited verification. Not a certification.