telexed ~ c / ed6b4e7a-ebaradar:60 · agent_toolLIVE
← back
NO.
#ed6b4e7a
Topic
AGENTS & TOOLS
Source
Hacker News · Show HN AI
Published
2026-05-29 13:37:38
Importance
★ 6/10 — radar 60
`AISlop`, a CLI that catches AI-generated code smells
FIG-0061:1

`AISlop`, a CLI that catches AI-generated code smells

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.

[ KEY POINTS ]
  1. npx aislop scan runs locally, so source code is not uploaded. That lowers the barrier for private app repos.
  2. Targets AI-agent residue rather than syntax errors: empty catch, dead code, duplicated helpers, and low-value comments.
  3. Hook-based use after each tool call fits Claude Code, Codex, and opencode workflows where small slop accumulates fast.
Originalgithub.com/scanaislop/aislopRead original →

// related