# Real Sample Kit Verification Walkthrough

This walkthrough uses the actual v2 `sample-kit/` folder and the actual offline verifier output.

Shown steps:
1. Real folder opening
2. Real sample-kit files
3. Real binder PDF opening
4. Real manifest.json opening
5. Real receipt.json opening
6. Real jwks.json opening
7. Real terminal command: `python deliverables/offline-verifier/verify.py sample-kit --json`
8. Real PASS JSON output
9. Boundary slide

Actual verifier output:

```json
{
  "artifact_hashes_valid": true,
  "boundary": "Integrity and issuance evidence only; not audit, certification, or compliance guarantee.",
  "ed25519_signature_valid": true,
  "errors": [],
  "job_id": "job_sample_fes_preview_v2_20260505",
  "kid_matched": true,
  "kit_id": "kit_sample_fes_preview_v2_20260505",
  "manifest_hash_valid": true,
  "receipt_canonical_hash_valid": true,
  "status": "PASS"
}
```

Boundary: AttestLayer provides record-only evidence issuance and verification support. It does not certify compliance, replace audit work, provide legal advice, or guarantee the underlying security/compliance state of the customer.
