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 instructs the agent to install software by piping a remotely fetched script directly into a shell (`curl ... | bash`), which creates a supply-chain and remote code execution risk if the distribution server, network path, or script is compromised. In this skill context, the risk is heightened because the instructions are framed as a fallback operational step the agent may perform automatically when a command fails.
