Skip to main content

VerifiedBundle

Portable, offline-verifiable evidence packages. Export cryptographic proof of governed execution for audit workflows and accountability documentation.

Bundle Contents

Deterministic ZIP with complete verification package

evidence_bundle.zip
/bundle_manifest.json
Bundle metadata with file checksums
/policy/policy_artifact.json
Signed policy artifact
/receipts/*.json
Hash-linked receipt chain
/verifier/verify.js
Offline verification tool

Verification Output

Deterministic PASS/FAIL verdict

verify bundle.zip
$ verify bundle.zip
---
artifact:OK
receipts:OK (7/7)
chain:OK
drift:YES (receipt #4, HASH_MISMATCH)
enforcement:QUARANTINE (receipt #5)
merkle:SKIPPED
anchor:SKIPPED
---
overall:PASS

Key Features

Offline Verification

Verify bundle integrity without network access. Designed for air-gapped environments.

Tamper Detection

Any modification to receipts or policy triggers immediate verification failure.

Chain Integrity

Hash-linked receipts ensure complete, unmodified execution history.

Timestamped Receipts

ISO 8601 UTC timestamps on every receipt provide temporal ordering for evidence.

Try the Reference Implementation

Download the standalone demo to generate governed runs and export VerifiedBundle packages.