Verifier
Check our reports without trusting us
Every public Sidereal report ships a per-sentence proof record. This page gives you a small script — plain Python, no dependencies, no account — that re-checks a report on your machine:
- Faithfulness — every sentence in the proof record appears verbatim in the published page, and the record's tallies match its entries. Nothing was edited after the proofs were built.
- Live sources — for proofs carrying a supporting quote, the script fetches the cited source from its own host and confirms the quoted text appears there. That check does not depend on our servers being honest.
python3 sidereal_verify.py https://siderealintelligence.com/reports/<any-public-report>
What it does not prove: whether paraphrased sentences fairly summarize their sources — that is the judged audit described on the methodology page — nor the truth of the sources themselves. Paywalled or vanished sources are reported as unreachable, never as failures. The script is ~150 lines; read it before you run it — that's the point.
Try it now
Pick any report from the public library and point the script at its URL.