📄 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

Stars

392

Skill Type

🔍 Code Quality & Review

Quality Score

82/200

License

MIT

Forks

17

Last Updated

Jul 27, 2026

Discovered

Jun 11, 2026

Validation

Passed

github.com/scanaislop/aislop

Quality Breakdown

82/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

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.

Unverified skill. Always review source code before installing any skill from an unknown author.

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

Related guides