freshcrate
Skin:/
Home > MCP Servers > AI-Infra-Guard

AI-Infra-Guard

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.

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

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.

README

A.I.G

GitHub stars GitHub downloads docker pulls Release Ask DeepWiki

Tencent%2FAI-Infra-Guard | Trendshift Tencent%2FAI-Infra-Guard | blackhat Tencent%2FAI-Infra-Guard | awesome-deepseek-integration

📖 Documentation  |  🌐 🇨🇳 中文 · 🇯🇵 日本語 · 🇪🇸 Español · 🇩🇪 Deutsch · 🇫🇷 Français · 🇰🇷 한국어 · 🇧🇷 Português · 🇷🇺 Русский


🚀 AI Red Teaming Platform by Tencent Zhuque Lab

A.I.G (AI-Infra-Guard) integrates capabilities such as ClawScan(OpenClaw Security Scan), Agent Scan,AI infra vulnerability scan, MCP Server & Agent Skills scan, and Jailbreak Evaluation, aiming to provide users with the most comprehensive, intelligent, and user-friendly solution for AI security risk self-examination.

We are committed to making A.I.G(AI-Infra-Guard) the industry-leading AI red teaming platform. More stars help this project reach a wider audience, attracting more developers to contribute, which accelerates iteration and improvement. Your star is crucial to us!

Give us a Star

🚀 What's New

  • 2026-04-09 · v4.1.3 — Coverage expanded to 55 AI components; added crewai, kubeai, lobehub.
  • 2026-04-03 · v4.1.2 — Three new skills on ClawHub (edgeone-clawscan, edgeone-skill-scanner, aig-scanner) + manual task stop.
  • 2026-03-25 · v4.1.1 — ☠️ Detects LiteLLM supply chain attack (CRITICAL); added Blinko & New-API coverage.
  • 2026-03-23 · v4.1 — OpenClaw vulnerability database expanded with 281 new CVE/GHSA entries.
  • 2026-03-10 · v4.0 — Launched EdgeOne ClawScan (OpenClaw Security Scan) and Agent-Scan framework.

👉 CHANGELOG · 🩺 Try EdgeOne ClawScan

Table of Contents

🚀 Quick Start

Deployment with Docker

Docker RAM Disk Space
20.10 or higher 4GB+ 10GB+
# 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

Once the service is running, you can access the A.I.G web interface at: http://localhost:8088

Use from OpenClaw

You can also call A.I.G directly from OpenClaw chat via the aig-scanner skill.

clawhub install aig-scanner

Then configure AIG_BASE_URL to point to your running A.I.G service.

For more details, see the aig-scanner README.

📦 More installation options

Other Installation Methods

Method 2: One-Click Install Script (Recommended)

# This method will automatically install Docker and launch A.I.G with one command
curl https://raw.githubusercontent.com/Tencent/AI-Infra-Guard/refs/heads/main/docker.sh | bash

Method 3: Build and run from source

git clone https://github.com/Tencent/AI-Infra-Guard.git
cd AI-Infra-Guard
# This method builds a Docker image from local source code and starts the service
# (For Docker Compose V2+, replace 'docker-compose' with 'docker compose')
docker-compose up -d

Note: The AI-Infra-Guard project is positioned as an AI red teaming platform for internal use by enterprises or individuals. It currently lacks an authentication mechanism and should not be deployed on public networks.

For more information, see: https://tencent.github.io/AI-Infra-Guard/?menu=getting-started

Try the Online Pro Version

Experience the Pro version with advanced features and improved performance. The Pro version requires an invitation code and is prioritized for contributors who have submitted issues, pull requests, or discussions, or actively help grow the community. Visit: https://aigsec.ai/.

✨ Features

Feature More Info
ClawScan(OpenClaw Security Scan) Supports one-click evaluation of OpenClaw security risks. It detects insecure configurations, Skill risks, CVE vulnerabilities, and privacy leakage.
Agent Scan This is an independent, multi-agent automated scanning framework. It is designed to evaluate the security of AI agent workflows. It seamlessly supports agents running across various platforms, including Dify and Coze.
MCP Server & Agent Skills scan It thoroughly detects 14 major categories of security risks. The detection applies to both MCP Servers and Agent Skills. It flexibly supports scanning from both source code and remote URLs.
AI infra vulnerability scan This scanner precisely identifies over 55 AI framework components. It covers more than 1000 known CVE vulnerabilities. Supported frameworks include Ollama, ComfyUI, vLLM, n8n, Triton Inference Server and more.
Jailbreak Evaluation It assesses prompt security risks using carefully curated datasets. The evaluation applies multiple attack methods to test robustness. It also provides detailed cross-model comparison capabilities.
💎 Additional Benefits
  • 🖥️ Modern Web Interface: User-friendly UI with one-click scanning and real-time progress tracking
  • 🔌 Complete API: Full interface documentation and Swagger specifications for easy integration
  • 🌐 Multi-Language: Chinese and English interfaces with localized documentation
  • 🐳 Cross-Platform: Linux, macOS, and Windows support with Docker-based deployment
  • 🆓 Free & Open Source: Completely free under the Apache 2.0 license

