Skip to main content

python-package-management

Facilitates modern Python package management with fast tooling, virtual environments, and dependency management for efficient project setup.

Install this skill

or
77/100

Security score

The python-package-management skill was audited on Feb 21, 2026 and we found 5 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 71

Piping content to sh shell

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

Curl to non-GitHub URL

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

External URL reference

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

External URL reference

SourceSKILL.md
74irm https://astral.sh/uv/install.ps1 | iex
low line 295

External URL reference

SourceSKILL.md
295Documentation = "https://my-project.readthedocs.io"
Scanned on Feb 21, 2026
View Security Dashboard