📄 skillActivePromisingmedium
scanaislop/aislop
by scanaislop
Catch the slop AI coding agents leave in your code: narrative comments, swallowed exceptions, as-any casts, dead code, oversized functions. 50+ rules across 7 languages (TypeScript, JavaScript, Python, Go, Rust, Ruby, PHP). Sub-second, deterministic, no LLM at runtime. MIT-licensed.
Supported Platforms
🧠 Codex
Quality Breakdown
82/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
medium
Requires extended permissions (shell access, subagents). Review before use.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Repository contains agent orchestration code in src/agents/ with provider-runner.ts, session management, and multi-agent coordination capabilities
- Includes CLI with autonomous command execution (agent-apply, agent-background, agent-connect) that can run without explicit human approval
- Contains workflow automation scripts (.github/workflows/) for CI/CD with release automation
- src/agents/ directory shows evidence of LLM provider integration and session state management for autonomous agent operations
- agent-background.ts and agent-monitor.ts suggest persistent background execution capabilities
- Configuration system (.aislop/config.yml, .aislop/rules.yml) allows dynamic rule modification that could alter tool behavior