DEV Community

Cover image for aislop is now on the GitHub Marketplace
Taiwo Olawuwo for Scan AI Slop

Posted on

aislop is now on the GitHub Marketplace

If you are writing and shipping code with Claude Code, Cursor, or Codex, this is your missing quality layer.

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's 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.

The core is the same:

  • 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're already running npx aislop scan locally, the Marketplace app is the natural next step, same gate, every PR, no config work.

If you haven't tried it yet, this is a good moment to start. Install now on Github: https://github.com/marketplace/aislop-ai-code-quality-gate

Here is the link to the opensource project on GitHub: https://github.com/scanaislop/aislop

Visit to learn more on: https://scanaislop.com

Top comments (0)