Skip to main content

developing-with-python

Facilitates Python 3.11+ development using type hints, async patterns, FastAPI, and pytest for backend services and APIs.

Install this skill

or
98/100

Security score

The developing-with-python skill was audited on Feb 9, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 500

Access to .env file

SourceSKILL.md
500model_config = SettingsConfigDict(env_file=".env")
low line 376

External URL reference

SourceSKILL.md
376async with AsyncClient(transport=transport, base_url="http://test") as client:
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →