dead-code-sweep
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe Dead Code Sweep skill appears to be a well-scoped developer tooling workflow aimed at reducing cruft in agent-maintained codebases. It emphasizes scope control, verification of dead-code candidates (via reference tracing), and user-approved cleanup, which aligns with its stated purpose. There are no evident patterns encouraging unsafe network activity, credential access, or autonomous destructive actions beyond code modification with explicit user approval. Overall, the footprint is coherent with the described purpose and is likely to be benign when used as intended, though care should be taken to avoid false positives by accounting for dynamic imports, reflection, or framework-specific conventions.