python-uv
Facilitates modern Python development using the uv package manager for efficient project setup, testing, and deployment.
Install this skill
or
72/100
Security score
The python-uv skill was audited on Mar 8, 2026 and we found 6 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 236
Piping content to sh shell
SourceSKILL.md
| 236 | curl -LsSf https://astral.sh/uv/install.sh | sh |
medium line 236
Curl to non-GitHub URL
SourceSKILL.md
| 236 | curl -LsSf https://astral.sh/uv/install.sh | sh |
medium line 252
Curl to non-GitHub URL
SourceSKILL.md
| 252 | if curl -sf http://127.0.0.1:8000/api/health; then |
low line 334
Access to .env file
SourceSKILL.md
| 334 | env_file = ".env" |
low line 236
External URL reference
SourceSKILL.md
| 236 | curl -LsSf https://astral.sh/uv/install.sh | sh |
low line 252
External URL reference
SourceSKILL.md
| 252 | if curl -sf http://127.0.0.1:8000/api/health; then |
Scanned on Mar 8, 2026
View Security Dashboard