Metadata-Version: 2.4
Name: gensecureAI
Version: 0.2.0
Summary: AI-powered Python Security Scanner with GUI and Auto-Fix
Author: Jamshaid Basit
Author-email: jamshaidbasit0011@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: groq
Requires-Dist: python-dotenv
Dynamic: license-file

# gensecureAI 🛡️

**AI-powered Python Security Scanner** with GUI-based vulnerability detection and **auto-fix support**.

`gensecureAI` statically scans Python source code to detect common security issues and provides **safe remediation suggestions** with optional **auto-fix**.

---

## 🚀 Features

✅ SQL Injection Detection  
✅ OS Command Injection Detection  
✅ Hardcoded Secret Detection  
✅ Dangerous Function Usage (`eval`, `exec`, `pickle`)  
✅ GUI-Based Review & Auto-Fix  
✅ Safe Code Rewrite Option  
✅ Modular & Importable Library  

---

## 📦 Installation

```bash
pip install gensecureAI
