External Script Fetching
- Category
- Supply Chain
- Confidence
- 95% confidence
- Finding
The skill explicitly instructs users to install software by piping a remote script directly into
bash, which is a well-known supply-chain and arbitrary-code-execution risk. If the installer endpoint, transport, hosting, or upstream release process is compromised, a user following the skill could execute attacker-controlled code on their machine.- 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
-
