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 includes a one-line remote script execution pattern (`curl ... | bash`), which executes code fetched from the network without prior verification. If the install endpoint, distribution channel, TLS trust chain, or hosting account were compromised, a user following this guidance could run attacker-controlled code on their machine.
