django
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill suggests installing well-known and standard Python packages such as django, uvicorn, gunicorn, and httpx from official package registries.
- [COMMAND_EXECUTION]: Provides standard command-line instructions for application server management, environment setup, and linting/type-checking tools.
- [CREDENTIALS_UNSAFE]: Includes documentation examples for .env configuration using placeholder values (e.g., your-secret-key, user:pass) which follow established security best practices for configuration management.
- [PROMPT_INJECTION]: While the skill defines views that process untrusted data from GET parameters, these are handled via the Django ORM which provides built-in protection against common injection vectors.
Audit Metadata