Skip to content

VSC Evidence Flow

VSC includes a single command that demonstrates the complete evidence handoff pipeline.

Terminal window
npm run vsc -- demo:evidence-flow
Export
Verify
ZIP
Summary

The orchestrator reuses the dedicated evidence commands instead of duplicating their verification logic.

Verification result: PASS
ZIP export result: PASS
Final result: PASS

A VSC evidence artifact can be:

  1. generated
  2. checked before sharing
  3. packaged for transport
  4. checked again by a recipient

without requiring the recipient to trust the sender’s user interface.

Continue with Evidence Bundles →.