clean
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute standard system commands includingfind,rm,du, anddotnet. 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