django
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: Instructions include standard shell commands for virtual environment management (python -m venv), dependency installation (pip install), and Django administrative tasks (django-admin, manage.py).
- [EXTERNAL_DOWNLOADS]: The guide references several official and well-known Python packages for installation from PyPI, including the core Django framework, Django REST Framework, and the Gunicorn WSGI server.
- [CREDENTIALS_UNSAFE]: The settings.py configuration example includes hardcoded database credentials ('USER': 'myuser', 'PASSWORD': 'mypassword'). These are used as descriptive placeholders for tutorial purposes rather than real secrets.
Audit Metadata