External Script Fetching
- Category
- Supply Chain
- Confidence
- 98% confidence
- Finding
The skill instructs users to install software by piping a remotely fetched script directly into a shell (
curl ... | bash). This is dangerous because any compromise of the remote host, transport, installer path, or publishing pipeline could lead to arbitrary code execution on the user's machine, and the skill context makes it more dangerous because it presents the command as an operational recovery step users may run verbatim.- 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
-
