소개
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.
주요 기능
- Detects insecure flags in configurations (config-scan)
- Checks dependencies against the OSV.dev vulnerability database (vuln-scan)
- 0 GitHub stars
- Detects hardcoded secrets with secret-scan
- Warns on missing timeouts in HTTP requests (http-timeout-scan)
- Prevents typosquatting with secure-install
사용 사례
- Real-time vulnerability detection during development
- Automated security analysis within AI-powered IDEs
- Integration with LLM agents for secure code generation