| name | confidence-scoring |
| description | Confidence-based scoring system for review findings — calibrates issue severity with evidence strength to filter false positives. Use when reviewing code, analyzing findings, or scoring issues. |
| user-invocable | false |
Confidence Scoring
Scoring Scale
Rate every finding 0-100 based on evidence strength:
| Score | Level | Meaning | Action |
|---|
| 0-24 | Not confident | Likely false positive, insufficient evidence | Filter out |
| 25-49 | Somewhat confident | Might be real, needs investigation | Note only |
| 50-74 | Moderately confident | Real but minor, or real but context-dependent | Include if reviewer |
| 75-89 | Highly confident | Real and important, strong evidence | Always include |
| 90-100 | Certain | Verified issue with definitive evidence | Flag as critical |
Default Threshold
80 — only findings scored ≥80 are reported to the user by default. Configurable in sdlc-config.md.
Scoring Criteria
For each finding, evaluate:
- Evidence strength — Can you point to exact code that proves the issue?
- Context relevance — Is this actually a problem in this codebase's context?