External Script Fetching
Low
- Category
- Supply Chain
- Content
```bash # macOS/Linux curl -LsSf https://astral.sh/uv/install.sh | sh # Windows (PowerShell) powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
- Confidence
- 93% confidence
- Finding
- curl -LsSf https://astral.sh/uv/install.sh | sh
