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 software by piping a remotely fetched script directly into a shell (`curl ... | bash`). This bypasses integrity verification, review, and pinning, so if the hosting endpoint, network path, or upstream release process is compromised, arbitrary code will execute on the local machine.
