AI-Infra-Guard
v4.6.0 open-sourceA full-stack AI Red Teaming platform securing AI ecosystems via Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Summary
AI-Infra-Guard is an open-source AI red teaming tool, run from the command line, that scans AI infrastructure for CVE vulnerabilities, MCP server risks, agent skill security issues, and LLM jailbreak robustness. It targets AI security teams and red teamers rather than general application developers, covering fingerprinting of components like Qdrant, Chroma, and Weaviate, detection rules for MCP threats such as tool poisoning and command injection, and jailbreak methods including Many-Shot, PAIR, GOAT, and ActorAttack. Its Agent-Scan and MCP-Scan modules run standalone or integrated into the wider platform, and Skill-Scan audits agent skills with SARIF and Markdown reporting. Backed by 41 contributors and over 1,300 commits in the past year, with a release 22 days ago, it is under active development.
A full-stack AI Red Teaming platform securing AI ecosystems via Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
What AI-Infra-Guard answers
Can I run Agent-Scan or MCP-Scan without deploying the full platform?
both modules work as standalone CLIs and integrate into the wider platform if needed
Does it need a model API key configured to run a scan?
the model token can be omitted, falling back to the system default model
What format do the results come in for pulling into other tooling?
Skill-Scan produces SARIF 2.1.0 and Markdown reports; other modules report findings directly
Can I identify vector databases without actively probing them?
GET-only fingerprints for Qdrant, Chroma, and Weaviate allow passive identification
Will my existing automation break if I upgrade?
workflow-attack has been merged into mutation-attack, so configs referencing it as a separate mode need updating
Does it only check for known CVEs, or also test how models behave under attack?
it combines CVE and MCP rule scanning with jailbreak testing methods like Many-Shot, PAIR, GOAT, and ActorAttack
Examples
Command line
No option matches that search.
| option | found in | since | description |
|---|
No option matches that search.
Values are placeholders taken from each option’s declared default. Nothing is executed here — the output shown is a recording of a run that already happened.
Release history
- v4.6.0
AI-Infra-Guard v4.6.0 adds an API security audit module, LLM API poisoning detection, and a refactored agent red-team mutation engine.
└──▷ GET THIS VERSION$ git clone --branch v4.6.0 https://github.com/Tencent/AI-Infra-Guard.git # already have the repo? check out this version: $ git checkout v4.6.0
- ›Adds
aig-agent-redteamv5.0.0 mutation engine withmutation-attack(merging the formerworkflow-attackinto it) for agent red-teaming. - ›New API security audit module (API Checker) with web proxy integration, unified CLI command, and detection algorithms.
- ›New detection for LLM API poisoning attacks.
- ›Adds strict YAML validation enforcing required
idandseverityfields in vulnerability rules. - ›New DeepSeek Harness prompt injection assessment research.
└──▷ BREAKING ON UPGRADE- !In
aig-agent-redteam,workflow-attackis merged intomutation-attack; any invocation or automation referencingworkflow-attackmust be updated to usemutation-attack.
- ›Adds
- v4.6.0
AI-Infra-Guard v4.6.0 adds an API security audit module, LLM API poisoning detection, and a refactored agent red-team mutation engine.
└──▷ GET THIS VERSION$ git clone --branch v4.6.0 https://github.com/Tencent/AI-Infra-Guard.git # already have the repo? check out this version: $ git checkout v4.6.0
- ›Adds
aig-agent-redteamv5.0.0 mutation engine withmutation-attack(merging the formerworkflow-attackinto it) for agent red-teaming. - ›New API security audit module (API Checker) with web proxy integration, unified CLI command, and detection algorithms.
- ›New detection for LLM API poisoning attacks.
- ›Adds strict YAML validation enforcing required
idandseverityfields in vulnerability rules. - ›New DeepSeek Harness prompt injection assessment research.
└──▷ BREAKING ON UPGRADE- !In
aig-agent-redteam,workflow-attackis merged intomutation-attack; any invocation or automation referencingworkflow-attackmust be updated to usemutation-attack.
- ›Adds
- v4.5.2
AI-Infra-Guard v4.5.2 adds SkillJack research, GET-only fingerprints for Qdrant/Chroma/Weaviate, and expands the vuln library to 2000+ CVE rules.
└──▷ GET THIS VERSION$ git clone --branch v4.5.2 https://github.com/Tencent/AI-Infra-Guard.git # already have the repo? check out this version: $ git checkout v4.5.2
- ›Adds the SkillJack research project, a new AI red-teaming research capability within the platform.
- v4.5.2
AI-Infra-Guard v4.5.2 adds SkillJack research, GET-only fingerprints for Qdrant/Chroma/Weaviate, and expands the vuln library to 2000+ CVE rules.
└──▷ GET THIS VERSION$ git clone --branch v4.5.2 https://github.com/Tencent/AI-Infra-Guard.git # already have the repo? check out this version: $ git checkout v4.5.2
- ›Adds the SkillJack research project, a new AI red-teaming research capability within the platform.
- v4.5.1
AI-Infra-Guard v4.5.1 adds 4 multi-turn jailbreak attacks, 6 new Agent-Scan OWASP skills, and 4 new MCP security detection rules.
└──▷ GET THIS VERSION$ git clone --branch v4.5.1 https://github.com/Tencent/AI-Infra-Guard.git # already have the repo? check out this version: $ git checkout v4.5.1
- ›Adds Many-Shot,
PAIR,GOAT, andActorAttackmulti-turn jailbreak attack methods to PromptSecurity evaluation. - ›Adds 5 new OWASP detection skills to Agent-Scan:
agentic-supply-chain,cascading-failure,human-agent-trust,inter-agent-comm, andunexpected-code-execution. - ›Adds
web-exfiltration-detectionskill to Agent-Scan, bringing the total to 10 detection skills. - ›Adds 4 new MCP security detection rules to MCP-Scan covering hardcoded secrets and insecure deserialization.
- ›Updates AIG detection rules library with the 2026-07-24 rule set.
- ›Adds Many-Shot,
- v4.5.1
AI-Infra-Guard v4.5.1 adds 4 multi-turn jailbreak attacks, 6 new Agent-Scan OWASP skills, and 4 new MCP security detection rules.
└──▷ GET THIS VERSION$ git clone --branch v4.5.1 https://github.com/Tencent/AI-Infra-Guard.git # already have the repo? check out this version: $ git checkout v4.5.1
- ›Adds Many-Shot,
PAIR,GOAT, andActorAttackmulti-turn jailbreak attack methods to PromptSecurity evaluation. - ›Adds 5 new OWASP detection skills to Agent-Scan:
agentic-supply-chain,cascading-failure,human-agent-trust,inter-agent-comm, andunexpected-code-execution. - ›Adds
web-exfiltration-detectionskill to Agent-Scan, bringing the total to 10 detection skills. - ›Adds 4 new MCP security detection rules to MCP-Scan covering hardcoded secrets and insecure deserialization.
- ›Updates AIG detection rules library with the 2026-07-24 rule set.
- ›Adds Many-Shot,
- v4.5.0
AI-Infra-Guard v4.5.0 open-sources its frontend, ships standalone CLI modules for Agent/MCP/Skill scanning, and adds SARIF 2.1.0 output for skill audits.
└──▷ GET THIS VERSION$ git clone --branch v4.5.0 https://github.com/Tencent/AI-Infra-Guard.git # already have the repo? check out this version: $ git checkout v4.5.0
- ›Repackages Skill-Scan as a standalone PyPI package
aig-skill-scanfor easy CI/CD integration. - ›Modularizes Agent-Scan as a standalone CLI with AIG integration support.
- ›Modularizes MCP-Scan with dual-mode support (CLI + AIG Web) and adds a standalone
mcp-scan-litemodule. - ›Adds 4 new detection skills for AI agent security to Agent-Scan.
- ›Adds 2 new MCP security detection rules and ATR-derived MCP detection rules covering additional attack surfaces.
+4 moreshow less
- ›Adds Skill-Scan Agent Skill security auditing support with 9 risk categories, achieving a SkillTrustBench top score of 0.9848.
- ›Open-sources the full frontend code with open-source environment configuration.
- ›Adds an agentic-tool-misuse evaluation dataset to the Eval module.
- ›Expands the vulnerability library to 130 AI components and 1888 rules with new AI component fingerprints.
└──▷ BREAKING ON UPGRADE- !Skill-Scan Stage 2 Code Audit now outputs a Markdown report instead of XML.
- ›Repackages Skill-Scan as a standalone PyPI package
- v4.5.0
AI-Infra-Guard v4.5.0 open-sources its frontend, ships standalone CLI modules for Agent/MCP/Skill scanning, and adds SARIF 2.1.0 output for skill audits.
└──▷ GET THIS VERSION$ git clone --branch v4.5.0 https://github.com/Tencent/AI-Infra-Guard.git # already have the repo? check out this version: $ git checkout v4.5.0
- ›Repackages Skill-Scan as a standalone PyPI package
aig-skill-scanfor easy CI/CD integration. - ›Modularizes Agent-Scan as a standalone CLI with AIG integration support.
- ›Modularizes MCP-Scan with dual-mode support (CLI + AIG Web) and adds a standalone
mcp-scan-litemodule. - ›Adds 4 new detection skills for AI agent security to Agent-Scan.
- ›Adds 2 new MCP security detection rules and ATR-derived MCP detection rules covering additional attack surfaces.
+4 moreshow less
- ›Adds Skill-Scan Agent Skill security auditing support with 9 risk categories, achieving a SkillTrustBench top score of 0.9848.
- ›Open-sources the full frontend code with open-source environment configuration.
- ›Adds an agentic-tool-misuse evaluation dataset to the Eval module.
- ›Expands the vulnerability library to 130 AI components and 1888 rules with new AI component fingerprints.
└──▷ BREAKING ON UPGRADE- !Skill-Scan Stage 2 Code Audit now outputs a Markdown report instead of XML.
- ›Repackages Skill-Scan as a standalone PyPI package