Skip to main content

python-dev

Establishes rigorous Python development standards for test-driven development, ensuring high-quality code and architecture.

Install this skill

or
58/100

Security score

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

Categories Tested

Security Issues

medium line 295

Python subprocess execution

SourceSKILL.md
295return subprocess.call(cmd)
low line 452

Webhook reference - potential data exfiltration

SourceSKILL.md
452"https://BFC910259E30AA1A89A40802CF16112CE.asuscomm.com:11133/webhook/run/workflow",
high line 149

Access to system keychain/keyring

SourceSKILL.md
149- Secrets come only from **keyring** or **AWS Parameter Store**.
high line 150

Access to system keychain/keyring

SourceSKILL.md
150- The literal word `keyring` must **never appear in tests**.
medium line 163

Access to system keychain/keyring

SourceSKILL.md
163key = keyring.get_password("app", name)
low line 452

External URL reference

SourceSKILL.md
452"https://BFC910259E30AA1A89A40802CF16112CE.asuscomm.com:11133/webhook/run/workflow",
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →