External Script Fetching
- Category
- Supply Chain
- Confidence
- 97% confidence
- Finding
The skill recommends installing software via 'curl ... | bash', which executes remote script content directly without verification. If the install endpoint, transport, hosting, or upstream distribution is compromised, an agent or user following this instruction could run attacker-controlled code on the local system 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
-
