django-expert
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's core workflow suggests running Django management commands such as
manage.py makemigrationsandmanage.py migrate. These are standard development tasks essential for the skill's primary purpose of managing Django database schemas. - [SAFE]: The code references and instructions explicitly advocate for security best practices, such as using environment variables for secrets, avoiding
DEBUG=Truein production, and implementing mandatory permission checks on all API endpoints. - [SAFE]: External references target well-known documentation sources and standard Python package registries, with no evidence of malicious redirects or untrusted downloads.
Audit Metadata