Skip to content

scanaislop/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

scanaislop.com

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.

Main Project

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

Use scanaislop/aislop for source code, issues, releases, and installation details. Use scanaislop.com for the public product site.

Releases

No releases published

Packages

 
 
 

Contributors