Skip to content

VSC Bundle Verification

Bundle verification is read-only.

It checks whether a received evidence directory is complete, internally consistent and unchanged according to its manifest and checksums.

Terminal window
npm run vsc -- verify-bundle <bundle-directory>

VSC checks:

  • required files
  • SHA-256 checksums
  • manifest consistency
  • chain token structure
  • base token presence
  • referenced delta tokens
  • JSON event metadata where applicable
Manifest: PASS
Checksums: PASS
Chain token: PASS
Base token: PASS
Delta tokens: PASS
Result: PASS

The command does not repair or rewrite evidence.

A failed bundle stays failed until the underlying discrepancy is understood.

Sender
Export Bundle
Verify
Transport
Recipient
Verify Again

Continue with Benchmarks →.