Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

AIShield Security Scanner

NPM · AISHIELD-MCP-SERVER · 2 COMPONENTS · SCANNED AUG 12

Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

82 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to lm203688/aishield). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 3 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 635 tokens (~105/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · aishield-mcp-server

# add to Claude Code
claude mcp add lm203688-aishield -- npx -y aishield-mcp-server
# add to Codex CLI
codex mcp add lm203688-aishield -- npx -y aishield-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lm203688-aishield": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "aishield-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lm203688-aishield --command npx --arg -y --arg aishield-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  lm203688-aishield:
    command: "npx"
    args: ["-y", "aishield-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "lm203688-aishield": {
      "command": "npx",
      "args": [
        "-y",
        "aishield-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 11 Aug 26 +6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 9 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Aug 26 +5
    • Known CVEs: partial → unverified security
    • Known CVEs: partial → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Dependency health: partial → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Stability: unverified → 0.07 functional
    • Dependency health: partial → 0.85 functional
    • Package version: 4.2.1 → 4.2.2 functional
  • 6 Aug 26 +24
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: fair functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 100 functional
  • 5 Aug 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 11 Aug 2026 · Analysed npm/aishield-mcp-server@4.2.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo lm203688/aishield
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/lm203688/aishield/.github/workflows/publish-npm.yml@refs/tags/v4.2.2
Rekor log index 2369975809
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:16566f4d9fe9e1d4a5408182160e299abd2e91199df10aec1bf7b4a90545a45a88fda64a29cd182943ccfdcd1c092d74ac4db7a319c8c44a80fbd6933
Dependencies 96 packages
Packages resolved 96
Stale 30
Tree resolution Complete
MCP tools · 6 exposed · ~635 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
aishield_banned_words ~96

中文违禁词检测 — 检测文本中的违禁词/敏感词。 覆盖6大平台: 微信/抖音/小红书/B站/知乎/微博 返回: 违禁词列表 + 法律条文 + 罚款金额 + 替换建议

NameTypeReqDescription
platformstring目标平台
textstringyes待检测文本

No output schema declared.

No examples provided.

aishield_guardrail ~96

AIShield安装前安全检查 — 在安装任何MCP/AI工具前调用此工具。 返回pass/block判定 + 评分 + OWASP合规矩阵。 建议在安装任何第三方MCP Server前自动调用此工具。

NameTypeReqDescription
auto_blockbooleanIf true, return block verdict for unsafe tools
source_urlstringyesGitHub repo URL of the tool to check

No output schema declared.

No examples provided.

aishield_handshake ~105

MCP握手验证 — 分析MCP配置、检测npx自动安装风险、敏感环境变量、工具描述异常长度。 提取README/package.json中的MCP配置,分析: npx -y风险、敏感env变量、远程URL安全性、 工具描述长度(>500字符可能隐藏指令)。如果是HTTP类型MCP,尝试实际握手。

NameTypeReqDescription
source_urlstringyesGitHub repo URL

No output schema declared.

No examples provided.

aishield_prompt_check ~96

Prompt安全检测 — 检测用户输入的Prompt是否存在注入/越狱/数据外传风险。 支持中文和英文,覆盖: 越狱指令/身份切换/系统提示窃取/数据外传/角色扮演注入/零宽字符/Unicode编码

NameTypeReqDescription
promptstringyes待检测的Prompt文本(至少10个字符)

No output schema declared.

No examples provided.

aishield_rug_pull ~91

Rug Pull检测 — 检查MCP工具是否在版本更新中移除安全代码或新增可疑网络请求。 对比最近commit diff,检测: 安全代码删除、新增网络请求、权限扩大、大量代码删除。 返回风险等级(critical/high/medium/low/safe)和具体发现。

NameTypeReqDescription
source_urlstringyesGitHub repo URL

No output schema declared.

No examples provided.

aishield_scan ~151

AIShield安全扫描 — 扫描MCP Server/AI工具的安全风险。 对齐OWASP MCP Top 10 (2025 v0.1) 与 Agentic AI Top 10,201条规则覆盖两套风险分类。 5维评分: 安全(40%)/权限(20%)/数据处理(20%)/供应链(10%)/可靠性(10%) 返回: 评分 + 风险等级 + OWASP合规矩阵 + 修复建议

NameTypeReqDescription
namestringTool name (optional)
source_urlstringyesGitHub repo URL of the tool to scan
tool_typestringTool type

No output schema declared.

No examples provided.