refactor-cleaner
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to perform code analysis and refactoring tasks.
- Evidence: Uses
npxto run tools such asknip,depcheck, andts-prunefor identifying dead code and unused dependencies. - Evidence: Performs file system modifications and
gitoperations (commits, reverts) as part of the refactoring workflow. - [EXTERNAL_DOWNLOADS]: Fetches and runs specialized developer utilities from the npm registry.
- Evidence: Uses
npxto dynamically executeknip,depcheck, andts-prunefrom the official npm package repository.
Audit Metadata