security-modern-python
Installation
SKILL.md
Secure Modern Python
When to Use
- Reviewing Python code for security vulnerabilities
- Writing secure Python web applications (Flask, Django, FastAPI)
- Implementing secure patterns with modern Python (3.10+) features
- Hardening Python packaging and dependency management
- Auditing Python code handling user input, secrets, or cryptography
When NOT to Use
- Python 2 legacy code (different security considerations)
- Non-Python security reviews
- Infrastructure security without Python components