Module python

Source
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§

AiMlPattern
AI/ML service patterns
CloudPattern
Cloud service patterns
DatabasePattern
Database connection patterns
EnvVarPattern
Environment variable patterns specific to Python
FrameworkPattern
Framework-specific patterns for Python web frameworks
PythonSecretPattern
Python-specific secret pattern
PythonSecurityAnalyzer
Python-specific security analyzer