refactor-clean
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several standard command-line tools to detect unused code, including
knip,depcheck,ts-prune,vulture,deadcode, andcargo-udeps. It also executes the project's own test suites to verify that deletions do not break functionality. - [EXTERNAL_DOWNLOADS]: The skill uses
npxto execute Node.js tools, which may involve downloading these packages from the official npm registry if they are not already cached in the environment. - [SAFE]: The instructions emphasize a highly cautious approach, categorizing findings by risk level (SAFE, CAUTION, DANGER) and recommending against deleting uncertain code. The 'Safe Deletion Loop' ensures that each change is isolated and verified independently.
Audit Metadata