delimit_evidence_verify
Verify that an evidence bundle has not been tampered with. Use during replay or audit to attest integrity of previously collected evidence.
Instructions
Verify the integrity of an evidence bundle (Pro).
When to use: to attest that a previously-collected evidence bundle has not been tampered with — typical use is during replay or audit. When NOT to use: to capture new evidence (use delimit_evidence_collect) or to query the contract ledger (delimit_ledger).
Sibling contrast: delimit_evidence_collect captures; this verifies a captured bundle's hash chain integrity.
Side effects: read-only on the evidence store; gated by require_premium. Calls backends.repo_bridge.evidence_verify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | No | Evidence bundle id. Either this or bundle_path must be provided. | |
| bundle_path | No | Path to a bundle file on disk. Either this or bundle_id must be provided. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||