External Script Fetching
High
- Category
- Supply Chain
- Content
- **`oo: command not found`** — install the oo CLI (other platforms: <https://cli.oomol.com/install-guide.md>): ```bash curl -fsSL https://cli.oomol.com/install.sh | bash # macOS / Linux ``` ```powershell
- Confidence
- 97% confidence
- Finding
- The skill instructs the agent to install the CLI via `curl ... | bash`, which executes a remote script directly from the network without verification, pinning, or integrity checks. In an adversarial or compromised distribution scenario, this can lead to arbitrary code execution on the host running the skill, and the surrounding context makes it more dangerous because the instructions are framed as an operational fallback the agent may perform automatically when the CLI is missing.
