install-dependency
Fail
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/install-js.shdownloads and executes the Bun installation script from its official website (https://bun.sh/install) via a pipe to bash when the runtime is missing.\n- [COMMAND_EXECUTION]: The skill usessudoinscripts/install-system.shto install system packages, which grants the agent elevated privileges on the host system.\n- [COMMAND_EXECUTION]: There is a risk of shell command injection in the installation scripts. User-provided package names are interpolated into shell commands within double quotes, allowing for command substitution if the input contains patterns like$(...).\n- [COMMAND_EXECUTION]: Thescripts/setup-env.shscript unsets platform environment variables such asCLAUDECODE, which are often used for environment identification or constraint enforcement.\n- [EXTERNAL_DOWNLOADS]: The skill performs network operations to download the Bun installer and packages from various public registries.\n- [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection.\n - Ingestion points: Package names provided during the workflow described in
SKILL.md.\n - Boundary markers: None; external input is not delimited from system instructions.\n
- Capability inventory: Ability to execute shell commands and install software using
pip,bun, andsudowithapt/brew/dnf.\n - Sanitization: None; inputs are passed directly to shell commands without validation.
Recommendations
- HIGH: Downloads and executes remote code from: https://bun.sh/install - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata