cleanproject
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill utilizes common Bash commands (
find,rm,git,ls,du) to identify and remove development artifacts. - Safety Context: These operations are restricted to cleaning well-known temporary file patterns (
*.log,__pycache__, etc.). - Mitigation: The skill explicitly includes a 'Git Checkpoint Management' step to commit changes before cleanup, allowing for full recovery if important files are accidentally removed.
- Exclusions: It explicitly protects critical directories like
.git,.claude, andnode_modulesfrom the cleanup process.
Audit Metadata