Show HN: AISlop, a CLI for catching AI generated code smells AISlop, a new open-source command-line tool, now detects "AI code smells" left by coding agents like Claude Code and Cursor, analyzing code for issues such as narrative comments, swallowed exceptions, and dead code. The tool scores changes from 0 to 100 using over 40 deterministic rules across seven programming languages, operating without a language model in its runtime path. Released under an MIT license, AISlop aims to catch code rot that passes traditional tests and linters, offering auto-fix capabilities and integration hooks for popular AI coding agents. Catch the slop AI coding agents leave in your code. The patterns Claude Code, Cursor, Codex, and OpenCode leave behind: narrative comments above self-explanatory code, swallowed exceptions, as any casts, hallucinated imports, duplicated helpers, dead code, todo stubs, oversized functions. Tests pass. Lint passes. The code rots anyway. aislop catches them. 40+ rules across 7 languages TS/JS, Python, Go, Rust, Ruby, PHP, Java . Scores every change 0–100. Sub-second. Deterministic — no LLM in the runtime path, same code in, same score out. MIT-licensed, free CLI. npx aislop scan No install needed. Works on any project. Get your score in seconds. npx aislop fix auto-fix issues npx aislop fix -f aggressive fixes deps, unused files npx aislop ci CI mode JSON + gate npx aislop hook install --claude per-edit hook Public badge : Show your score on your README aislop https://badges.scanaislop.com/score/