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
- 96% confidence
- Finding
- The skill instructs the agent to install software via `curl ... | bash`, which downloads and immediately executes a remote script without integrity verification or pinning. If the host, network path, or distribution endpoint is compromised, this can lead to arbitrary code execution on the user's machine.