🖼️ Showcase

A.I.G Main Interface

A.I.G Main Page

Plugin Management

Plugin Management


🗺️ Quick Usage Guide

After deployment, open http://localhost:8088 in your browser.

AI Infrastructure Vulnerability Scan

What to enter as the target URL / IP?

The target is the network address of a running AI service you want to scan - not a GitHub URL or source code path. A.I.G connects to the live service and fingerprints it for known CVE vulnerabilities.

Scenario Example target
A locally running vLLM instance http://127.0.0.1:8000
An Ollama server on your LAN http://192.168.1.100:11434
A ComfyUI instance exposed internally http://10.0.0.5:8188
Multiple hosts (one per line) 192.168.1.0/24 (CIDR), 10.0.0.1-10.0.0.20 (range)

Step-by-step: Scan a local vLLM instance

  1. Start vLLM normally (e.g. python -m vllm.entrypoints.api_server --model meta-llama/...)
  2. In the A.I.G web UI, click "AI基础设施安全扫描 / AI Infra Scan"
  3. Enter http://127.0.0.1:8000 (or the IP/port where vLLM is listening)
  4. Click Start Scan - A.I.G will fingerprint the service and match it against 1000+ known CVEs
  5. View the report: component version, matched vulnerabilities, severity, and remediation links

💡 Tip: To scan the nightly build of vLLM specifically, just run that nightly build and point A.I.G at its address. The scanner detects the version automatically.

MCP Server & Agent Skills Scan

