clean-room
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The clean_room_tool_manager.py script allows for the installation of helper tools like @ast-grep/cli from the official NPM registry (npmjs.com).
- [COMMAND_EXECUTION]: The skill employs the subprocess module to run indexing and verification tools. Execution is managed through list-based arguments to avoid shell injection, and dynamic inputs like package versions are strictly validated against a SemVer regular expression.
Audit Metadata