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 the agent to install software using a remote script piped directly into a shell (`curl ... | bash`), which executes unverified code from the network with the user's privileges. If the install endpoint, transport, hosting, or distribution pipeline is compromised, this becomes an immediate arbitrary code execution path; because it appears in a troubleshooting/setup section, the skill context makes it more dangerous by normalizing unsafe execution as a recommended recovery step.
