Skip to main content

python-coding

Provides best practices for writing high-quality, production-grade Python code, emphasizing principles like KISS, SOLID, and DRY.

Install this skill

or
65/100

Security score

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

Categories Tested

Security Issues

high line 177

Python subprocess execution

SourceSKILL.md
177- Avoid `subprocess.run(shell=True)`
high line 178

Python subprocess execution

SourceSKILL.md
178- Pass commands as lists: `subprocess.run(["ls", "-l", directory])`
medium line 157

Access to .env file

SourceSKILL.md
157- Use `.env` files for local development (add to `.gitignore`)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →