Interpreting Compliance Reports
How to read and act on ZebraTruth compliance results.Score & Decision
Decision Logic
BLOCKif any check hasstatus: "block"OR any check hasseverity: "critical"HOLDif score < 60 OR any check hasseverity: "high"PUBLISHotherwise
Scoring Formula
Starting from 100, each non-pass check deducts:- critical: -25 points
- high: -15 points
- medium: -8 points
- low: -3 points
- info: 0 points
Checks Array
Each check represents a finding from one agent:Check Status Values
pass— No issue foundflag— Issue found, review recommendedblock— Critical issue, must fixescalate— Needs human review (ambiguous)
Agent Summaries
TheagentSummaries field provides a high-level view per agent:
Version Info
rulesVersion bumps when
the compiled law set changes; agentVersions bumps when an individual agent’s
logic changes; stackVersion is an opaque identifier for the underlying
model/prompt pipeline — it bumps whenever that pipeline changes. Treat
stackVersion as a black-box string and compare only for equality.
Cost Breakdown
cached: true means the research stage used a cached result (0 provider cost, but logged for analytics).