verify_audit_chain
Recompute the SHA-256 hash chain over the audit log to verify no events have been mutated, deleted, or reordered. Use periodically as a tamper-evidence check.
Instructions
[audit] Recompute the SHA-256 hash chain over the audit log and confirm no event has been mutated, deleted, or reordered. Use periodically as a tamper-evidence check, or whenever you suspect the audit log has been touched outside q-ring; the result is informational — this tool does not repair the chain if it is broken. Read-only. Returns JSON { ok, valid, brokenAt? } where valid is true for an intact chain and brokenAt (when present) names the first event whose hash did not match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||