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 includes a curl-piped-to-shell installation command that executes a remote script directly from the network without integrity verification. If the remote host, CDN, TLS trust chain, or distribution path is compromised, users could execute arbitrary code on their machine, and placing this in a skill increases the chance an agent may surface or recommend it automatically during setup flows.
