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 recommends installing software via a remote script piped directly into a shell, which executes unverified code from the network without prior inspection. In an agent-assisted or automated context, this is especially dangerous because compromise of the hosting site, transport path, or installer content could lead to arbitrary code execution on the user's system.
