Skip to content
Back to AIShield

Card snapshot

aishield.tools · 2026-08-18 00:30:19 UTC · a771d832c33cc8c5ae420648783f083845968c9a8ef6777efd84e5c371ec6ff6

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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"
}