CLI reference

zevron trust

Show the evidence for a unit — the funnel it passed, the mutation gate, and the attacks it survived.

Synopsis

$ zevron.exe --version

Print the full evidence behind a unit's verdict. This is where a trusted result stops being a claim and becomes proof.

Example

zevron — trust

Flags

FlagDefaultDescription
--jsonoffEmit the evidence as machine-readable output.
--explainoffInclude the failing case when a unit is not trusted.

Reading the verdict

The readout has four parts:

  • funnel — the tiers T0–T3 the unit cleared, with what ran at each
  • oracle — the mutation score against the 0.80 gate; below it, the oracle isn't trusted
  • crucible — the adversaries the surviving code held against: edge, spec, security
  • guarantees — that the Specsmith and Codewright were different models, and the Codewright never saw the hidden suite

A unit is trusted only when the mutation score clears the gate and every attack is survived. When it isn't, the verdict reads not trusted and the unit returns to the forge — see the trust model for why that refusal matters.