Download sample verification kit
Download a compact sample verifier bundle to inspect the manifest, receipt, and offline verification flow before starting Pilot or Activation.
Download
attestlayer-sample-kit.zip
| ZIP SHA-256 | 55537c6dc6fcb1bde915fe7f3b1fe0f0556a76bf65a8396a272cf1df0f5f7bae |
| Manifest Root Hash | e4440899318e84b3978f47f874bd9e21fae673fdc069fe98d60a2b0541e92717 |
| Schema | MANIFEST-02 / FES-1.0 |
| Receipt Key ID | 8adefa300a1059bc |
| Bundle Type | compact sample verifier bundle |
What to Look For
Inside this compact sample bundle (flat ZIP, 11 files):
- START-HERE.pdf — quick orientation for the demo bundle
- manifest.json — SHA-256 file index with root hash (MANIFEST-02)
- receipt.json — Ed25519 signed receipt (FES-1.0, kid: 8adefa300a1059bc)
- artifacts/sample-binder.pdf — 5-page sample evidence binder
- jwks.json — issuer public key for offline verification
- mapping.json — file role descriptions
- verifier/index.html — browser-based offline verifier
- verifier/app.js — verifier logic
- verifier/README.md — verifier instructions
- README-FIRST.md — kit overview and verification instructions
The jwks.json in this kit is the issuer.jwks.json (receipt signing). The separate registry JWKS (registry.jwks.json) is used for checkpoint verification only.
How Live PASS Delivery Differs
Production PASS delivery returns the real output contract: kit.zip plus standalone passfail.json, mapping.json, classification_report.json, normalized_tree.zip, and optional diff.json.
Inside the production kit.zip, files are packaged under kit/, including kit/artifacts/, kit/manifest.json, kit/receipt.json, kit/receipt.sig, kit/registry/registry_receipt.json, and the bundled verifier with kit/verifier/jwks.json.
Inspect Artifacts Individually
How to Verify
- Download the sample kit above.
- Go to verify.attestlayer.com and upload the ZIP.
- The verifier checks every SHA-256 hash in the manifest and verifies the Ed25519 receipt signature.
- Or open
verifier/index.htmlfrom the ZIP for fully offline verification — no network required.