Enter either a remote URL (e.g. https://github.com/user/mcp-server) or upload a local source archive - no running instance required.

Jailbreak Evaluation

Configure the target LLM's API endpoint (base URL + API key) in Settings → Model Config, then select a dataset and start the evaluation.


📖 User Guide

Visit our online documentation: https://tencent.github.io/AI-Infra-Guard/

For more detailed FAQs and troubleshooting guides, visit our documentation.

🔧 API Documentation

A.I.G provides a comprehensive set of task creation APIs that support AI infra scan, MCP Server Scan, and Jailbreak Evaluation capabilities.

After the project is running, visit http://localhost:8088/docs/index.html to view the complete API documentation.

For detailed API usage instructions, parameter descriptions, and complete example code, please refer to the Complete API Documentation.

📝 Contribution Guide

The extensible plugin framework​​ serves as A.I.G's architectural cornerstone, inviting community innovation through Plugin and Feature contributions.​

Plugin Contribution Rules

  1. Fingerprint Rules: Add new YAML fingerprint files to the data/fingerprints/ directory.
  2. Vulnerability Rules: Add new vulnerability scan rules to the data/vuln/ directory.
  3. MCP Plugins: Add new MCP security scan rules to the data/mcp/ directory.
  4. Jailbreak Evaluation Datasets: Add new Jailbreak evaluation datasets to the data/eval directory.

Please refer to the existing rule formats, create new files, and submit them via a Pull Request.

Other Ways to Contribute



🙏 Acknowledgements

🎓 Academic Collaborations

We extend our sincere appreciation to our academic partners for their exceptional research contributions and technical support.


Prof. hui Li

Bin Wang

Zexin Liu

Hao Yu

Ao Yang

Zhengxi Lin


Prof. Zhemin Yang

Kangwei Zhong

Jiapeng Lin

Cheng Sheng

👥 Gratitude to Contributing Developers

Thanks to all the developers who have contributed to the A.I.G project, Your contributions have been instrumental in making A.I.G a more robust and reliable AI Red Team platform.

Keen Lab WeChat Security Fit Security


🤝 Appreciation for Our Users

We are deeply grateful to the following teams and organizations for their trust, and valuable feedback in using A.I.G.


Tencent DeepSeek Antintl


💬 Join the Community

🌐 Online Discussions

📱 Discussion Community

WeChat Group Discord [link]
WeChat Group discord

📧 Contact Us

For collaboration inquiries or feedback, please contact us at: zhuque@tencent.com

🔗 Recommended Security Tools

If you are interested in code security, check out A.S.E (AICGSecEval), the industry's first repository-level AI-generated code security evaluation framework open-sourced by the Tencent Wukong Code Security Team.



📖 Citation

If you use A.I.G in your research, please cite:

@misc{Tencent_AI-Infra-Guard_2025,
  author={{Tencent Zhuque Lab}},
  title={{AI-Infra-Guard: A Comprehensive, Intelligent, and Easy-to-Use AI Red Teaming Platform}},
  year={2025},
  howpublished={GitHub repository},
  url={https://github.com/Tencent/AI-Infra-Guard}
}

📚 Related Papers

We are deeply grateful to the research teams who have used A.I.G in their academic work and contributed to advancing AI security research:

[1] Naen Xu, Jinghuai Zhang, Ping He et al. "FraudShield: Knowledge Graph Empowered Defense for LLMs against Fraud Attacks." arXiv preprint arXiv:2601.22485v1 (2026). [pdf] [2] Ruiqi Li, Zhiqiang Wang, Yunhao Yao et al. "MCP-ITP: An Automated Framework for Implicit Tool Poisoning in MCP." arXiv preprint arXiv:2601.07395v1 (2026). [pdf] [3] Jingxiao Yang, Ping He, Tianyu Du et al. "HogVul: Black-box Adversarial Code Generation Framework Against LM-based Vulnerability Detectors." arXiv preprint arXiv:2601.05587v1 (2026). [pdf] [4] Yunyi Zhang, Shibo Cui, Baojun Liu et al. "Beyond Jailbreak: Unveiling Risks in LLM Applications Arising from Blurred Capability Boundaries." arXiv preprint arXiv:2511.17874v2 (2025). [pdf] [5] Teofil Bodea, Masanori Misono, Julian Pritzi et al. "Trusted AI Agents in the Cloud." arXiv preprint arXiv:2512.05951v1 (2025). [pdf] [6] Christian Coleman. "Behavioral Detection Methods for Automated MCP Server Vulnerability Assessment." [pdf] [7] Bin Wang, Zexin Liu, Hao Yu et al. "MCPGuard : Automatically Detecting Vulnerabilities in MCP Servers." arXiv preprint arXiv:22510.23673v1 (2025). [pdf] [8] Weibo Zhao, Jiahao Liu, Bonan Ruan et al. "When MCP Servers Attack: Taxonomy, Feasibility, and Mitigation." arXiv preprint arXiv:2509.24272v1 (2025). [pdf] [9] Ping He, Changjiang Li, et al. "Automatic Red Teaming LLM-based Agents with Model Context Protocol Tools." arXiv preprint arXiv:2509.21011 (2025). [pdf] [10] Yixuan Yang, Daoyuan Wu, Yufan Chen. "MCPSecBench: A Systematic Security Benchmark and Playground for Testing Model Context Protocols." arXiv preprint arXiv:2508.13220 (2025). [pdf] [11] Zexin Wang, Jingjing Li, et al. "A Survey on AgentOps: Categorization, Challenges, and Future Directions." arXiv preprint arXiv:2508.02121 (2025). [pdf] [12] Yongjian Guo, Puzhuo Liu, et al. "Systematic Analysis of MCP Security." arXiv preprint arXiv:2508.12538 (2025). [pdf]

📧 If you have used A.I.G in your research or product, or if we have inadvertently missed your publication, we would love to hear from you! Contact us here.

📄 License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

⚖️ License & Attribution

This project is open-sourced under the Apache License 2.0. We warmly welcome and encourage community contributions, integrations, and derivative works, subject to the following attribution requirements:

  1. Retain notices: You must retain the LICENSE and NOTICE files from the original project in any distribution.
  2. Product attribution: If you integrate AI-Infra-Guard's core code, components, or scanning engine into your open-source project, commercial product, or internal platform, you must clearly state the following in your product documentation, usage guide, or UI "About" page:

    "This project integrates AI-Infra-Guard, open-sourced by Tencent Zhuque Lab."

  3. Academic & article citation: If you use this tool in vulnerability analysis reports, security research articles, or academic papers, please explicitly mention "Tencent Zhuque Lab AI-Infra-Guard" and include a link to the repository.

Repackaging this project as an original product without disclosing its origin is strictly prohibited.

Star History Chart

Release History

VersionChangesUrgencyDate
v4.1.11## [v4.1.11] - 2026-06-04 ### Changed - **Docs**: Add Wuhan University and Unicom Digital Tech logos to all READMEs (3af7f63) - **Docs**: Add v4.1.10 to What's New across all 9 README languages (5e0a6f4) ### Contributors Special thanks to @aigsec, @jucie-pie, @aig-doc-bot --- High6/4/2026
v4.1.10## [v4.1.10] - 2026-05-28 ### Added - **Data**: Add CVE rules and fingerprints for new targets (junoclaw, lollms, sglang) (6054e45) - **Scan**: Support WebSocket agent providers (2c845e8) ### Fixed - **Scan**: Resolve uv run failures in Docker and improve dify version detection (23f098a) - **Chromium**: Add defer Close() to prevent zombie processes (b617bf7) - **Data**: Correct sglang fingerprint YAML structure (version as top-level key) (653cc9a) ### Changed - **Docs**: Add v4.1.9 to What's High5/28/2026
v4.1.9## [v4.1.9] - 2026-05-21 ### Added - **Prompt Security**: Add 20+ single-turn attack operators (invisible-text, case-formatting, script-system, unicode-style, classical-cipher, classic-encoding, SystemOverride, SuperUser, LinguisticConfusion, Roleplay, PromptProbing, PromptInjection, PROMISQROUTE, PermissionEscalation, Multilingual, MathProblem, InputBypass, ICRTJailbreak, GrayBox, GoalRedirection, EquaCode, ContextPoisoning) (fbac88b..14a3d01) - **Prompt Security**: Add 6 multi-turn attack opeHigh5/21/2026
v4.1.8## [v4.1.8] - 2026-05-14 ### Fixed - **Tools**: Make tool name lookup case-insensitive (2e76c7d) - **Vuln Rules**: Remove 143 duplicate GHSA files that have corresponding CVE references (bf06029) - **Vuln Rules**: Remove invalid fingerprints (chatgpt-mcp-server/pptagent), fix GHSA-9p3r YAML format (8a19ff8) - **Vuln Rules**: Restore GHSA files added upstream after base commit (6cdecfd) ### Changed - **Docs**: Add invitation code application link to all README files (08c356a) - **Docs**: Add 1 High5/14/2026
v4.1.7## [v4.1.7] - 2026-04-30 ### Changed - **Docs**: Update README What's New section with v4.1.6 highlights, update component count (57→58) and vulnerability stats across all 9 README languages (75946d1) - **Users**: Update user list (7c2a7f1) ### Contributors Special thanks to @jucie-pie, @aigsec, @aig-doc-bot --- High4/30/2026
v4.1.6## [v4.1.6] - 2026-04-23 ### Added - **Docker**: Add git to runtime dependencies in Dockerfile (69f7430) - **Vuln Rules**: Add AIG vulnerability rules [2026-04-23] (#350) - **Vuln Rules**: Detect exposed AI agent config files (claude_desktop_config.json, mcp.json, etc.) (#340) - **Vuln Rules**: Add Trae IDE and CodeBuddy MCP config paths, extend .env key patterns - **Data Sync**: Replace zip download with git clone, remove github_token dependency (#327) - **Manual Updates**: Support manual updaHigh4/23/2026
v4.1.5## [v4.1.5] - 2026-04-23 ### Added - **Agent Scan**: Add jailbreak detection support and implement ModelJailbreak task (45d171b) - **Vuln Rules**: Detect exposed AI agent config files (claude_desktop_config.json, mcp.json, etc.) (18049bc) - **Vuln Rules**: Add Trae IDE and CodeBuddy MCP config paths, extend .env key patterns (59f4bd9) - **Data Sync**: Replace zip download with git clone, remove github_token dependency (b7ce189) - **Manual Updates**: Support manual updates to the latest jailbreaHigh4/23/2026
v4.1.4## [v4.1.4] - 2026-04-17 ### Security - **TLS**: Support HTTPS connections with self-signed/private CA certificates for model endpoints; add InsecureSkipVerify option (#306, closes #302) ### Added - **MCP Scan**: Add multi-turn red team attack module with TAP and Crescendo strategies (#299) - **System API**: Add data auto-sync API (`POST /api/v1/system/update-data`, `GET /api/v1/system/update-status`) for syncing `data/` directory (#301) - **Agent Scan API**: Support inline `agent_config` in aHigh4/17/2026
v4.1.3## [v4.1.3] - 2026-04-09 ### Fixed - **Fingerprint**: Add version extractor to OpenClaw fingerprint for accurate version detection (#286) - **MCP Scan**: Harden agent loop and path validation, clean up config (#282) ### Changed - **Vulnerability Rules**: Remove duplicate GHSA files already covered by CVE entries (OpenClaw dedup) ### Documentation - Add quick usage guide with concrete scan target examples (issue #281) - Sync env.example context window vars, update install and test commands forHigh4/9/2026
v4.1.2## [v4.1.2] - 2026-04-03 ### Fixed - **Task Control**: Added support for stopping running tasks, allowing users to actively terminate scans in progress - **AI Infra Scan**: Fixed a bug where the "No Model" option could not be selected in AI infrastructure scan task configuration, preventing users from creating model-free scan tasks - **AI Infra Scan**: Fixed double-dot filename bug in scan file upload that caused certain filenames to be incorrectly rejected - **AI Infra Scan**: Fixed concurrentMedium4/3/2026
v4.1.1## [v4.1.1] - 2026-03-25 ### Added - **New Vulnerability Rules**: Added AIG rules batch [2026-03-25], expanding AI component vulnerability detection coverage - **Fingerprint Enhancement**: Added correct new-api fingerprint matcher syntax (FOFA 100%) ### Fixed - **Security**: Mask token fields in GetTaskDetail response to prevent credential leakage (#226) - **MCP Scan**: Fix missing imports and mcp_tool alias in mcp_tool module - **Documentation**: Fix incorrect license name in README.md; fix MMedium3/25/2026
v4.1## [v4.1] - 2026-03-23 ### Added - **New Scan Port**: Added port 18789 to the default AI infrastructure scan port list for broader AI component coverage - **New Vulnerability Rules**: Added AIG Rules (2026-03-20 batch), continuously expanding the AI component vulnerability detection rule library - **OpenClaw Vulnerability Database**: Added 281 new CVE/GHSA entries for OpenClaw components, covering a wide range of AI infrastructure security advisories - **YAML CI/CD Validation**: Introduced autoMedium3/23/2026
v4.0AI-Infra-Guard v4.0 is officially released! This major update brings significant advancements to our security evaluation capabilities. We are thrilled to highlight the enhanced **EdgeOne ClawScan**, providing a dedicated and comprehensive security portal for OpenClaw. Alongside this, we are introducing the brand-new and entirely independent **Agent-Scan Framework**, plus multiple system optimizations. ## 🌟 Highlight: EdgeOne ClawScan (OpenClaw Security Scan) To provide robust and dedicated seLow3/10/2026
v3.6.2## [v3.6.2] - 2026-02-09 ### Added - Added n8n fingerprint - 🛡️ **Vulnerability Database Expansion**: Added 78 new CVE entries across 15 AI/ML infrastructure components - **anythingllm** (1): CVE-2025-63390 - **comfyui** (2): CVE-2025-67303, CVE-2026-22777 - **dask** (1): CVE-2026-23528 - **dify** (4): CVE-2025-56157, CVE-2025-63386, CVE-2025-63387, CVE-2025-63388 - **feast** (1): CVE-2025-11157 - **jupyter-notebook** (1): CVE-2025-53000 - **langchain** (4): CVE-2024-5Low2/9/2026
v3.6.1## [v3.6.1] - 2026-01-27 ### Added - 🆔 **Component Fingerprints**: Added Clawdbot Gateway fingerprint to improve AI component vulnerability detection coverage. Low1/27/2026
v3.6.0## [v3.6.0] - 2026-01-17 ### Added - 🔐 **System Administration**: Added SYS_ADMIN capability for Chrome sandbox and database indexes for performance enhancement (@zhuque) - 📊 **Report Enhancement**: Updated feature and pager, resolved text misalignment in PDF report download (@zonashi) - 📝 **User Guide**: Updated user guide for new features (@zonashi) - ⏱️ **Scan Metrics**: Added model & scan duration in AI tool protocol scan report (@zonashi) - 👥 **User Management**: Refactored UserLow1/17/2026
v3.6.0-rc1## [v3.6.0-rc1] - 2026-01-07 ### Changed - 🎯 **Audit Prompt Optimization**: Reduced false positives by focusing on network-layer vulnerabilities - Added input source risk priority rules, ignoring CLI inputs - Only report medium+ severity vulnerabilities - Command injection detection excludes CLI parameter scenarios - Credential theft detection requires network exfiltration path - 🔍 **Skill Project Audit**: Improved Skill project security analysis - Skill projects don't requLow1/7/2026
v3.5.0## [v3.5.0] - 2025-12-26 ### Added - 📚 **Research & Documentation**: Added AIG Technical Report, Black Hat Europe 2025 slides, and Black Hat Arsenal presentation (@hermitgreen, @Nicky, @LouisHovaldt) - 🎓 **Academic Collaborations**: Added academic collaboration section with partner institutions (@zonashi) - 🔍 **Dynamic Analysis Framework**: Complete dynamic analysis workflow with specialized agents for malicious behavior testing and vulnerability testing (@sc, @MoonBirdLin) - 🛡️ **SecLow12/26/2025
v3.5-rc3## [v3.5-rc3] - 2025-12-10 - fixed mcp-scan not found directory bug - update frontend Low12/9/2025
v3.5-preview-2## [v3.5-rc2] - 2025-12-05 <img width="1127" height="788" alt="image" src="https://github.com/user-attachments/assets/2980cb82-ad44-4c2b-886d-e9a598be0e0f" /> ### Changed - Improved the onboarding guide for frontend newcomers - Vulnerability database: Added 100+ AI component CVEs, with support for detecting the latest React2Shell vulnerability (CVE-2025-55182), which affects popular AI frameworks such as Dify, NextChat, and LobeChat. Low12/5/2025
v3.5-preview## [v3.5-rc1] - 2025-12-04 ### Added - 🔍 **MCP-Scan Framework**: AI-powered security scanning framework for Model Context Protocol with autonomous agent-based code audit and vulnerability review (@zhuque) - 🎯 **Advanced Attack Methods**: Added 12+ new encoding/obfuscation attack methods (A1Z26, AffineCipher, AsciiSmuggling, Aurebesh, Caesar, Leetspeak, MirrorText, Ogham, Vaporwave, Zalgo, Stego, StrataSword suite) (@Truman) - 📸 **Screenshot Capabilities**: Chromium-based headless screenLow12/4/2025
v3.4.4## [v3.4.4] - 2025-11-05 ### Fixed 1. Fixed issue where prompts could be incorrectly split 2. Added generalized model loading logs 3. Added model loading parameter combination attempts 4. Fixed model invocation parameter compatibility issue 5. Optimized log display 6. Fixed https://github.com/Tencent/AI-Infra-Guard/issues/110 Low11/5/2025
v3.4.3## [v3.4.3] - 2025-10-27 ### Added 🔧 **API Documentation Support**: Updated and enhanced API documentation support, providing more complete interface documentation and Swagger specifications. 🤖 **Model Invocation Base Class**: Added base class methods for model invocation, improving code reusability and maintainability. 📊 **Evaluation Dataset Expansion**: Added test datasets related to Cyberattack and CBRN weapons. ### Fixed 🛠️ **CSV Encoding Issue**: Fixed Chinese garbled text issueLow10/27/2025
v3.4.2## [v3.4.2] - 2025-09-25 - Optimized frontend - Added new vulnerability fingerprints: clickhouse comfyui dask gradio langchain langflow langfuse LiteLLM ollama open-webui pyload-ng ragflow ray triton-inference-server vllm Low9/25/2025
v3.4.1## [v3.4.1] - 2025-09-24 - Added vulnerability fingerprint CVE-2025-23316 - Optimized: triton fingerprint Low9/24/2025
v3.4## [v3.4] - 2025-09-18 ### Added 🌐 **Internationalization Support**: Implemented frontend interface internationalization (i18n) support, including multi-language text and English screenshot resources. 🐳 **Docker Enhancement**: Updated one-click deployment script, added Docker pull error information prompt, and supported Apple ARM architecture deployment. ⚡ **Task Concurrency Control**: Added task concurrency limit feature, optimized system resource management. 🔄 **Model Retry Logic**: UpLow9/18/2025
v3.3- Added one-click Docker deployment script for Linux - Fixed SSE connection failure issue when disk read/write is slow - Optimized AI infrastructure scanning probe Low9/3/2025
v3.2## [v3.2] - 2025-08-26 ### Added - 📊 **MCP Scan Report Optimization**: Added more dimensions of detection data display, improving user experience. - 📱 **Narrow Screen Security Report Adaptation**: Optimized the display of large model security check reports on narrow screens. - ⚙️ **New Model Concurrency Limit**: Introduced new model concurrency limit feature. ### Fixed - 🔌 **Fixed MCP SSE Timeout Issue**: Resolved the timeout issue of Server-Sent Events (SSE) in MCP (Model ContrLow8/26/2025
v3.1- update docker workflow - update frontend - update readme Low8/22/2025
v3.0new version and add prompt security toolLow8/22/2025
v2.6## Changelog * 92a8ccb94aeca082d8f53cb425f186fac94d5611 Merge pull request #34 from Tencent/dev * ddb29d93262343fe80b942c7d89d0483a202f988 update version v2.6 * 3dab195104c9ce7cbee8adeef343b365f894b4e4 auto-update from HunYuan:2025-06-17 10:03:33 | Updated 4 vulnerability fingerprints * 90f554f7631fe45e19df5bf202b9144420e824b1 update README.md Low6/26/2025
v2.5## Changelog * 2043743c52bea2e1828fde50efdecb7bc709daa9 update version 2.5 * 2bbc39e3f921ce0342c6849df9e8c88d5b832f39 更新前端 * eb72799572cdce94097c6115fd195068c1d54cd0 添加utils_test测试用例 * 883f6925641259dc156412818b1b1a18b2dbc620 list_dir显示文件大小 * e0e21d0f9146e10658f654a07617f21752e1a81a 优化mcp各插件提示词 * ee7901db4d745f48d867cea47d5a0a06807946d8 重构agent框架,支持多参数 * c0f54a5f400b623a49859a3e129ecee321380766 添加工具反馈问卷 * 4b2efb36238feba5479bfa85458dd991f9367ab4 update readme Low6/12/2025
v2.4.1## Changelog * 63972429f1132b31dcb3460126c6307be2a6ccd1 mcp扫描并行 * 134114b54fd4f62bc2c1aca22048f46b74b59f90 mcp扫描并行 * 9ac1a11554a1320c06a731abd6b2a91f441f331d update version 2.4.1 * 467f44b93ab3edd16208c30a81077c31313f02e8 auto-update from HunYuan:2025-06-06 10:33:25 | Updated 1 vulnerability fingerprints Low6/6/2025
v2.4## Changelog * 5fe1bb8768f70a596d9051a2bc65e7d029bf69a2 update version 2.4 * df9c5ec3918237f37e29b4f0297293544e8b76be auto-update from HunYuan:2025-06-05 11:38:38 | Updated 6 vulnerability fingerprints * 10b6222968669d67199321e41675eebc5598ae24 auto-update from HunYuan:2025-06-05 11:30:46 | Updated 22 vulnerability fingerprints * 70bc21e3f58e8344adfa22355368576b151935f9 add wechat group * e3a42a7cd62da4505244b2ce37dedef22d2f3d57 mcp agent安全些增强,prompt优化 * cbc22cf2e3a17e8c5008ff3e4a236f929a5f0e48 Low6/5/2025
v2.3## Changelog * 3c6751dd837e0366907f034ba4b7b3434f04fe3b update version * a7dedea5b05309e1ba8f49b306e22ba833d5d5dd add vuln review test * bdb81b15017e82d3a594b2ba6cfb6fe62e2dd5bc vuln review prompt 优化 * e91c6f3eaf969d23de56bb21821a886d180156ee 加入vuln review agent * d3a2bd926e6fe765c639c028a4e8ce34936ac31c auto-update from HunYuan:2025-05-19 19:42:00 | Updated 4 vulnerability fingerprints * 9b540a6b84841c097c6d9e5f9cde3b1c3aa020c8 bugfix * a0f2a4b8bc1b17785f0823a3b53c55e2f10bfea4 优化logger * ba074eLow5/21/2025
v2.2## Changelog * 8b9ea1a423349e15ff356a596c116ccd9d36c64f auto-update from HunYuan:2025-05-08 11:09:29 | Updated 2 vulnerability fingerprints * 2d8c9d114f9d6b3e9c596e8f2196b51784bf5ecc auto-update from HunYuan:2025-05-08 11:00:27 | Updated 28 vulnerability fingerprints * 79cd5dff6cd7ad4488a24cb600d29c278ca34d33 auto-update from HunYuan:2025-05-07 19:25:17 | Updated 20 vulnerability fingerprints * 5d8e8cd18e2a7d40425820d273ebfa8986657d46 update gitignore * ec07cfcc0d05a9b2d45225ed5c00c3066b7b7439 添Low5/8/2025
v2.1## Changelog * 9164396752dcc10960308051e37f45f393b1c2b9 更新前端 * 1b5be687ec74b1e882626d890d5dfa9299e3c2a9 更新前端 * d9bbd6793834205ac78c66260232d9f2b1cdb2da bugfix * 5b7ef70ce11b4aa5a7774c95c8fd990a6a4d3781 update README.md * 521641e340d4cd8c3cf79292bfa55d295655ffb8 1. websocket添加stop 2. 插件英文版支持 3. 保存history 4. prompt优化 * 14af72415d7e5ebbb0db3b16be4f2f3d80172e40 update version to v2.1 * f5e8e633329a16b720d8e6286d1f619b14eece8f mcp添加保存历史对话参数 * 1f667aa1db666578f982c6232a2ea5f626552bf2 update README * 7Low4/29/2025
v2.0## Changelog * 9e939cead6a562bc73e0796cc0f01edd7dc575f0 update README * 57973916889467718252407fba11271427992e56 Merge pull request #26 from Tencent/mcp * 9e14f7d8a8dd70d4ec6fef027e56017b07a0c0bf update readme * cc586af5add921585607af83bbb673939ac740b4 前端添加 * ce746c1dba6ec730344ccdc62b850030bdfd34f6 bugfix * 2f3bce47ba5c9402bc3afa2643ef30eaba3ed74e 更新版本号 添加测试用例 * 042cbd21495bf5b2fee76a39e4da293ec5ec5d28 update README_CN.md * f47e6cdab3358fac865bf7a426a77b17d75f2621 update README * 4a4474f658b601Low4/28/2025
v0.1## Changelog * 5672e24f75d021a18860555b3e5d2c37827f1260 update version to 0.1dev * caa95c8a32d01255f1175d6f9f8c6ba626a45b40 更新对version latest的处理 * e4b2a8e61985660e6210b62502355b0cc67cdc86 auto-update from HunYuan:2025-03-07 10:56:21 | Updated 2 vulnerability fingerprints * 29dcf154fe60f2391887be553f07357e1e204ac3 update server * c5dd9373ab4e8d67f2d34b05a78be93cdae0c3e7 auto-update from HunYuan:2025-03-05 19:11:31 | Updated 2 vulnerability fingerprints * fe46d9846693cef7d10be6e4bb9146e419e09aa7 新Low3/7/2025
v0.0.9## Changelog * ebaa86c3bb0851fd69520a9c43cf8d901cf7fd8d update command line * 20ec0ba7fbce51e4579d004db1e66ee1b668b373 update version to v0.0.9 * 8d7413df3bd53fcb1b23f826450f7c38b633966a vul fingerprint rule check * e4a073b2bda3db0e9312735ec1f7049957e71934 添加国际化支持 * dea48b33c70ce0e6553e331518a6c072a9e07b98 log http * f1239d73437c6253a83f5f95b03133bf20190f60 auto-update from HunYuan:2025-03-05 15:02:44 | Updated 4 vulnerability fingerprints * 8121214368565966ab40fcafb3afaf1c2f59a471 auto-update fLow3/5/2025
v0.0.8## Changelog * 43997c9ba5b6c188e39cda55c42b7e9c3ee16f12 fix rule * 207e6ac12ed4682928f1b2c5296d6fc30dd6c79d auto-update from HunYuan:2025-03-04 17:22:25 | Updated 11 vulnerability fingerprints * 4f79a3e303255c2ff8dea8306579d4fdc6f4eabe update version to 0.8 * 79343384ede161d16cbd517bc20b28c2100ce618 更新前端 * 8b9f6626ca745df5550c938fe42a75f317b6ac17 add server response reference * 14c5b2188e3d09808acd2714b2d98f2df552cbf4 update dify version scan * 032b62bfedb88b6abde7fde9144cb0899b900278 update reaLow3/4/2025
v0.0.7## Changelog * ed574f60a7471a5b92854785f774678b13f738f1 fix bug * f378e6cf88e32bbb92bce15f053f60d8387a9cb6 添加deepseek支持 * 0d9cb3095e3de017b8ca2c76d5844eb0f2cd54a1 update readme * 12202a3cd6805aeedca446c603d3acc7bc9ad15a 删除-list-fps参数,重写-list-vul参数样式 * de985d1a625f9fee1a4d9401647e148014c06d87 更新指纹简介 * 730f77f4031f40ef21e2aec0b849bd94bd7d053f auto-update from HunYuan:2025-02-26 11:02:06 | Updated 1 vulnerability fingerprints * 88594dab87008ff252d2b16ee4e835cca9afdad5 auto-update from HunYuan:2025-Low2/26/2025
v0.0.6## Changelog * f3be73247667fd48e5b4c65bc216c6ebc1ab5965 更新前端 * 77a9d5a89931e723ad691d26e4806ef6d80ebc68 更新README * a94366fd5c2982c998c5fe9edb9fd595e996df5c 修改评分权重 * b638fa428c01e2f71d638c1d97dd99e3e08bd501 添加 star history * 7941313b72233a62f47cf2ca08452d3f8dc944fe webserver读取文件更新 && 支持POST指纹发包 * e50e168fc157916ddab2c88da47375d05c7e387e 添加作者 * 71f47a61768fce3059150f0a8f3d935ae518a05c Merge pull request #14 from kxcode/main * ef79f7417c2bf76cc6fd5492576f5db11c87c623 add triton fingerprint * 2b265fLow2/21/2025
v0.0.5## Changelog * b2f41be0eac30bb60a4a716750354dc6946f6034 update version to v0.0.5 * f49f752a202fd2b9df1ce694f4be05858581baa1 fixed https://github.com/Tencent/AI-Infra-Guard/issues/4 * 9824a17ad3b67530721df4d8a04cdc73f8d5eef3 auto-update from HunYuan:2025-02-17 14:59:47 | Updated 2 vulnerability fingerprints Low2/18/2025
v0.0.4## Changelog * ff60e95b157de8be33a27e8361fe586ed03ac591 update readme * a30278e895c49dc24e9459b031fca6288eec9ca7 加入vllm部署安全提示 * 5777b29fc683403bd93f4a13f4f2fdb31bf8ba9e update version to 0.0.4 加入新漏洞检测方式 * 4cd5566a2306160635aa628fa2d5d8e82396951b 增加表格输出 * 60ae4b5779f4afce7978f72fe8e7b760719fd9bf 更新vllm指纹 * 79a5304bc01d61e393861336ddc13e229c29ecdc auto-update from HunYuan:2025-02-13 14:41:02 | Updated 2 vulnerability fingerprints * 4c6acdac2876008e3206d01dd6c82327599c15a7 添加-localscan一键扫描本地应用 * 43Low2/13/2025
v0.0.3## Changelog * b0348a62f373643dcc9ae8ba5124a2f8bc97710b update readme * 23aa96ea59d11cd7daeddf1b46e1478c0926e463 update version to v0.0.3 * a005d9e2897906ac632da348767e70a17de74545 输出加入安全建议 * b68a03b0901df93d84aeabff4dcdbf34d23d1b01 auto-update from HunYuan:2025-02-06 16:42:06 | Updated 23 vulnerability fingerprints * 232a18b12cffe9fe001e2a38f0430b78bfb6f95b fuzzy匹配忽略大小写,添加clickhouse指纹 * 37440db3490b0d8fd3a26dff2016ba6c088884b2 2025.2.5更新漏洞指纹 Low2/7/2025
v0.0.2## Changelog * 3b38d3ac973ec7c936c45d3678ea1a5133a02b2e update version to 0.0.2 * 2175398a10fee9203ef07d0848d71b4742e27fac 加入新的漏洞指纹 * 7de65778c62d68fc0acb0ffd7460f554bac0bb55 漏洞表达式支持>= <=语法 添加-check-vul参数 * 9775f649f16e04833946b985016685d4fd14ff82 更新为hunyuan免费api接口 * fe39e605ac32ffa80d8a7d92999273e1f2c9d343 添加oepnwebui指纹版本识别 * d23f1694387b3484b69f79d26257ca8609d7481a 指纹添加插件区分 Low1/22/2025
v0.0.1## Changelog * efc0cd39b3bab15b13ede0c2d134692a434aaf5e v0.0.1发布 Low1/2/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

agentroveYour own Claude Code UI, sandbox, in-browser VS Code, terminal, multi-provider support (Anthropic, OpenAI, GitHub Copilot, OpenRouter), custom skills, and MCP servers.v0.1.38
agentscopeBuild and run agents you can see, understand and trust.v2.0.1
Ollama-Terminal-AgentAutomate shell tasks using a local Ollama model that plans, executes, and fixes commands without cloud or API dependencies.main@2026-06-04
agenticaAgentica: Lightweight async-first Python framework for AI agents. 轻量级异步优先的AI Agent框架,支持工具调用、RAG、多智能体和MCP。v1.4.6
medusaAI-first security scanner with 76 analyzers, 9,600+ detection rules, and repo poisoning detection for AI/ML, LLM agents, and MCP servers. Scan any GitHub repo with: medusa scan --git user/repov2026.5.11

More from Tencent

WeKnoraLLM-powered framework for deep document understanding, semantic retrieval, and context-aware answers using RAG paradigm.

More in MCP Servers

claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme
hyperframesWrite HTML. Render video. Built for agents.
claude-code-guideClaude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user!