AI-Infra-Guard

Active
GitHub Python Apache-2.0

Description

Tencent's full-stack AI red teaming platform integrating OpenClaw security scanning, agent scanning, skills scanning, MCP scanning, AI infrastructure scanning, and LLM jailbreak evaluation.

Key Features

  • ClawScan: OpenClaw security scanning for detecting vulnerabilities in OpenClaw configurations and skills
  • Agent Scan: vulnerability scanning across AI agents with WebSocket provider support
  • AI infrastructure vulnerability scan covering 68+ AI components with 600+ CVE rules
  • MCP Server and Agent Skills scan for supply chain security and configuration exposure detection
  • LLM jailbreak evaluation with 26 attack operators including single-turn and multi-turn attacks

Use Cases

💡 Self-assessment of AI deployment security posture across infrastructure, agents, and MCP services
💡 Supply chain security scanning to detect malicious packages and exposed configuration files
💡 LLM safety evaluation through jailbreak testing and prompt injection attack simulation
💡 Continuous security monitoring of AI components with Docker-based automated scanning pipelines

Quick Start

git clone https://github.com/Tencent/AI-Infra-Guard.git && cd AI-Infra-Guard && docker-compose -f docker-compose.images.yml up -d. Access the web UI at http://localhost:8088. From OpenClaw: clawhub install aig-scanner, then configure AIG_BASE_URL to your running service.

Related Projects