External Script Fetching
Low
- Category
- Supply Chain
- Content
| Platform | Command | |-----------------|---------| | 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"` | > **Security note:** These are pipe-to-shell commands. Show the command to the user
- Confidence
- 95% confidence
- Finding
- curl -LsSf https://astral.sh/uv/install.sh \| sh
