verify it yourself loading…
This page checks a nucleus agent's execution lineage — a hash-chained, Ed25519-signed edge log with a witness-cosigned Merkle anchor — entirely in your browser, against a trust anchor you pin. The verifier is the project's Rust code compiled to WebAssembly. Nothing is trusted but the hash function and the keys in your anchor; everything else is recomputed here, not believed.
examples/emit_demo_bundle.rs), not a screenshot.
loading verifier…
What this proves — and what it doesn't
✓ Proves: the lineage is internally consistent and tamper-evident (hash chain + Merkle inclusion), and was signed by the keys + cosigned by the witness in your trust anchor — i.e. integrity and authenticity of the record.
✗ Does NOT prove: that the agent behaved well, that information-flow policy held, or that any computation was correct. Tamper-evidence is not good behavior. The IFC enforcement and its machine-checked noninterference theorem are separate guarantees; this verifier does not evaluate them.