chap.audit.verify_chain
chap.audit.verify_chainReplays a workspace's prev-hash chain to verify audit log integrity. Returns verified only when ok is true; not_evaluated flags unchecked sections, errors indicate broken or missing chain.
Instructions
Replay a workspace's prev-hash chain. Only status verified with ok true means the log was checked and is intact. Status not_evaluated with ok false means part of the log was never checked, so its integrity is unknown and must not be reported as verified; entries_unchecked says how much. An error means the chain is broken or absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. |