Skip to content

Next-Gen SAST tool that detects vulnerabilities using Abstract Syntax Tree (AST) analysis and suggests automated fixes via GenAI integration.

Notifications You must be signed in to change notification settings

osmankaankars/Sentinel-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Next-Gen SAST tool that detects vulnerabilities using Abstract Syntax Tree (AST) analysis and suggests automated fixes via GenAI integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages