Skip to main content

Crate cortex_audit

Crate cortex_audit 

Source
Expand description

TIBET Cortex Audit — Blackbox-met-window audit trails

The auditor can see:

  • WHO accessed data (actor)
  • WHEN it was accessed (timestamp)
  • HOW MUCH data was touched (chunks accessed/denied)
  • WHAT JIS level was used (clearance)
  • WHETHER integrity holds (TIBET hash chain)

The auditor CANNOT see:

  • The actual content (unless they have matching JIS level)
  • The query itself (only its hash)

Audit trails are append-only TIBET chains stored in sled, with optional tibet-vault integration for time-locked compliance.

Structs§

AuditEntry
An audit entry — the “window” into the blackbox
AuditStats
Audit statistics for compliance reporting
AuditTrail
The Audit Trail — append-only log backed by sled