What problem does it solve? AI-generated code is often syntactically flawless but logically hollow, containing hallucinated dependencies, inefficient algorithms, and violated constraints that traditional SAST tools miss. This Skill provides a structured adversarial audit protocol to catch those defects before they cause regressions or supply-chain risks. ## Core Features & Use Cases - Four-Layer Audit Framework: Covers inefficiency taxonomy (ODC classification), slopsquatting and dependency verification, stylistic signature detection, and instruction adherence analysis. - Hallucinated Package Detection: Cross-references imports against npm and PyPI registries to flag phantom packages and non-existent versions. - Structured Audit Report: Produces a standardized report with per-layer PASS/FAIL status, findings, and prioritized remediations. - Use Case: After an LLM generates a new module, run this audit to verify every dependency exists in official registries, check for O(n²) algorithmic anti-patterns, and confirm negative constraints from the original prompt were respected. ## Quick Start Audit the AI-generated code in this repository using the four-layer framework and produce a full audit report with prioritized remediations.