Skip to main content
Newv0.16.1: four rule fixes.Read the changelog →

aislop cleans up what AI coding agents leave behind.

An open-source CLI that finds the residue in AI generated code, swallowed exceptions, narrative comments, unsafe casts, dead imports, then removes the mechanical ones for you. Deterministic, so the same code gives the same result every run. It is not r/aislop, not the memecoin, and not a synonym for junk websites.

GitHub

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.

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

Common questions

What is aislop?

aislop is a deterministic, MIT-licensed CLI that scans a repository for AI slop in AI generated code and scores the change 0 to 100. Same code in, same score out. There is no LLM in the runtime path.

Does aislop scan AI slop or slop code?

Yes. AI slop, slop code, and code slop are the same residue here: swallowed exceptions, narrative comments, unsafe casts, dead helpers. aislop is the scanner; AI slop is the finding.

Is aislop the Reddit community r/aislop?

No. r/aislop is a subreddit about generated junk. The software is the npm package aislop and the GitHub repo github.com/scanaislop/aislop. This page is the aislop website.

Where is aislop on GitHub?

The CLI lives at github.com/scanaislop/aislop. Run npx aislop scan, or install from npm, Homebrew, or PyPI.

What is the difference between aislop and 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.

How do I run npx aislop?

From any project root, run npx aislop scan. No account. It lists the residue by file and scores the repo 0 to 100, then npx aislop fix removes the mechanical findings and rescans.

Clean up your repo.

One command finds it, one removes what is safe to remove. No account, same result every run.

npx aislop scan