External Script Fetching
High
- Category
- Supply Chain
- 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 / Linux ``` ```powershell
- Confidence
- 97% confidence
- Finding
- The skill includes a `curl ... | bash` installation command that fetches and immediately executes a remote script without integrity verification, pinning, or out-of-band validation. If the distribution endpoint, network path, or hosting account is compromised, a user following this guidance could execute arbitrary code on their system.
