aislop is a CLI that scores AI-written code.
aislop is a deterministic, open-source scanner for the residue AI coding agents leave behind — swallowed exceptions, narrative comments, unsafe casts, dead code. It scores every change 0–100. It is not the Reddit community, not the memecoin, and not a synonym for junk on the internet.
This one. Not those.
Google shows this site for the word aislop. Most of those searches want something else. Use this page if you meant the tool.
aislop
- github.com/scanaislop/aislop — MIT CLI
- npmjs.com/package/aislop — npx aislop
- scanaislop.com — hosted quality gate
- Named AI-slop patterns in code
- r/aislop
A Reddit community for AI fails and generated junk. Unrelated.
- AI slop, the meme
Wikipedia’s term for low-effort generated media. The cultural word, not the CLI.
- AISLOP the coin
A memecoin ticker. aislop the tool does not have a token.
Three patterns it names
AI slop in code is a named failure mode, not a vibe. Each pattern has a bad example, a clean example, and the rule that flags it.
Swallowed exception
A try/catch where the catch block is empty or only contains a comment — failures vanish silently with no log, no rethrow, no recovery.
View example →ai-slop/narrative-commentNarrative comment
A multi-line comment block that walks through what the function does in prose. The signature already says it; the prose is decorative.
View example →ai-slop/unsafe-type-assertionUnsafe type assertion
An `as any` cast — bypasses TypeScript's checker entirely. Every guarantee from the type system is gone for that value forward.
View example →Common questions
aislop is a deterministic, MIT-licensed CLI that scans a repository for residue AI coding agents leave behind and scores the change 0–100. Same code in, same score out. There is no LLM in the runtime path.
No. Those share the slang “AI slop.” The software is the npm package aislop, the GitHub repo scanaislop/aislop, and the hosted gate at scanaislop.com.
aislop is the open-source CLI you run locally. scanaislop.com is the hosted platform that applies the same scan across pull requests, teams, and score history.
npx aislop scan. No account. Works on any project. Also on npm, Homebrew, and PyPI.
Score your repo.
One command. No account. Same score for the same code, every run.
npx aislop scan