Proof · Skeptic's path
Don't trust us.
Verify us.
For skeptics, auditors, and regulators
Five independent checks against the live production database, in the open, without authentication. The path below runs each check in front of you and shows the URL you can re-run yourself.
0.0s elapsed
1
Audit chain integrity
Every officer action, every patient signature, every PHI access is stamped into an HMAC-chained audit log. Step 1 verifies the chain is intact end-to-end.
…
2
Compliance frameworks tracked
HIPAA, FISMA, SOC2, DEA EPCS, HITECH, NIST CSF, FedRAMP and more — counted live from the same table that drives our compliance score.
…
3
State-form definitions ready
All 50 states + DC + 5 territories + federal — state-specific intake forms loaded with statutory citation, body text, and renewal cadence.
…
4
Public claims catalogued
Every numerical claim Conceptual Health makes about itself is listed in a public manifest, with the SQL behind it, queryable without auth.
…
5
Database tables in the open
Every production table's structure (table name + column names + types — no row data) is published at /api/v1/proof/schema. Radical transparency.
…
Want to go deeper?
Verify the HMAC chain
Re-run the cryptographic verification of our audit log right now. Walks 200 rows, confirms each entry's previous_hmac matches the prior row's HMAC under that row's
hash_algo (SHA3-512 forward, SHA-256 history).Inspect any audit row
Click into a specific sequence number. See its entry_hmac, previous_hmac, its hash_algo, the expected hash we compute, and a side-by-side link verification with the row before + after.
Browse the schema
All 527 production tables, every column, every type. Structure only — no row contents. Drill into any table to see its shape.
All 46 provable claims
Every public number we publish — each click into the SQL we ran, the rows it returned, and the chain head at fetch time.
Raw manifest JSON
The catalogue, machine-readable. Hit it with curl, jq, your favourite scraper. Build your own monitor on top.
Raw skeptic bundle
This page's data, machine-readable. One JSON, five independent verifications, every URL to re-run.