django-verification
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a robust set of shell commands to manage the Django development lifecycle, including database migrations (
python manage.py migrate), static asset collection (python manage.py collectstatic), and environment verification. - [EXTERNAL_DOWNLOADS]: The GitHub Actions example references official actions from GitHub and Codecov, and installs standard security and quality tools (such as
bandit,safety, andpip-audit) from public package registries. - [COMMAND_EXECUTION]: Includes automated security scanning routines using
bandit,safety,pip-audit, andgitleaksto identify vulnerabilities and hardcoded secrets in the project codebase. - [DYNAMIC_CODE_EXECUTION]: Employs shell piping and heredocs to execute diagnostic Python code within the Django management shell, facilitating automated configuration and environment state verification.
Audit Metadata