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 or an agent to install software via `curl ... | bash`, which executes remote script content directly without prior verification. If the distribution endpoint, transport, DNS, or hosting is compromised, arbitrary code would run on the local system with the user's privileges; in an agent setting, this is especially dangerous because the skill frames it as an automatic recovery step after command failure.
