# GlassAlpha Evidence Pack Verification

Pack: {pack_name}
Expected SHA256: {expected_sha256}

## Verify this pack:

1. Install GlassAlpha:
   pip install glassalpha

2. Verify checksum:
   echo "{expected_sha256}  {pack_name}" | sha256sum -c

3. Run verification:
   glassalpha verify-evidence-pack {pack_name}

4. Reproduce audit (optional):
   # Extract config.yaml from pack and run:
   # glassalpha audit --config config.yaml --output audit_copy.html
   # sha256sum audit_copy.html should match original

## About this pack:
- Generated by GlassAlpha {glassalpha_version}
- All artifacts are byte-identical reproducible
- Verification works offline (no internet required)
- Share this pack + SHA256 for independent validation
