django-simplifier
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses Python's ast module for static analysis, which allows it to inspect code structure without executing it, preventing code execution risks.
- [SAFE]: The main orchestration script analyze_django.py uses subprocess.run with a list of arguments and no shell, which is a secure way to invoke the sub-scripts.
- [SAFE]: The skill includes checks for common Django security vulnerabilities like hardcoded SECRET_KEY, DEBUG=True, and unsafe mark_safe usage in the target code.
- [SAFE]: No network operations, external downloads, or data exfiltration patterns were detected in the provided scripts.
Audit Metadata