cleanup-unused
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to run static analysis tools like
knip,vulture, andstaticcheck. It also manages project state usinggitand handles cleanup throughrmand package manager removal commands (bun remove,pip uninstall,cargo remove). - [EXTERNAL_DOWNLOADS]: The skill installs necessary developer tools (
staticcheck,cargo-machete) on demand from their respective official package registries (Go proxy, Crates.io) when not already present in the environment. - [SAFE]: The skill implements significant safety guardrails, including requiring a clean git working tree before proceeding, performing a 'verify' step (running tests and linters) after deletions, and automatically reverting changes if any verification step fails.
Audit Metadata