verify_session
Verifies the integrity of a session's audit trail by checking its hash chain for tampering. Detects any post-logging changes and reports the first broken link if found.
Instructions
Verify the tamper-evident hash chain for a session. Returns valid=true if no rows were edited after logging, or the first broken link if tampering is detected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID to verify |