Score Findings
scoreCompute a deterministic production-readiness rating from findings and optional coverage evidence, revealing severity counts, penalties, and evidence gaps to guide fixes.
Instructions
Compute a deterministic Production Reality Score from inline findings and optional coverage evidence. Returns score, raw score, confidence, score mode, severity counts, caps applied, per-category penalties, and manual evidence still needed. MCP mode does not write score history. Requires no authentication. It reads local inputs only, does not make network calls, does not modify local files, and has no external rate limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | No | Optional accepted completion claim. This records the claim but does not execute an independent challenge runner. | |
| coverage | No | Optional filled coverage object. Provide this for coverage-backed scoring; omit for scan-derived or finding-only estimates. | |
| findings | Yes | Scan result object, CheckYourself report object, object with findings/remediation_backlog, or a plain list of finding objects to normalize and score. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||