AIShield
aishield.tools
AI Agent 安全生态基础设施 — OWASP MCP Top 10 对齐,133条安全规则,全链路守护Agent世界
aishield.tools via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
https://aishield.tools/.well-known/agent-card.json and the next probe clears this panel.
| Field | What we saw | What we stored |
|---|---|---|
capabilities |
Input should be a valid dictionary or instance of Capabilities | dropped — this field was not indexed |
Dispute or improve this rating
F
Conformance score: 24/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-18 00:30:19 current | a771d832c33c… |
view → |
Endpoints
| Agent card | https://aishield.tools/.well-known/agent-card.json |
| Provider | https://github.com/lm203688/aishield |
Skills · 5 declared · mapped to canonical taxonomy
基于 OWASP MCP Top 10 的 133 条规则,对 GitHub 上的 MCP 工具/Agent 技能进行静态安全分析,输出 5 维评分和详细发现
中英文 Prompt 注入攻击检测,支持拼音变体、谐音替换、拆字攻击、零宽字符等绕过手法识别
Health · last 4 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/aishield.tools) [](https://agenstry.com/agents/aishield.tools) [](https://agenstry.com/agents/aishield.tools) [](https://agenstry.com/agents/aishield.tools)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "AIShield",
"version": "4.2.0",
"description": "AI Agent \u5b89\u5168\u751f\u6001\u57fa\u7840\u8bbe\u65bd \u2014 OWASP MCP Top 10 \u5bf9\u9f50\uff0c133\u6761\u5b89\u5168\u89c4\u5219\uff0c\u5168\u94fe\u8def\u5b88\u62a4Agent\u4e16\u754c",
"url": "https://aishield.tools",
"provider": {
"name": "AIShield",
"url": "https://github.com/lm203688/aishield"
},
"capabilities": [
"security_scan",
"prompt_injection_detection",
"banned_words_detection",
"agent_identity",
"agent_collaboration",
"sandbox_execution",
"skill_marketplace",
"a2a_gateway",
"trust_badge",
"continuous_monitoring"
],
"skills": [
{
"id": "security_scan",
"name": "MCP \u5de5\u5177\u5b89\u5168\u626b\u63cf",
"description": "\u57fa\u4e8e OWASP MCP Top 10 \u7684 133 \u6761\u89c4\u5219\uff0c\u5bf9 GitHub \u4e0a\u7684 MCP \u5de5\u5177/Agent \u6280\u80fd\u8fdb\u884c\u9759\u6001\u5b89\u5168\u5206\u6790\uff0c\u8f93\u51fa 5 \u7ef4\u8bc4\u5206\u548c\u8be6\u7ec6\u53d1\u73b0",
"input_schema": {
"type": "object",
"properties": {
"source_url": {
"type": "string",
"description": "GitHub \u4ed3\u5e93 URL"
},
"tool_type": {
"type": "string",
"enum": [
"mcp",
"skill",
"gpt",
"prompt"
],
"default": "mcp"
},
"name": {
"type": "string",
"description": "\u5de5\u5177\u540d\u79f0\uff08\u53ef\u9009\uff09"
}
},
"required": [
"source_url"
]
},
"output_schema": {
"type": "object",
"properties": {
"overall_score": {
"type": "number",
"description": "\u603b\u5206 0-100"
},
"badge_level": {
"type": "string",
"enum": [
"gold",
"silver",
"bronze",
"none"
]
},
"findings": {
"type": "array",
"items": {
"type": "object"
}
},
"owasp_compliance": {
"type": "object"
}
}
},
"security_certification": {
"level": "Level 3",
"score": 95,
"issuer": "AIShield",
"certificate_url": "https://github.com/lm203688/aishield"
}
},
{
"id": "prompt_injection_detection",
"name": "Prompt \u6ce8\u5165\u68c0\u6d4b",
"description": "\u4e2d\u82f1\u6587 Prompt \u6ce8\u5165\u653b\u51fb\u68c0\u6d4b\uff0c\u652f\u6301\u62fc\u97f3\u53d8\u4f53\u3001\u8c10\u97f3\u66ff\u6362\u3001\u62c6\u5b57\u653b\u51fb\u3001\u96f6\u5bbd\u5b57\u7b26\u7b49\u7ed5\u8fc7\u624b\u6cd5\u8bc6\u522b",
"input_schema": {
"type": "object",
"properties": {
"prompt": {
"type": "string",
"description": "\u5f85\u68c0\u6d4b\u7684 Prompt \u6587\u672c"
}
},
"required": [
"prompt"
]
},
"output_schema": {
"type": "object",
"properties": {
"safe": {
"type": "boolean"
},
"score": {
"type": "number"
},
"risk_level": {
"type": "string"
},
"findings": {
"type": "array"
}
}
}
},
{
"id": "banned_words_detection",
"name": "\u4e2d\u6587\u8fdd\u7981\u8bcd\u68c0\u6d4b",
"description": "\u8986\u76d6\u5fae\u4fe1\u3001\u6296\u97f3\u3001\u5c0f\u7ea2\u4e66\u3001B\u7ad9\u3001\u77e5\u4e4e\u3001\u5fae\u535a 6 \u5927\u5e73\u53f0\u89c4\u5219\u7684\u4e2d\u6587\u8fdd\u7981\u8bcd/\u654f\u611f\u8bcd\u68c0\u6d4b",
"input_schema": {
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "\u5f85\u68c0\u6d4b\u6587\u672c"
},
"platform": {
"type": "string",
"enum": [
"all",
"wechat",
"douyin",
"xiaohongshu",
"bilibili",
"weibo"
],
"default": "all"
}
},
"required": [
"text"
]
},
"output_schema": {
"type": "object",
"properties": {
"safe": {
"type": "boolean"
},
"found_count": {
"type": "number"
},
"words": {
"type": "array"
}
}
}
},
{
"id": "rug_pull_detection",
"name": "Rug Pull \u68c0\u6d4b",
"description": "\u68c0\u6d4b MCP \u5de5\u5177\u662f\u5426\u5728\u8fd1\u671f\u63d0\u4ea4\u4e2d\u79fb\u9664\u5b89\u5168\u4ee3\u7801\u6216\u6dfb\u52a0\u53ef\u7591\u53d8\u66f4",
"input_schema": {
"type": "object",
"properties": {
"source_url": {
"type": "string",
"description": "GitHub \u4ed3\u5e93 URL"
}
},
"required": [
"source_url"
]
},
"output_schema": {
"type": "object",
"properties": {
"risk_level": {
"type": "string"
},
"suspicious_changes": {
"type": "array"
}
}
}
},
{
"id": "mcp_handshake",
"name": "MCP \u63e1\u624b\u9a8c\u8bc1",
"description": "\u5206\u6790 MCP \u914d\u7f6e\u6587\u4ef6\uff0c\u68c0\u6d4b npx \u81ea\u52a8\u5b89\u88c5\u3001\u654f\u611f\u73af\u5883\u53d8\u91cf\u3001\u8d85\u957f\u5de5\u5177\u63cf\u8ff0\u7b49\u98ce\u9669\uff0c\u5e76\u5c1d\u8bd5 HTTP \u63e1\u624b\u9a8c\u8bc1",
"input_schema": {
"type": "object",
"properties": {
"source_url": {
"type": "string",
"description": "GitHub \u4ed3\u5e93 URL"
}
},
"required": [
"source_url"
]
},
"output_schema": {
"type": "object",
"properties": {
"handshake_ok": {
"type": "boolean"
},
"warnings": {
"type": "array"
}
}
}
}
],
"trust_score": {
"overall": 85,
"security": 90,
"reliability": 88,
"reputation": 80,
"activity": 85,
"identity": 85,
"methodology": "\u57fa\u4e8e OWASP MCP Top 10 (2025 v0.1) \u5bf9\u9f50\u5ea6\u3001\u626b\u63cf\u89c4\u5219\u8986\u76d6\u7387\u3001API \u53ef\u7528\u6027\u3001\u5f00\u6e90\u793e\u533a\u6d3b\u8dc3\u5ea6\u7efc\u5408\u8ba1\u7b97"
},
"endpoints": {
"agent_setup": "POST /api/v1/agent/setup",
"agent_scan": "POST /api/v1/agent/scan",
"agent_status": "GET /api/v1/agent/status/{did}",
"openapi_spec": "GET /openapi.json",
"scan_api": "POST /api/v1/audit",
"prompt_check": "POST /api/v1/prompt-check",
"banned_words": "POST /api/v1/banned-words",
"rug_pull": "POST /api/v1/rug-pull",
"handshake": "POST /api/v1/handshake",
"audit": "POST /api/v1/audit",
"trust_query": "GET /api/v1/identity/agents",
"mcp_endpoint": "POST /api/v1/mcp",
"health": "GET /api/v1/health",
"stats": "GET /api/v1/stats"
},
"compliance": {
"owasp_mcp_top10": true,
"owasp_version": "2025 v0.1",
"a2a_protocol": true,
"mcp_protocol": true,
"mcp_protocol_version": "2025-03-26",
"chinese_regulations": true,
"rules_count": 133,
"owasp_categories": 10
},
"contact": {
"github": "https://github.com/lm203688/aishield",
"license": "MIT",
"license_url": "https://github.com/lm203688/aishield/blob/main/LICENSE",
"api_docs": "https://aishield.tools/api/v1"
},
"mcp_install": "npx @aishield/mcp-server",
"protocol_version": "a2a-2025-06"
}