# io.github.eltociear/skill-audit-mcp (remote · eltociear-skill-audit.hf.space)

Scan agent skills and MCP servers for malicious patterns before you load them

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `eltociear-skill-audit.hf.space`: 63/100 (this document), [markdown](https://verifymcp.io/servers/eltociear-skill-audit-mcp/eltociear-skill-audit.md), [page](https://verifymcp.io/servers/eltociear-skill-audit-mcp/eltociear-skill-audit)

## Channel facts

- Endpoint: `https://eltociear-skill-audit.hf.space/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## 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-03.

- **Endpoint Security**: 57/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 10 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 is enforced; there's no plaintext access path.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 727 tokens (~72/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http eltociear-skill-audit-mcp https://eltociear-skill-audit.hf.space/mcp
```

### Codex

```toml
[mcp_servers.eltociear-skill-audit-mcp]
url = "https://eltociear-skill-audit.hf.space/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eltociear-skill-audit-mcp": {
      "type": "remote",
      "url": "https://eltociear-skill-audit.hf.space/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add eltociear-skill-audit-mcp --url https://eltociear-skill-audit.hf.space/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  eltociear-skill-audit-mcp:
    url: "https://eltociear-skill-audit.hf.space/mcp"
```

### Other

```json
{
  "mcpServers": {
    "eltociear-skill-audit-mcp": {
      "type": "http",
      "url": "https://eltociear-skill-audit.hf.space/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-03 (score 63, +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-01 (score 62, +1)

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

### 2026-07-31 (score 61, −2)

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

### 2026-07-30 (score 63, +1)

- [security] The server changed its declared name: tokenguard → skill-audit
- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 1.2.0 → 1.1.0

### 2026-07-29 (score 62)

First indexed and scored.

## MCP tools (10)

### `air_quality` (~79 tokens)

Current air quality for a place: PM2.5, PM10, ozone, NO2, SO2, CO and dust, plus the US and European AQI and the US AQI band ('Good', 'Unhealthy'). Takes a place name — no coordinates needed.

Input parameters:

- `location` (string, required): Place name, e.g. 'Tokyo'

### `geocode` (~53 tokens)

Resolve a place name to coordinates, country, admin region, timezone, elevation and population.

Input parameters:

- `count` (integer): 1-20 candidates (default 5)
- `name` (string, required): Place name to resolve

### `earthquakes` (~115 tokens)

Recent earthquakes from the USGS feed — worldwide, or within a radius of a named place. Returns magnitude, depth, tsunami flag and felt reports.

Input parameters:

- `days` (integer): 1-30 days back (default 1)
- `limit` (integer): 1-100 events (default 20)
- `location` (string): Centre on a place name
- `min_magnitude` (number): Lower bound (default 4.5)
- `radius_km` (number): Radius around location (default 500)

### `public_holidays` (~58 tokens)

Public holidays for a country and year, with local names and a past/upcoming flag.

Input parameters:

- `country` (string, required): ISO 2-letter country code, e.g. JP
- `year` (integer): Calendar year (defaults to current)

### `country_indicator` (~94 tokens)

World Bank time series for a country: gdp, gdp_per_capita, population, inflation, unemployment, life_expectancy, co2_per_capita or internet_users.

Input parameters:

- `country` (string, required): ISO 2- or 3-letter country code
- `indicator` (string): Alias above, or a World Bank code
- `years` (integer): 1-60 most recent years (default 5)

### `elevation` (~25 tokens)

Ground elevation in metres for a place name.

Input parameters:

- `location` (string, required): Place name

### `web_search` (~55 tokens)

Search the live web and return ranked title/url/snippet results, through an automatic multi-engine failover chain.

Input parameters:

- `max_results` (integer): 1-25 (default 10)
- `query` (string, required): Search query

### `read_url` (~34 tokens)

Fetch a URL and return its main content as clean Markdown, boilerplate stripped.

Input parameters:

- `url` (string, required): Page to fetch

### `audit_skill_text` (~80 tokens)

Scan text — an agent skill, MCP server source, or plugin — for malicious behaviour before loading it. 17 attack patterns / 60 regex signatures across 4 severity levels — credential exfiltration, download-and-execute, prompt injection, command execution, seed-phrase harvesting and more.

Input parameters:

- `content` (string, required): File or snippet to scan

### `audit_skill_url` (~73 tokens)

Fetch a URL and scan what it serves for malicious behaviour. 17 attack patterns / 60 regex signatures across 4 severity levels — credential exfiltration, download-and-execute, prompt injection, command execution, seed-phrase harvesting and more.

Input parameters:

- `url` (string, required): Raw file URL to fetch and scan

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/eltociear-skill-audit-mcp/eltociear-skill-audit#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 61
- 2026-07-30: 63
- 2026-07-29: 62

## Links

- Remote endpoint: https://eltociear-skill-audit.hf.space/mcp
- Repository: https://github.com/eltociear/skill-audit-mcp
- Changelog RSS feed: https://verifymcp.io/servers/eltociear-skill-audit-mcp/eltociear-skill-audit/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/eltociear-skill-audit-mcp/eltociear-skill-audit/changelog.json
- HTML version of this page: https://verifymcp.io/servers/eltociear-skill-audit-mcp/eltociear-skill-audit
