ai-slop-detector

Detect low-quality AI-generated code patterns and security risks in codebases.

1|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/UtsavBalar1231/claude-code-configs --skill ai-slop-detector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-slop-detector
Source: https://github.com/UtsavBalar1231/claude-code-configs/tree/main/skills/ai-slop-detector
Command: npx skills add https://github.com/UtsavBalar1231/claude-code-configs --skill ai-slop-detector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI-generated code can introduce defects and maintainability issues. This Skill detects, analyzes, and remediates low-quality AI outputs with human oversight and CI/CD integration to prevent tech debt.

Core Features & Use Cases

  • Six cardinal signs: Identify incorrect logic, inefficiency, readability, security, supply chain (slopsquatting), and context gaps.
  • Pattern recognition: Spot weak naming, hollow comments, and marketing buzzwords in docs.
  • Security & quality: Scan for vulnerabilities and provide remediation plans.
  • CI/CD integration: Propose gating rules and automation hooks.

Quick Start

Run a codebase scan to identify AI slop patterns and produce a remediation plan.

Frequently Asked Questions about ai-slop-detector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect low-quality AI-generated code in my codebase?

Detect low-quality AI-generated code by scanning for six cardinal signs: incorrect logic, inefficiency, poor readability, security vulnerabilities, supply chain risks (slopsquatting), and context gaps. The Skill identifies weak naming, hollow comments, hallucinated dependencies, and insecure patterns across languages and ecosystems to surface actionable remediation guidance.

Can I integrate AI code quality checks into my CI/CD pipeline?

Yes. The Skill integrates with CI/CD workflows by proposing gating rules and automation hooks to catch AI slop before merge. It works with linting and review tooling to gate low-quality patterns and governance processes, preventing tech debt from AI-assisted development.

What security issues does AI code detection catch?

Security scanning identifies vulnerabilities, insecure patterns, and supply chain risks including slopsquatting (fake dependencies) and hallucinated imports. The Skill provides remediation plans for each detected security issue to guide human review and code fixes.

How do I use this for code reviews of AI-generated outputs?

Run a codebase scan to identify AI slop patterns—incorrect logic, inefficiency, readability problems, and security gaps. The Skill produces a risk-based remediation plan that integrates into code review workflows for human-driven remediation of flagged issues.

Does this work with multiple programming languages?

Yes. The Skill detects AI slop across languages and ecosystems, identifying universal patterns like weak naming, marketing buzzwords in documentation, and insecure code structures regardless of language or framework used.

What happens after I identify slopsquatting or hallucinated dependencies?

After detection, the Skill provides actionable remediation guidance for each supply chain risk. Findings integrate with governance processes and review tooling to enable human teams to audit, replace, or remove problematic dependencies before deployment.