Design principles
Separation of content and process
The report itself — answers, attachments, the conversation with the reporter — lives only in your organisation’s dedicated intake system. Secure Report holds the case shell: status, severity, classification, activity.
One organisation, one vault
Every organisation gets its own isolated intake instance with its own database and storage. There is no shared pool of reporter data.
Append-only accountability
The audit log is append-only and hash-chained — every entry is linked to the one before it, so any tampering is detectable.
Access is deliberate
Roles are granted by your admin, and each role’s access to screens, actions and case categories is mapped explicitly.
What your team sees
Case metadata — reference, status, severity, classification, assignees, timeline.
Live reads of the report — the submission and conversation are displayed on demand, fetched directly from the intake system for authorised roles.
Evidence records — a chain-of-custody register holding file identifiers and cryptographic fingerprints (SHA-256), not the files themselves.

