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 users to install software via a remote script piped directly into a shell (`curl ... | bash`), which executes unreviewed code fetched over the network. If the install endpoint, transport path, or hosting account is compromised, this becomes an immediate arbitrary code execution vector on the user's system.
