Skip to content
AttestLayerAttestLayer

Download sample verification kit

Download a compact sample verifier bundle to inspect the signed receipt, manifest, and offline verification flow before requesting a live PASS delivery.

Download

attestlayer-sample-kit.zip

ZIP SHA-25655537c6dc6fcb1bde915fe7f3b1fe0f0556a76bf65a8396a272cf1df0f5f7bae
Manifest Root Hashe4440899318e84b3978f47f874bd9e21fae673fdc069fe98d60a2b0541e92717
SchemaMANIFEST-02 / FES-1.0
Receipt Key ID8adefa300a1059bc
Bundle Typecompact sample verifier bundle

Mirror download (if your network blocks the primary link): verify.attestlayer.com/downloads/attestlayer-sample-kit.zip

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

Sample kit receipt signatures are verified against issuer.jwks.json, not registry.jwks.json. The registry JWKS is used for checkpoint verification only.

How Live PASS Delivery Differs

Production PASS delivery returns kit.zip plus standalone passfail.json, mapping.json, classification_report.json, normalized_tree.zip, and optional diff.json.

Inside 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 kit/verifier/jwks.json for fully offline verification.

Inspect Artifacts Individually

manifest.jsonreceipt.json

How to Verify

  1. Download the sample kit above.
  2. Open verify.attestlayer.com.
  3. Upload the kit.zip — the verifier checks manifest hashes and receipt signature.
  4. Or extract /verifier/ from the ZIP and run it offline.

← Home