code-rot-cleaner
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/prove_candidates.pyusessubprocess.runwithshell=Trueto execute shell commands provided via the--commandargument. This is used to run project-specific build and test suites (e.g.,npm test) to verify that a code removal is safe. The risk is mitigated by the skill's operational instructions, which mandate that these commands only run in a temporary directory and require explicit user review and approval of the command string before execution.
Audit Metadata