refactor-clean
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs several Node.js packages (
knip,check-unused-css,eslint-plugin-unused-imports) as development dependencies usingpnpm. These are standard tools for code analysis and cleanup. - [COMMAND_EXECUTION]: The skill executes multiple shell commands to perform its tasks, including
npxfor tool execution,rmfor file deletion, andpnpm removefor package uninstallation. These operations are necessary for the skill's primary purpose of code refactoring. - [SAFE]: No malicious patterns, obfuscation, or unauthorized data exfiltration were detected. The skill includes explicit safety precautions such as checking Git status and requiring user confirmation via
AskUserQuestionbefore performing destructive actions like deleting files.
Audit Metadata