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
- 94% confidence
- Finding
- The skill instructs the agent/user to install the CLI by piping a remotely fetched script directly into a shell (`curl ... | bash`). This bypasses integrity verification and gives the remote server full code-execution capability on the local system; if the install endpoint, transport, DNS, or hosting is compromised, arbitrary commands could run immediately. In this skill context, the danger is elevated because the content is operational guidance for an agent workflow, making it more likely to be executed as written during setup.
