External Script Fetching
High
- Category
- Supply Chain
- Content
If `tvly` is not found on PATH, install it first: ```bash curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login ``` Do not skip this step or fall back to other tools.
- Confidence
- 99% confidence
- Finding
- The skill instructs the agent to execute a remote install script directly from the network via `curl ... | bash`, which is a classic supply-chain and arbitrary code execution risk. Because the step is framed as mandatory ('Do not skip this step or fall back to other tools'), a compromised upstream server, DNS/TLS interception, or malicious script update could immediately run attacker-controlled code in the agent environment.
