Skip to main content

Scoring

Score Calculation

Starting from 100, each non-pass check deducts points based on severity:
SeverityPoint Deduction
Critical-25
High-15
Medium-8
Low-3
Info0
Score is clamped to [0, 100].

Decision Logic

Score RangeDecisionCondition
80-100PUBLISHNo critical or high-severity checks
60-79HOLDScore below 80, or any high-severity flag
0-59BLOCKScore below 60, or any critical-severity check
A single critical severity check always triggers BLOCK regardless of score. A single high severity check triggers HOLD if the score would otherwise be PUBLISH.

Agent Summaries

Each response includes agentSummaries — a high-level view per agent:
{
  "advertising-law": {
    "status": "flag",
    "checkCount": 5,
    "passCount": 3,
    "flagCount": 2,
    "blockCount": 0,
    "summary": "2 advertising claim issues found"
  }
}