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 installation script via `curl ... | bash`, which is a classic supply-chain risk because downloaded code is executed immediately without verification. This is especially dangerous in an agent skill because the setup guidance may be followed automatically after an error path, turning a documentation snippet into command execution from a network source.
