Registry — Lab verified

84 checks, every one explainable

Each check has a stable code, a severity, a confidence value, the condition that triggers it, and a concrete fix. Reference any of them from the CLI with reproguard explain <CODE>. This page is generated from docs/CHECKS.md, which CI enforces against the live check registry — it cannot drift.

Severity
Category

Showing 84 of 84 checks.

Look any check up from the terminal

The CLI reads the same registry that produced this page.

# the full inventory
reproguard list

# one check in detail
reproguard explain LEAK001

# just the GenAI category, as JSON
reproguard list --category genai --json

Disable any check in .reproguard.yml under checks.disabled, or suppress it for specific paths with checks.ignore. See configuration.