Install
Key exports
| Export | Description |
|---|---|
verifyAttestation | Verify signature, runtime hash, bundle hash, and invariants |
verifyBundle | Verify a policy bundle’s content integrity and signature |
LocalVerifier | Ed25519 verifier from a PEM public key |
Verifying an attestation
Verifying a policy bundle
Offline verification
Attestations are self-contained - you can verify them with only the public key, no network or database access required:See also
- Attestations - what an attestation contains
- Portable Verification - why verification is infrastructure-independent
- Verifier CLI - verify from the command line