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 install software by piping a remotely fetched script directly into a shell (`curl ... | bash`). This is dangerous because any compromise of the hosting site, network path, or install script would result in immediate arbitrary code execution on the user's machine, and the skill context makes it worse by presenting the step as an operational fallback for using the connector.
