Code Health
Sixteen checks, not opinions
Security: SQL injection, weak randomness, weak encryption, unsafe data loading, hardcoded secrets. Complexity and size: long functions, high complexity, deep nesting, large files, too many parameters, god classes, deep loop nesting. Plus duplicate code, dead code, missing tests and low test ratio.
- Deterministic, no model in the loop: the same code always gets the same finding
- Every finding carries a severity: critical, serious or minor
- Grouped by category, so the biggest piles are obvious