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.
Verify
Section titled “Verify”npm run vsc -- verify-bundle <bundle-directory>Verification areas
Section titled “Verification areas”VSC checks:
- required files
- SHA-256 checksums
- manifest consistency
- chain token structure
- base token presence
- referenced delta tokens
- JSON event metadata where applicable
Expected result
Section titled “Expected result”Manifest: PASSChecksums: PASSChain token: PASSBase token: PASSDelta tokens: PASSResult: PASSImportant property
Section titled “Important property”The command does not repair or rewrite evidence.
A failed bundle stays failed until the underlying discrepancy is understood.
Typical use
Section titled “Typical use”Sender ↓Export Bundle ↓Verify ↓Transport ↓Recipient ↓Verify AgainContinue with Benchmarks →.