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
- 98% confidence
- Finding
- The skill instructs the agent to execute a remote installer via `curl ... | bash`, which fetches code from the network and immediately runs it without integrity verification, pinning, or user review. In an agent skill context, this is especially dangerous because a missing CLI binary could trigger the fallback path, leading to arbitrary code execution on the host if the remote script is compromised, tampered with, or unexpectedly changed.
