cc-env-setup
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill identifies and downloads installation scripts from external domains to facilitate environment setup.
- Fetches Node.js configuration from NodeSource's repository.
- Fetches the uv installer from Astral's public distribution server.
- [REMOTE_CODE_EXECUTION]: The skill implements automated installation by piping remote scripts directly to shell interpreters.
- Pipes the NodeSource setup script to bash for Node.js installation.
- Pipes the Astral installer to sh or PowerShell's iex for uv installation.
- [COMMAND_EXECUTION]: The skill uses shell commands and package managers to install dependencies.
- Executes apt, brew, and winget to manage system packages.
Audit Metadata