ai-code-auditor
- 0 Devlogs
- 0 Total hours
AI Code Reviewer & Security Linter Pro — A desktop security auditing tool that performs static analysis on Python codebases using AST parsing and regex pattern matching. It detects 7 critical vulnerability classes (eval/exec injection, shell command injection, pickle deserialization, hardcoded secrets, bare except clauses, SQL injection patterns, and stub functions) with severity classification (Critical/High/Medium/Low), real-time file scanning with progress tracking, and detailed remediation guidance for each finding. Built with CustomTkinter for a modern dark-mode UI, threaded scanning for responsiveness, and exportable JSON reports.