Audit Trail Viewer

The Audit Trail panel (F-12) provides a filterable, exportable, chain-verified view of all governance evaluation records.

Features

  • Filtering — by agent ID, verdict, archetype, date range

  • Pagination — efficient browsing of large audit histories

  • Export — CSV or JSON format for external analysis

  • Chain verification — verify the hash chain integrity of any record

Hash Chain

Every audit record includes a record_hash that links to the previous record's hash, creating a tamper-evident chain. If any record is modified or deleted, the chain breaks and verification fails.

Record hash format:

SHA-256(previous_hash + record_data)

Filtering

Filter
Parameter
Example

Agent

agent_id

support-bot-001

Verdict

verdict

DENY

Archetype

archetype

healthcare-agent

Date from

date_from

2026-02-01

Date to

date_to

2026-02-28

Export

Chain Verification

Verify the integrity of any specific record:

Response:

API

Last updated