#0001
`AISlop`, a CLI that catches AI-generated code smells
60radar
AISlopAI code-quality CLI — local code-smell scanning
Scans for patterns tests often miss: empty catches, dead code, duplicate helpers, and useless comments. Local-only hook integration makes it worth trying in agent-heavy repos.
npx aislop scanruns locally, so source code is not uploaded. That lowers the barrier for private app repos.- Targets AI-agent residue rather than syntax errors: empty
catch, dead code, duplicated helpers, and low-value comments. - Hook-based use after each tool call fits
Claude Code,Codex, andopencodeworkflows where small slop accumulates fast.
Source: github.com/scanaislop/aislopRead original →
