Tencent/AI-Infra-Guard: README-based editorial guide
A guide grounded in the README, repository metadata, and license for installing and checking Tencent/AI-Infra-Guard.
Project scope
Tencent/AI-Infra-Guard describes itself in the README as "A full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.". This article keeps to facts that can be checked in the repository. Stars, forks, and promotional badges are signals of attention, not proof of quality. Under "README", the README says: 🌐 🇨🇳 中文 · 🇯🇵 日本語 · 🇪🇸 Español · 🇩🇪 Deutsch · 🇫🇷 Français · 🇰🇷 한국어 · 🇧🇷 Português · 🇷🇺 Русский. That establishes the project's stated boundary, not a production test.
Suitable use cases
The README's "🚀 What's New" section gives a useful starting point for deciding whether the project fits: 2026-07-27 · v4.5.0; Skill/MCP/Agent scan as standalone CLI; vuln library expanded to 130 components, 1888 rules. If that problem is not yours, popularity is a poor reason to adopt it. Project names, commands, and component names are kept as written so a reader can return to the primary source without guessing at terminology. Another checkable README item is: 2026-07-30 · v4.5.1; MCP-Scan: 4 new security rules. It can shape a first test, but it does not replace testing in the intended environment.
How it works
The operating model is spread across sections such as "📋 User Feedback Survey". The source evidence includes: Help us improve A.I.G! Please take 3-5 minutes to fill out our User Feedback Survey. Users who provide high-quality feedback and leave a valid email address will receive an exclusive Tencent souvenir gift.. This article does not turn missing architecture, performance, or security details into claims. A real deployment still needs a look at the repository layout, configuration files, and release history.
Installation and first run
Start installation from the README's documented entry point. A command that can be checked in the source is: # This method pulls pre-built images from Docker Hub for a faster start git clone https://github.com/Tencent/AI-Infra-Guard.git cd AI-Infra-Guard # For Docker Compose V2+, replace 'docker-compose' with 'docker compose' docker-compose -f docker-compose.images.yml up -d When the README contains no runnable command, this article does not invent one. Open its "🚀 What's New" section and confirm system dependencies, default ports, and first-run initialization before using a public server.