What problem does it solve?
It detects structural risk patterns in AI-assisted code—such as unimplemented stubs, phantom imports, disconnected pipelines, and inflated documentation—so you can prevent misleading or empty logic from making it into production.
Core Features & Use Cases
- Evidence-based static scanning: Runs the
ai-slop-detector CLI and uses 4D scoring (LDR + ICR + DDC + Purity) to quantify logic density, inflation, dependency coupling, and critical-pattern severity.
- Actionable triage and deep-dive: Produces a session baseline and routes investigation by confidence status to decide when to analyze deeply vs. quickly verify.
- Quality-gate workflow: Supports a hard CI gate for PASS/FAIL decisions and a before/after delta check to confirm improvements after patches.
- Use Cases: Use it for code quality reviews of generated code, import/structure validation across Python/JS/Go, and enforcing merge-time quality gates to reduce structural failure modes.
Quick Start
Run the full project scan on the current directory with JSON output to surface the highest-risk files for immediate review.