
agentseal
by getagentseal·★ 256·综合分 49
AI代理安全工具,提供MCP服务器扫描、提示注入测试和实时监控功能。
概述
AgentSeal是一个全面的AI代理安全工具,提供四种主要功能:'guard'扫描机器上的技能文件和MCP配置,'scan'测试系统提示抵御225+种对抗攻击的能力,'scan-mcp'审计实时MCP服务器是否存在工具污染,以及'shield'实时文件监控。该工具大多数功能无需API密钥即可本地运行,并包含Python和TypeScript API供程序化使用。它还维护着一个包含6,600+个MCP服务器的注册表,并附带安全评分。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要全面保护 AI 代理生态系统,尤其是部署 MCP 服务器或使用具有潜在安全风险的第三方代理时,请选择 AgentSeal。
什么时候不要选它
如果您需要连续的运行时保护而非定期扫描,或者您寻找的是能直接预防攻击而非事后检测的解决方案,请不要选择 AgentSeal。
此 server 暴露的工具
从 README 抽取出 4 个工具scanTests a system prompt against adversarial attack probes to evaluate prompt injection resistance
scan-mcpAudits a live MCP server's tools for description poisoning and security vulnerabilities
guardScans local machine for dangerous skills, MCP configs, and toxic data flows
shieldReal-time file watcher for agent config paths with threat notifications
可对比工具
安装
# Python安装
pip install agentseal
# Node.js安装
npm install agentseal
# 基本使用
agentseal guard # 扫描机器上的威胁
agentseal scan # 测试提示抵御攻击的能力
agentseal scan-mcp # 审计MCP服务器FAQ
- AgentSeal如何检测MCP服务器污染?
- AgentSeal连接到实时MCP服务器并枚举所有工具,然后通过模式匹配、反混淆、语义相似性分析和可选的LLM分类来检测每个工具描述中的隐藏指令。
- 我可以在没有API密钥的情况下使用AgentSeal吗?
- 可以,'guard'、'shield'和'scan-mcp'命令无需API密钥即可离线工作。只有'scan'命令需要LLM,但可以使用本地Ollama模型免费使用。
agentseal 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。