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 software via `curl -fsSL https://cli.oomol.com/install.sh | bash`, which executes a remote script directly without prior inspection or integrity verification. If the host, transport, or script supply chain is compromised, this becomes arbitrary code execution on the user's machine; the skill context makes this more dangerous because it is presented as an operational recovery step inside a trusted workflow.
