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
- 94% confidence
- Finding
- The skill instructs users to install the CLI by piping a remotely fetched script directly into `bash`, which is a well-known unsafe pattern because it executes unverified code from the network immediately. If the install server, transport path, or published script were compromised, this could lead to arbitrary code execution on the host running the skill.
