Performs real-time security scans on codebases for AI agents and LLM-powered IDEs.
VibeSafe is an MCP server that empowers AI agents and LLM-powered IDEs, such as Cursor, to conduct real-time security scans on your codebase. As part of the VibeSafe OSS Stack, it leverages the Model Context Protocol SDK to expose VibeSafe's security tools as callable functions for LLMs, enabling automated and user-directed security analysis.
Key Features
01Detects insecure flags in configurations (config-scan)
02Checks dependencies against the OSV.dev vulnerability database (vuln-scan)
030 GitHub stars
04Detects hardcoded secrets with secret-scan
05Warns on missing timeouts in HTTP requests (http-timeout-scan)
06Prevents typosquatting with secure-install
Use Cases
01Real-time vulnerability detection during development
02Automated security analysis within AI-powered IDEs
03Integration with LLM agents for secure code generation