Skip to main content
New aislop v0.12.0: terminal-native agent repair sessions, calibrated scoring, and cleaner command output. Read the changelog →
← Blog
Release · 1 min read

aislop is now on the GitHub Marketplace

From CLI to GitHub App. No manual CI setup. Two-click install. Same quality gate, every PR, automatically.

aislop started as a CLI built for one specific problem: catching the patterns AI agents leave behind that look fine in review and quietly degrade a codebase. Swallowed exceptions. as any everywhere the types got complicated. TODO stubs where the real logic should be.

Today it hit a milestone. It is live on the GitHub Marketplace.

That means installing aislop on a repo is now a two-click process. No manual CI setup. Every PR gets scanned automatically, findings go back to the agent that wrote the code, and nothing merges below your quality threshold.

Same gate. Every PR. Automatic.

The core is unchanged:

  • 50+ rules across 8 languages
  • Sub-second, deterministic, no LLM at runtime
  • Catches swallowed exceptions, unsafe type casts, narrative comments, dead code, oversized files, dependency vulnerabilities

But the barrier to getting a team set up is now basically zero.

If you are already running npx aislop scan locally, the Marketplace app is the natural next step: same gate, every PR, no config work.

Next step

If you have not tried it yet, this is a good moment to start.

Install now on GitHub

View on GitHubLearn more