External Script Fetching
High
- Category
- Supply Chain
- Content
=== Alibaba Cloud CLI Installation & Setup Guide === 1. Install CLI (>= 3.3.3): curl -fsSL --connect-timeout 10 --max-time 120 https://aliyuncli.alicdn.com/setup.sh | bash 2. Verify installation: aliyun version
- Confidence
- 98% confidence
- Finding
- The install guide instructs users to execute a remote script directly via `curl ... | bash`, which creates a supply-chain and command-execution risk: if the remote host, CDN path, TLS trust chain, or downloaded script is compromised, arbitrary code will run immediately on the user's machine. In a security-focused skill that manages firewall infrastructure, this context increases risk because users are likely to run the command in privileged operational environments.
