Skip to main content

uv-package-manager

Enhances Python project workflows with uv for fast dependency management and virtual environment creation.

Install this skill

or
78/100

Security score

The uv-package-manager skill was audited on May 12, 2026 and we found 4 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 58

Piping content to sh shell

SourceSKILL.md
58curl -LsSf https://astral.sh/uv/install.sh | sh
medium line 58

Curl to non-GitHub URL

SourceSKILL.md
58curl -LsSf https://astral.sh/uv/install.sh | sh
low line 58

External URL reference

SourceSKILL.md
58curl -LsSf https://astral.sh/uv/install.sh | sh
low line 61

External URL reference

SourceSKILL.md
61powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
Scanned on May 12, 2026
View Security Dashboard
Installation guide →