clean

Pass

Audited by Gen Agent Trust Hub on Mar 5, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses the Bash tool to execute standard system commands including find, rm, du, and dotnet. These operations are used to locate and delete build artifacts and clear local caches as described in the skill's purpose.
  • [COMMAND_EXECUTION]: Deletion is performed using find ... -exec rm -rf {} +, which is a standard method for recursive directory removal on Unix-like systems and Git Bash.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 5, 2026, 04:21 AM