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 using pnpm. These are standard tools for code analysis and cleanup.
  • [COMMAND_EXECUTION]: The skill executes multiple shell commands to perform its tasks, including npx for tool execution, rm for file deletion, and pnpm remove for 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 AskUserQuestion before performing destructive actions like deleting files.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 06:38 AM