Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.12 KB

File metadata and controls

43 lines (31 loc) · 2.12 KB

scanaislop.com

Scan your code for AI slop before it reaches production.

aislop on npm npm downloads PyPI downloads Homebrew tap GitHub Actions MIT licensed

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.

Scan Your Code for AI Slop

Run this from any project root, no install required:

npx aislop scan

Also 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

What aislop Catches

  • 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.