eng-code-cleanup
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several standard shell commands for codebase management, including
find,tree, andrm -rffor directory cleanup. It also integrates with common development tools likegit,npm,bun,pytest, andeslintfor workflow automation and validation. - [SAFE]: The provided Python script
scripts/analyze_codebase.pyperforms static analysis of source files using regular expressions to build a dependency graph and identify unused files. It operates entirely locally and does not execute the code it analyzes or make network requests.
Audit Metadata