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 the agent to install software by piping a remote script directly into bash, which is a classic arbitrary code execution pattern. If the remote server, transport, or installation script is compromised, the agent could execute attacker-controlled code on the host with the current user's privileges.
