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 software using a remote script piped directly into a shell (`curl ... | bash`), which is a classic unsafe pattern. If the remote host, transport, or script content is compromised, this can lead to arbitrary code execution on the agent host; in this skill context, the risk is heightened because the command appears in operational setup guidance that an agent may follow automatically after an error.
