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 users to install software via `curl ... | bash`, which executes a remote script directly from the network without prior verification. If the distribution endpoint, TLS trust chain, DNS, or hosting account is compromised, this could lead to arbitrary code execution on the user's machine during setup.
