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.

io.github.eltociear/skill-audit-mcp

REMOTE · ELTOCIEAR-SKILL-AUDIT.HF.SPACE · SCANNED SEP 20

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

0 this week 77 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1080 tokens (~98/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.eltociear/skill-audit-mcp server?

io.github.eltociear/skill-audit-mcp is a hosted endpoint at https://eltociear-skill-audit.hf.space/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · eltociear-skill-audit.hf.space

# add to Claude Code
claude mcp add --transport http eltociear-skill-audit-mcp 'https://eltociear-skill-audit.hf.space/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "eltociear-skill-audit-mcp": {
      "url": "https://eltociear-skill-audit.hf.space/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "eltociear-skill-audit-mcp": {
      "type": "http",
      "url": "https://eltociear-skill-audit.hf.space/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add eltociear-skill-audit-mcp --url 'https://eltociear-skill-audit.hf.space/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  eltociear-skill-audit-mcp:
    url: "https://eltociear-skill-audit.hf.space/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "eltociear-skill-audit-mcp": {
      "Transport": "http",
      "Url": "https://eltociear-skill-audit.hf.space/mcp"
    }
  }
}
# add to Vellum
assistant mcp add eltociear-skill-audit-mcp -t streamable-http -u 'https://eltociear-skill-audit.hf.space/mcp'
// mcp.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 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.

  • 16 Sept 26 0
    • HSTS header: unverified → fail security
    • Injection markers: unverified → pass security
    • Stability: unverified → pass security
    • Transport: fail → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • MCP protocol: unverified → fail functional
    • Endpoint reachability: unreachable → reachable functional
    • Tool coverage: unverified → 100 functional
  • 15 Sept 26 0
    • Endpoint reachability: reachable → unreachable security
    • HSTS header: fail → unverified security
    • Stability: pass → unverified security
    • Tool safety: pass → unverified security
    • Transport: pass → fail security
    • Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it. security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 28 Aug 26 0
    • Stability: 0.97 → pass security
  • 27 Aug 26 +1

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

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

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

  • 23 Aug 26 +1

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

  • 19 Aug 26 0
    • Tool “audit_skill_text” rewrote its description, which is the text the model reads security
    • Tool “audit_skill_url” rewrote its description, which is the text the model reads security
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 20 Sept 2026 · Probed https://eltociear-skill-audit.hf.space/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=hf.space CN=Amazon RSA 2048 M01,O=Amazon,C=US 27 Oct 2025 25 Nov 2026 RSA 2048 SHA256-RSA 925124b6177d84070b69b0e7d4f8d64
SANs: hf.space, *.hf.space
CN=Amazon RSA 2048 M01,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 77312380b9d6688a33b1ed9bf9ccda68e0e0f
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of eltociear-skill-audit.hf.space. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
space. present 51168 13 Verified
hf.space. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://eltociear-skill-audit.hf.space/mcp Verified 200
http (plaintext) http://eltociear-skill-audit.hf.space/mcp HTTPS enforced 301 https://eltociear-skill-audit.hf.space:443/mcp
MCP tools · 11 exposed · ~1,019 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
air_quality ~113

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. (Free. This server also sells a paid API — call `paid_catalogue` for the routes and prices; x402 over USDC on Base, no signup.)

NameTypeReqDescription
locationstringyesPlace name, e.g. 'Tokyo'

No output schema declared.

No examples provided.

audit_skill_text ~80

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

NameTypeReqDescription
contentstringyesFile or snippet to scan

No output schema declared.

No examples provided.

audit_skill_url ~73

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

NameTypeReqDescription
urlstringyesRaw file URL to fetch and scan

No output schema declared.

No examples provided.

country_indicator ~128

World Bank time series for a country: gdp, gdp_per_capita, population, inflation, unemployment, life_expectancy, co2_per_capita or internet_users. (Free. This server also sells a paid API — call `paid_catalogue` for the routes and prices; x402 over USDC on Base, no signup.)

NameTypeReqDescription
countrystringyesISO 2- or 3-letter country code
indicatorstringAlias above, or a World Bank code
yearsinteger1-60 most recent years (default 5)

No output schema declared.

No examples provided.

earthquakes ~149

Recent earthquakes from the USGS feed — worldwide, or within a radius of a named place. Returns magnitude, depth, tsunami flag and felt reports. (Free. This server also sells a paid API — call `paid_catalogue` for the routes and prices; x402 over USDC on Base, no signup.)

NameTypeReqDescription
daysinteger1-30 days back (default 1)
limitinteger1-100 events (default 20)
locationstringCentre on a place name
min_magnitudenumberLower bound (default 4.5)
radius_kmnumberRadius around location (default 500)

No output schema declared.

No examples provided.

elevation ~59

Ground elevation in metres for a place name. (Free. This server also sells a paid API — call `paid_catalogue` for the routes and prices; x402 over USDC on Base, no signup.)

NameTypeReqDescription
locationstringyesPlace name

No output schema declared.

No examples provided.

geocode ~87

Resolve a place name to coordinates, country, admin region, timezone, elevation and population. (Free. This server also sells a paid API — call `paid_catalogue` for the routes and prices; x402 over USDC on Base, no signup.)

NameTypeReqDescription
countinteger1-20 candidates (default 5)
namestringyesPlace name to resolve

No output schema declared.

No examples provided.

paid_catalogue ~81

List the paid API routes this same server offers, with prices and which ones need no input. The MCP tools here are free and general-purpose; the paid routes are specialised (on-chain token safety, live DEX prices, wallet intel, supply-chain scans). Payment is x402 over USDC on Base — no account or API key. Takes no arguments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

public_holidays ~92

Public holidays for a country and year, with local names and a past/upcoming flag. (Free. This server also sells a paid API — call `paid_catalogue` for the routes and prices; x402 over USDC on Base, no signup.)

NameTypeReqDescription
countrystringyesISO 2-letter country code, e.g. JP
yearintegerCalendar year (defaults to current)

No output schema declared.

No examples provided.

read_url ~68

Fetch a URL and return its main content as clean Markdown, boilerplate stripped. (Free. This server also sells a paid API — call `paid_catalogue` for the routes and prices; x402 over USDC on Base, no signup.)

NameTypeReqDescription
urlstringyesPage to fetch

No output schema declared.

No examples provided.

web_search ~89

Search the live web and return ranked title/url/snippet results, through an automatic multi-engine failover chain. (Free. This server also sells a paid API — call `paid_catalogue` for the routes and prices; x402 over USDC on Base, no signup.)

NameTypeReqDescription
max_resultsinteger1-25 (default 10)
querystringyesSearch query

No output schema declared.

No examples provided.

Common questions

What is the io.github.eltociear/skill-audit-mcp server?

io.github.eltociear/skill-audit-mcp is listed in the public MCP registry as io.github.eltociear/skill-audit-mcp. Scan agent skills and MCP servers for malicious patterns before you load them. This page covers its hosted endpoint (https://eltociear-skill-audit.hf.space/mcp).

Is the io.github.eltociear/skill-audit-mcp server safe to use?

io.github.eltociear/skill-audit-mcp scores 77 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.eltociear/skill-audit-mcp server expose?

io.github.eltociear/skill-audit-mcp exposes 11 tools: paid_catalogue, air_quality, geocode, earthquakes, public_holidays, and 6 more. Their descriptions and schemas cost roughly 1,019 tokens of context every time the server is loaded.

Does the io.github.eltociear/skill-audit-mcp server require authentication?

No. We connected to io.github.eltociear/skill-audit-mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.eltociear/skill-audit-mcp server still maintained?

io.github.eltociear/skill-audit-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.