This repository controls the public GitHub organization profile for
scanaislop.com. It is not the main source
repository for the product.
The profile that appears on the organization page is
profile/README.md. That is the most important public
surface in this repository.
aislop is the open-source CLI behind
scanaislop.com. It scans AI-generated code for repeatable quality issues 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 # PythonUse scanaislop/aislop for source
code, issues, releases, and installation details. Use
scanaislop.com for the public product site.