chap.audit.verify_receipt
chap.audit.verify_receiptVerify a SCITT receipt to confirm its authenticity and integrity for audit records. Validation is delegated to a configured verifier, and the check fails closed when none is available.
Instructions
Verify a SCITT receipt through the configured verifier. Verification fails closed where no verifier is configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| receipt | Yes | The SCITT receipt to check, as returned by the transparency service. Verification is delegated to a hook supplied by the deployment, and fails closed with -32082 where no hook is configured. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. |