Gitcare is a lightweight, open-source Static Application Security Testing (SAST) tool designed to run locally on your machine. It detects vulnerabilities in real-time and offers Auto-Fix solutions.
✨ Features
Real-time Scanning: Detects issues instantly when you save a file.
Auto-Fix Mechanic: Just click the 💡 Lightbulb to fix vulnerabilities automatically.
Privacy First: Runs 100% locally. No code is sent to the cloud.
🚀 Detected Vulnerabilities
Dangerous eval() usage:
Risk: Critical (Remote Code Execution).
Fix: Automatically refactors to JSON.parse().
SQL Injection:
Risk: High.
Fix: Warns about unsafe string concatenation in queries.
Hardcoded Credentials:
Risk: High.
Fix: Detects secrets/passwords in code.
📸 See it in Action
Auto-Fix Mechanic 🛠️
Gitcare automatically refactors dangerous code like eval() to JSON.parse().
Real-Time Detection 🛡️
Instantly catches SQL Injection and Hardcoded Secrets.
⚙️ Requirements
Python 3.x must be installed on your system and added to your PATH.
Created with ❤️ by "David Jaimes Olivo (Forkaizen)"