External Script Fetching
- Category
- Supply Chain
- Confidence
- 97% confidence
- Finding
The skill instructs the agent to install software using a remote script piped directly into bash (
curl ... | bash). This is dangerous because it executes unaudited code fetched at runtime from the network, allowing supply-chain compromise, MITM/repository compromise impacts, or unexpected privileged code execution on the host.- 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 / Linuxpowershell
-
