delimit_seal_verify
Verify a signed governed-output receipt for tampering by checking its signature, content-pin, and structure against the published constitution.
Instructions
Verify a Delimit Seal receipt against the bundled Layer-0 constitution (Free).
When to use: to check that a signed governed-output receipt has not been tampered with — content-pin to the published constitution, a valid Ed25519 signature, and a well-formed structure. Free tier. When NOT to use: to verify an evidence bundle (use delimit_evidence_verify) or to query the ledger (delimit_ledger).
Sibling contrast: delimit_evidence_verify checks an evidence bundle's hash chain; this checks an open-core Seal receipt's signature + content-pin with no access to the engine or the signing key.
Side effects: read-only. Calls backends.repo_bridge.seal_verify. The 'cryptography' dependency is optional + lazy-imported: if absent, it returns verification_unavailable rather than failing. No license gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_path | Yes | Path to a Delimit Seal receipt JSON file. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||