Skip to main content

developing-python

Provides a comprehensive guide for modern Python development, covering best practices, tooling, and project setup for efficient coding.

Install this skill

or
79/100

Security score

The developing-python skill was audited on Feb 27, 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 93

Piping content to sh shell

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

Curl to non-GitHub URL

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

External URL reference

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