External Script Fetching
- Category
- Supply Chain
- Confidence
- 97% confidence
- Finding
The skill instructs users to install software via a shell pipeline that downloads a remote script and immediately executes it (
curl ... | bash). If the install endpoint, transport path, or upstream distribution is compromised, this enables arbitrary code execution on the user's machine with the user's privileges.- 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
-
