Skip to main content

manage-python-env

Provides a quick reference for managing Python environments and packages using the uv package manager, streamlining project setup and dependency management.

Install this skill

or
79/100

Security score

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

Categories Tested

Security Issues

high line 15

Piping content to sh shell

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

Curl to non-GitHub URL

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

External URL reference

SourceSKILL.md
15curl -LsSf https://astral.sh/uv/install.sh | sh
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →