Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.32 KB

File metadata and controls

50 lines (33 loc) · 1.32 KB

Sentinel-AI: Automated Code Auditor 🤖🛡️

Next-Gen SAST tool that detects vulnerabilities using AST analysis and suggests automated fixes using GenAI.

Python AI Security


📖 Overview

Sentinel-AI goes beyond traditional SAST tools.
It not only detects common vulnerabilities such as SQL Injection, Hardcoded Secrets, and insecure patterns by analyzing the Abstract Syntax Tree (AST), but also generates secure code patches automatically using GenAI.


⚙️ Installation

git clone https://github.com/osmankaankars/Sentinel-AI.git
cd Sentinel-AI
pip install -r requirements.txt

🚀 Usage

Run Sentinel-AI against a target Python file:

python sentinel.py vulnerable_app.py

By default, it runs in Mock Mode, simulating AI-generated patches without calling any external APIs.

To enable live LLM-based patching, use:

python sentinel.py vulnerable_app.py --mode openai --key YOUR_KEY

👨‍💻 Author

Osman Kaan Kars
Cybersecurity Engineer | SAP Security Specialist

LinkedIn: https://linkedin.com/in/osmankaankars
GitHub: https://github.com/osmankaankars