I built a lightweight CLI tool for Django and Django REST Framework projects to help detect common security issues early in development.
It focuses on problems like:
unsafe production settings exposed or misconfigured APIs missing security configurations common security risks in Django projects
The goal is to make security checks simple and part of everyday development or CI workflows.
GitHub: https://github.com/abu-rayhan-alif/djangoSecurityHunter