Aislop – deterministic quality gate for AI-generated code (MIT, no LLMs)
Aislop is a quality gate tool designed for AI-generated code, ensuring that it meets engineering standards. It identifies and fixes issues such as dead code and oversized functions, providing a score from 0 to 100. The tool is easy to use, requiring no installation and supporting multiple programming languages.
- ▪Aislop scans AI-written code for various issues and provides a score based on its quality.
- ▪It offers auto-fixing capabilities for mechanical issues and can hand off unresolved problems to coding agents.
- ▪The tool can be integrated into CI/CD pipelines to enforce quality standards.
Opening excerpt (first ~120 words) tap to expand
aislop The engineering standards layer and quality gate for AI-written code. Catches the slop AI agents leave behind: dead code, oversized functions and files, unused imports, as any casts, swallowed errors, hallucinated imports, todo stubs, narrative comments. Scores 0–100. Deterministic (regex + AST, no LLMs). 8+ languages. Quick start npx aislop scan No install needed. Works on any project. Get your score in seconds. npx aislop fix # auto-fix issues npx aislop fix -f # aggressive fixes (deps, unused files) npx aislop ci # CI mode (JSON + gate) npx aislop hook install --claude # per-edit hook Public badge: Show your score on your README [](https://scanaislop.com) Run npx aislop badge to auto-generate.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.