Tamper-evident audit trail
Every compliance-relevant action is recorded as an immutable, hash-chained event so records can be proven unaltered.
- Each audit event is hashed with SHA-256 over its contents plus the previous event's hash, forming a continuous chain.
- Any edit, deletion, or re-ordering breaks the chain and is detectable.
- Chain integrity can be re-verified on demand across the full history or a single module.
- Events capture who, what, and when for pickup, delivery, and cold-chain actions.