*What it does Sentinel Guard AI is a smart security auditor that doesn't just "flag" errors—it "mentors" the developer. It scans Python code for critical vulnerabilities and explains the risks in simple, conversational Hinglish using AI.
*Technical Architecture Security Engine: The core scanning is powered by Bandit (SAST), which performs deep static analysis of Python source code for security vulnerabilities (CWE-78, CWE-94, etc.).
AI Interpretation: Integrated the Google Gemini 1.5 Flash model via a multi-threaded Python backend to provide instant, conversational "AI Mentor Insights" in Hinglish.
Authentication: Secured using Auth0 for professional-grade user sessions and dashboard protection.
*Innovation Unlike traditional scanners that only show technical logs, Sentinel Guard AI bridges the gap for developers by explaining risks in a natural, easy-to-understand language.
*Deployment Note This is a developer-focused tool designed for local auditing. To run, clone the repo, install requirements.txt, and provide your own .env keys.
Log in or sign up for Devpost to join the conversation.