# AIShield Security Scanner (remote · aishield.tools)

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

- Trust score: 57/100 (low)
- Change this week: +9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-12

## Components

- remote · `aishield.tools`: 57/100 (this document), [markdown](https://verifymcp.io/servers/lm203688-aishield/api-v1-mcp.md), [page](https://verifymcp.io/servers/lm203688-aishield/api-v1-mcp)
- npm · `aishield-mcp-server`: 83/100, [markdown](https://verifymcp.io/servers/lm203688-aishield/aishield-mcp-server.md), [page](https://verifymcp.io/servers/lm203688-aishield/aishield-mcp-server)

## Channel facts

- Endpoint: `https://aishield.tools/api/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `4.2.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-12.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 404, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 409 tokens (~51/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 81% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http lm203688-aishield https://aishield.tools/api/v1/mcp
```

### Codex

```toml
[mcp_servers.lm203688-aishield]
url = "https://aishield.tools/api/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lm203688-aishield": {
      "type": "remote",
      "url": "https://aishield.tools/api/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lm203688-aishield --url https://aishield.tools/api/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  lm203688-aishield:
    url: "https://aishield.tools/api/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "lm203688-aishield": {
      "type": "http",
      "url": "https://aishield.tools/api/v1/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-12 (score 57, +1)

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

### 2026-08-11 (score 56, +5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 51, +1)

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

### 2026-08-08 (score 50, +1)

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

### 2026-08-06 (score 49, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-05 (score 48)

First indexed and scored.

## MCP tools (8)

### `aishield_scan` (~59 tokens)

OWASP MCP Top 10 aligned security scan — 133 rules, 5-dimension scoring

Input parameters:

- `name` (string): Tool name
- `source_url` (string, required): GitHub repo URL
- `tool_type` (string)

### `aishield_guardrail` (~40 tokens)

Pre-install safety check — pass/block verdict

Input parameters:

- `auto_block` (boolean)
- `source_url` (string, required): GitHub repo URL

### `aishield_prompt_check` (~35 tokens)

Prompt injection detection — Chinese + English

Input parameters:

- `prompt` (string, required): Prompt text to check (min 10 chars)

### `aishield_banned_words` (~39 tokens)

Chinese banned words detection — 6 platform rules

Input parameters:

- `platform` (string)
- `text` (string, required): Text to check

### `aishield_rug_pull` (~44 tokens)

Rug pull detection — check if a tool has removed security code or added suspicious changes in recent commits

Input parameters:

- `source_url` (string, required): GitHub repo URL

### `aishield_handshake` (~50 tokens)

MCP handshake verification — analyze MCP config, detect npx auto-install, sensitive env vars, oversized tool descriptions, and attempt HTTP handshake

Input parameters:

- `source_url` (string, required): GitHub repo URL

### `agent_register` (~73 tokens)

Agent-First one-click onboarding — register as an Agent, get DID + API Key + quick start guide in a single call

Input parameters:

- `agent_name` (string, required): Agent name (required)
- `capabilities` (array): Capability list, e.g. ["scan", "monitor"]
- `owner` (string): Owner identifier

### `agent_quick_scan` (~69 tokens)

Agent-First quick scan — scan a tool by name and description, no source URL required

Input parameters:

- `source_url` (string): Optional GitHub repo URL for deep scan
- `tool_description` (string, required): Tool description (required)
- `tool_name` (string, required): Tool name (required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/lm203688-aishield/api-v1-mcp#diagnostics

## Score history

- 2026-08-12: 57
- 2026-08-11: 56
- 2026-08-10: 51
- 2026-08-09: 50
- 2026-08-08: 50
- 2026-08-07: 49
- 2026-08-06: 49
- 2026-08-05: 48

## Links

- Remote endpoint: https://aishield.tools/api/v1/mcp
- Repository: https://github.com/lm203688/aishield
- Website: https://aishield.tools/
- Changelog RSS feed: https://verifymcp.io/servers/lm203688-aishield/api-v1-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/lm203688-aishield/api-v1-mcp.json
- HTML version of this page: https://verifymcp.io/servers/lm203688-aishield/api-v1-mcp
