npx aislop scan: First Code Quality Run on AI Generated Code
One command scores the repo. No account. Same result for the same AI generated code.
npx aislop scan is the first code quality run for AI generated code. It does not need an install, an account, or a model key. It scores the tree 0 to 100 and lists AI slop findings by file.
Run it
npx aislop@latest scanOptional: npx aislop scan --changes for the diff against HEAD, or --json for CI. Full command list: docs/commands.
What the score is
Findings from format, lint, code quality, AI slop, and security engines are weighted into one number. Style hits the score less than swallowed exceptions or missing imports. Labels: 75 to 100 Healthy, 50 to 74 Needs Work, below 50 Critical. Details: scoring.
Fix and CI
npx aislop fix applies mechanical cleanup. Remaining findings can go back to Claude Code, Cursor, or Codex. For a merge gate, npx aislop init writes config and a GitHub Actions workflow. See CI docs.
Source: github.com/scanaislop/aislop. Product: what aislop is.
Frequently asked questions
How do I run npx aislop?
From the project root, run npx aislop scan. Use npx aislop@latest scan if you want the current published CLI. No account and no API key.
Where is aislop on GitHub?
aislop is published to npm as the aislop package, and the source is open on GitHub under the scanaislop organisation. The hosted platform runs the same engine.
What does npx aislop scan output?
A 0 to 100 code quality score, findings grouped by engine, and a count of auto-fixable items. Same code in, same score out.