A grounded forensic reasoning engine. Every finding is anchored to a specific, human-verifiable artifact — and factual hallucinations are caught by deterministic code, not by more AI.
Sentinel deliberately trades recall for precision. It reports fewer findings than a naive agent, but every finding is real and verifiable. A report that finds less but invents nothing beats one that finds more but fabricates some of it.
{{ selected.summary }}
Five deterministic validators run against every finding. No AI sits in this loop — each is plain code that can only return PASS, FAIL, or NOT_APPLICABLE. A single hard fail eliminates a finding.
Every evidence source is mounted read-only and fingerprinted with SHA-256 at acquisition. Findings cite a source by id, so any claim can be traced back to a hash-verified artifact.
When two findings disagree, Sentinel records the conflict rather than silently picking one — and spawns follow-up tasks to resolve it.
A counsel-ready forensic report. Switches to a light, paper-like document and prints clean.
↓ print / save pdfThis report documents the findings of an automated forensic analysis of case {{ report.caseId }}. The investigation mounted {{ report.nSources }} hash-verified evidence sources and evaluated each finding against five deterministic validators. In keeping with a precision-over-recall mandate, every finding below is anchored to a specific, human-verifiable artifact. {{ report.nElim }} finding was disproved and eliminated by automated validation and is retained in this record for transparency.
{{ f.summary }}
{{ f.summary }}
| SOURCE | TYPE | SHA-256 |
|---|---|---|
| {{ s.id }} | {{ s.type }} | {{ s.shaShort }} |
Each finding was independently checked by five deterministic validators. Across the case, {{ report.valTotals.runs }} validator runs were executed: {{ report.valTotals.pass }} pass, {{ report.valTotals.failHard }} hard fail, {{ report.valTotals.failSoft }} soft flag, {{ report.valTotals.na }} not applicable. A single hard failure eliminates a finding; no AI participates in the validation decision.