environment-setup-guide
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to download and execute setup scripts from external sources.
- Evidence:
curl -fsSL https://get.docker.com -o get-docker.shfollowed bysudo sh get-docker.shinSKILL.mdfor Docker installation. - Evidence:
curl -fsSLo "$tmpdir/homebrew-install.sh" https://raw.githubusercontent.com/Homebrew/install/HEAD/install.shfor Homebrew installation. - Evidence:
curl -fsSLo "$tmpdir/nodesource-setup.sh" https://deb.nodesource.com/setup_20.xfollowed by execution viasudo -E bashfor Node.js setup. - Note: These sources are official distribution channels for the respective tools, which are well-known technology services.
- [COMMAND_EXECUTION]: The skill recommends using
sudofor package management and environment configuration tasks. - Evidence: Usage of
sudo apt update,sudo apt install, andsudo usermodfor Linux environment configuration. - [PROMPT_INJECTION]: The skill creates a surface for indirect prompt injection by instructing the agent to execute commands (like
npm installorpip install) within repositories cloned from user-provided URLs. - Ingestion points: The agent clones external repositories using
git clonebased on user input. - Boundary markers: None identified in the provided instructions.
- Capability inventory: The skill performs package installations (
npm install,pip install) and shell script execution. - Sanitization: No explicit validation of the cloned repository's contents is performed before installation commands are run.
Audit Metadata