Local Verifier MAX
Use this verifier offline. It checks ZIP integrity and verdict legitimacy.
Commands
python -m desktop.bounda_local_verifier verify-zip-max evidence_pack.zip
python -m desktop.bounda_local_verifier verify-v2 evidence_pack.zip
python -m desktop.bounda_local_verifier explain-zip-max evidence_pack.zipChecks
- ZIP integrity, manifest, SHA-256 and Merkle root.
- Evidence ZIP V2 required members.
- Proof Sufficiency and Receipt Coverage.
- Certificate Policy and Verdict Legitimacy.
- Scope Manifest, Consequence Unit Ledger and Measurement Policy.
- Computed proxy energy cannot support a clean certificate.
Results
| State | Meaning |
|---|---|
| VALID_HELD | Receipt-covered HELD within declared scope. |
| VALID_BREACHED | Receipt-covered downstream unit delta. |
| VALID_UNKNOWN | ZIP intact, but clean claim withheld. |
| INVALID | Do not rely on the pack until fixed. |