Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Gitcare SecurityNew to Visual Studio Code? Get it now.
Gitcare Security

Gitcare Security

Forkaizen

| (0) | Free
Security Scanning & Auto-Fix for your code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🛡️ Gitcare Security

Your Guardian Angel for Code Security.

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

  1. Dangerous eval() usage:
    • Risk: Critical (Remote Code Execution).
    • Fix: Automatically refactors to JSON.parse().
  2. SQL Injection:
    • Risk: High.
    • Fix: Warns about unsafe string concatenation in queries.
  3. 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().

Auto Fix Demo

Real-Time Detection 🛡️

Instantly catches SQL Injection and Hardcoded Secrets.

Detection Demo

⚙️ Requirements

  • Python 3.x must be installed on your system and added to your PATH.

Created with ❤️ by "David Jaimes Olivo (Forkaizen)"

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft