AI infrastructure vulnerability scanner & MCP server security analyzer
Top 27.5% on sourcepulse
AI Infra Guard is a lightweight, cross-platform tool from Tencent Zhuque Lab designed for AI infrastructure security. It addresses vulnerability assessment for AI components and security analysis for MCP (Machine Conversation Platform) servers, targeting developers and security professionals seeking to integrate automated security scanning into their workflows.
How It Works
The tool offers three core modules: AI component vulnerability scanning (scan
), MCP server code analysis (mcp
), and a WebUI (webserver
). The scan
module uses fingerprinting rules and vulnerability databases to detect known exploits in AI web components. The mcp
module leverages AI agents and LLMs (like OpenAI's GPT) to analyze MCP server code for common security risks such as tool poisoning, data exfiltration, and insecure key storage. The WebUI provides a visual interface for these operations.
Quick Start & Requirements
scan
module: No explicit dependencies listed beyond standard network access.mcp
module: Requires an LLM API token (e.g., OpenAI) and optionally a base URL../ai-infra-guard webserver
./ai-infra-guard scan --localscan
./ai-infra-guard mcp --code <path> --model <model_name> --token <api_token>
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The mcp
module's AI analysis requires LLM API tokens and configuration, potentially incurring costs and depending on external service availability. The list of supported AI components and their vulnerability counts is extensive but subject to ongoing updates.
1 day ago
1 day