Scan your code for AI slop before it reaches production.
scanaislop.com is the product home for
aislop, the open-source AI slop
detector and deterministic quality gate for AI-generated code.
aislop helps teams using Claude Code, Cursor, Codex, Copilot, OpenCode,
Windsurf, and other AI coding agents catch repeatable problems before they
reach pull requests, CI, or production.
Run this from any project root, no install required:
npx aislop scanAlso available on npm, Yarn, Bun, Homebrew, and PyPI — install, then run aislop scan:
npm install -g aislop # npm
yarn dlx aislop scan # Yarn (no install)
bun add -g aislop # Bun
brew install scanaislop/tap/aislop # Homebrew
pipx install aislop # Python- 50+ deterministic rules across TypeScript, JavaScript, Expo / React Native, Python, Go, Rust, Ruby, and PHP.
- Agent-written code that looks finished but carries hidden quality debt.
- Narrative comments, TODO stubs, duplicated helpers, and dead code.
- Swallowed exceptions, unsafe type escapes, hallucinated imports, and oversized functions.
- Security and reliability risks that normal linting can miss.
Same code in, same score out. No LLM runs in the scan path.