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 users to install the CLI via a remote script piped directly into a shell, which is a classic supply-chain and remote code execution risk. If the install endpoint, transport, or upstream distribution is compromised, arbitrary code could execute on the user's machine with the user's privileges.
