External Script Fetching
- Category
- Supply Chain
- Confidence
- 96% confidence
- Finding
The skill instructs the agent to install software by piping a remotely fetched script directly into a shell (
curl ... | bash). This bypasses integrity verification, version pinning, and human review, so a compromised host, CDN, DNS path, or upstream script could lead to arbitrary code execution on the machine running the skill.- 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
-
