External Script Fetching
High
- Category
- Supply Chain
- Content
After the operator authorizes those host changes, run: ```bash curl -fsSL https://composio.dev/install | sh ``` If execution is not authorized or the environment cannot install software,
- Confidence
- 95% confidence
- Finding
- The skill instructs the operator to execute a remote installer via `curl ... | sh`, which fetches code from the network and immediately runs it without a separately reviewed local artifact. Even though the text adds operator-authorization and version-check guardrails, this remains dangerous because any compromise of the download endpoint, transport, or installer behavior leads to arbitrary code execution in the host execution environment.
