Everyone publishes a dashboard of "best estimates." Ours is a tamper-evident, Merkle-rooted ledger — every number below is one you can recompute yourself.
The per-receipt transparency log is empty: the engine's signed receipts are not being appended to it yet, so the command below has nothing to verify and the published root is the genesis value. The numbers above do not depend on it — each is reproducible from the artifacts in the repository.
Each point is a signed receipt appended to the public proof log. The count climbs as the finding factory runs.
The claim above is only as good as its verifiability. Here's how to recompute it — no trust required.
The proof log is append-only and hash-chained (Sigstore/Rekor model). Fetch it, verify the chain, and recompute the Merkle root — it must match what we publish:
# dependency-free — no trust in us required: curl -s https://omniguardlabs.com/proofs/verify_root.py -o verify_root.py curl -s https://omniguardlabs.com/proofs/proof_log.jsonl | python3 verify_root.py -
Published Merkle root: —
Mutating, reordering, or removing any past entry changes the root. That's the point — no estimate, a ledger. See the Proof Wall →
Honesty is the product. So the fine print is loud.