Expand description
§Python Security Analyzer
Specialized security analyzer for Python applications.
This analyzer focuses on:
- Python web frameworks (Django, Flask, FastAPI, etc.)
- AI/ML services and tools (OpenAI, Anthropic, Hugging Face, etc.)
- Cloud services commonly used with Python (AWS, GCP, Azure)
- Database connections and ORMs (SQLAlchemy, Django ORM, etc.)
- Environment variable misuse in Python applications
- Common Python anti-patterns and secret exposure patterns
- Python package managers and dependency files
Structs§
- AiMl
Pattern - AI/ML service patterns
- Cloud
Pattern - Cloud service patterns
- Database
Pattern - Database connection patterns
- EnvVar
Pattern - Environment variable patterns specific to Python
- Framework
Pattern - Framework-specific patterns for Python web frameworks
- Python
Secret Pattern - Python-specific secret pattern
- Python
Security Analyzer - Python-specific security analyzer