External Script Fetching
High
- Category
- Supply Chain
- Content
The user must have the Bright Data CLI installed and authenticated: ```bash curl -fsSL https://cli.brightdata.com/install.sh | bash bdata login ```
- Confidence
- 98% confidence
- Finding
- The skill includes a one-line installer that downloads a remote script and pipes it directly to bash, which executes unreviewed code from the network with the user's privileges. In a skill context, this is especially risky because users may copy-paste it reflexively, and any compromise of the host, CDN, DNS, or delivery path could lead to arbitrary code execution.
