What you get
- Scan report:
hardproof scanemitsscan.jsonandscan.events.jsonlwith five dimensions plus a usage overlay. - Live scan UX: interactive terminals show live progress in rich mode and an alternate-screen TUI (
--ui rich/--ui tui). - CI gate:
hardproof cifails builds when verification fails or policy thresholds are crossed. - Replay and trust evidence: replay sessions, trust summaries, and bundle checks keep releases reviewable and reproducible.
- Rendered outputs: export summary, HTML, and SARIF from an existing scan report with
hardproof report.
Score truth
Hardproof separates a useful scan from a publishable full score.
- Publishable:
overall_scoreis present and backed by enough weighted dimensions, including trust evidence when required. - Partial:
overall_scorestaysnull,partial_scorecarries the numeric signal, andpartial_reasonsexplains what is missing. - Insufficient: the scan does not have enough evidence to defend any numeric score yet.
Learn more
- How scoring works: /hardproof/methodology
- Report format: /hardproof/report-format
- Sample reports + live clips: /hardproof/report-viewer
- Usage metrics: /hardproof/usage-metrics
- Why deterministic: /hardproof/deterministic
Relationship to x07
Hardproof is built with x07, but you do not need to adopt x07 to use it. If you want to build MCP servers in x07, start with x07-mcp.
Public beta status
This is a public-beta verifier. The report format is now stable enough to document, but the score methodology and thresholds may still evolve as we collect real-world feedback. If you hit install friction or confusing output, file an issue so we can fix it quickly.