Merge pull request #68 from elliotllliu/add-agent-shield

添加 AgentShield — AI Agent 安全扫描器
This commit is contained in:
云中江树
2026-03-17 15:25:02 +08:00
committed by GitHub

View File

@@ -723,6 +723,7 @@ MCP 客户端是 AI 的“操作台”,以下是几个热门选择:
| [model-audit](https://github.com/liuxiaotong/model-audit) | LLM 蒸馏检测与模型指纹审计 — 文本溯源、身份验证、蒸馏关系判定,守护模型知识产权。 | 社区实现, Python 开发 🐍, 本地运行 🏠, LLM 模型审计与蒸馏检测。 |
| [Whois MCP](https://github.com/bharathvaj-ganesan/whois-mcp) | 对域名、IP、ASN 和 TLD 执行 whois 查询。 | 社区实现, Python 开发, Whois 查询。 |
| [Wireshark-MCP](https://github.com/bx33661/Wireshark-MCP) | Wireshark 网络数据包分析 MCP 服务器,具有抓包、协议统计、字段提取和安全分析功能。 | 社区实现, Python 开发 🐍, 本地运行 🏠, 网络数据包分析。 |
| [AgentShield](https://github.com/elliotllliu/agent-shield) | AI Agent 技能、MCP 服务器和插件安全扫描器。30 条检测规则,支持 AST 污点追踪、跨文件数据流分析、杀伤链检测、8 语言提示注入检测(中/日/韩/俄/阿/西/法/德)。零安装 (npx)100% 离线运行。 | 社区实现, TypeScript 开发 📇, 本地运行 🏠, 跨平台 🍎🪟🐧, AI Agent 安全扫描。 |
---