Offline, deterministic integrity verification for OpaqueInfra evidence bundles.
The OpaqueInfra verifier checks sealed evidence bundles at the byte level. It produces a binary verdict: INTEGRITY: SEALED or INTEGRITY: BROKEN. It runs offline — no network, no account, no vendor infrastructure required.
pip install cryptography
python3 verifier-kit/verify.py path/to/bundle/
python3 verifier-kit/verify.py bundle.zip
- The bundle has not been modified since sealing
- The Ed25519 signature is mathematically valid
SEALED does not assert identity, authorization, correctness, completeness, compliance, or admissibility. A sealed bundle is only as honest as the recorder that produced it.
verifier-kit/— verifier source codelib/— support modules (Ed25519, canonical JSON)golden/— frozen reference bundles (valid + tampered)conformance/— conformance tests
Apache 2.0 — see LICENSE.
OpaqueInfra is a trademark of OpaqueInfra. See TRADEMARK.md.