From f7e96389651e5b5d97d68b8378f28742baca0d24 Mon Sep 17 00:00:00 2001 From: David Seagal Date: Sun, 30 Aug 2026 14:55:50 +0200 Subject: [PATCH] Add VibeGuard- Python security linter for AI code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b0fd58..5fa58ee 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Supported by: [GuardRails.io](https://www.guardrails.io) - [Bandit](https://github.com/PyCQA/bandit) - Bandit is a tool designed to find common security issues in Python code. - [Pyt](https://github.com/python-security/pyt) - A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications. - [Detect Secrets](https://libraries.io/pypi/detect-secrets) - An enterprise friendly way of detecting and preventing secrets in code. +- [VibeGuard](https://github.com/zeroFhacker/vibeguard) - Security linter for AI-generated code — catches the exact vulnerability patterns Copilot, Cursor and ChatGPT produce in Python code. ## Vulnerabilities and Security Advisories