io.mcpskills/server
NPM · @MCPSKILLSIO/SERVER · SCANNED AUG 3
Trust scoring for MCP servers, AI skills & npm packages — 15 signals + safety scanning.
Available components
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to BeBraveBeKind/mcpskills-server). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 55 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability43
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 871 tokens (~96/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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 · @mcpskillsio/server
claude mcp add io-mcpskills-server -- npx -y @mcpskillsio/server
codex mcp add io-mcpskills-server -- npx -y @mcpskillsio/server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"io-mcpskills-server": {
"type": "local",
"command": [
"npx",
"-y",
"@mcpskillsio/server"
],
"enabled": true
}
}
} openclaw mcp add io-mcpskills-server --command npx --arg -y --arg @mcpskillsio/server
mcp_servers:
io-mcpskills-server:
command: "npx"
args: ["-y", "@mcpskillsio/server"] {
"mcpServers": {
"io-mcpskills-server": {
"command": "npx",
"args": [
"-y",
"@mcpskillsio/server"
]
}
}
} 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.
- 2 Aug 26 +48
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: BeBraveBeKind/mcpskills-server security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → poor ▲ functional
- Licence: MIT functional
- 31 Jul 26 −3
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
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 3 Aug 2026 · Analysed npm/@mcpskillsio/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- BeBraveBeKind/mcpskills-server
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/BeBraveBeKind/mcpskills-server/.github/workflows/publish.yml@refs/tags/v2.5.3
- Rekor log index:
- 1761686460
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:2648ec5cce11698c4308257a62e08dd50ba3dbcacd4639d026bfec41c4a79421b0b3ce7d73e44d578ad0a7a286683b3bc6fe1768b84dbcef7258bbe38
- Discovery method:
- attestation_endpoint
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
auto_gate ~89
Should I install this? Returns a simple go/no-go decision with reasoning. Accepts any format: owner/repo, npm package, Smithery URL, etc. Returns { proceed: true/false, reason: "..." }.
| Name | Type | Req | Description |
|---|---|---|---|
| repo | string | yes | Any of: "owner/repo", "npm:@scope/package", "@scope/package", Smithery URL, or OpenClaw URL |
No output schema declared.
No examples provided.
batch_check ~94
Check up to 5 repos or packages in one call. Returns a trust assessment for each. Requires a Developer Pro or Team API key. Accepts any mix of formats (owner/repo, npm packages, registry URLs).
| Name | Type | Req | Description |
|---|---|---|---|
| repos | array | yes | Array of repos/packages in any format (max 5). E.g., ["owner/repo", "npm:@scope/pkg", "https://smithery.ai/server/name"] |
No output schema declared.
No examples provided.
build_stack ~140
Recommend a vetted stack of trusted tools for a described task. Describe what you're building (e.g., "Next.js app with auth, payments, and AI chat") and get back a curated list of the highest-scoring repos in each relevant category, pre-scored and ready to install. Returns tool names, trust scores, tiers, and install hints. Use this instead of guessing which tools to recommend — every suggestion is backed by live trust data.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | What the user wants to build or accomplish. Can be a full sentence ("I need a Next.js app with auth and Stripe") or just keywords ("auth payments database mcp") |
No output schema declared.
No examples provided.
check_trust_score ~138
Score any AI skill, MCP server, or GitHub repo for trustworthiness. Returns a trust score (0-10) across 4 dimensions: Alive, Legit, Solid, Usable. Accepts: owner/repo, GitHub URL, npm package (npm:@scope/name or @scope/name), Smithery URL, or OpenClaw URL. AI skills get enhanced safety scanning. Set MCPSKILLS_API_KEY for full reports.
| Name | Type | Req | Description |
|---|---|---|---|
| repo | string | yes | Any of: "owner/repo", GitHub URL, "npm:@scope/package", "@scope/package", Smithery URL, or OpenClaw URL |
No output schema declared.
No examples provided.
check_watched ~46
Re-scan all watched repos and check for score changes. Returns any repos whose trust score changed significantly since last check.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email address used when watching repos |
No output schema declared.
No examples provided.
get_badge ~75
Get a trust badge URL for any repo or package. Returns a shields.io-style SVG badge showing the trust score and tier. Embed in READMEs. Badge auto-updates hourly.
| Name | Type | Req | Description |
|---|---|---|---|
| repo | string | yes | Any of: "owner/repo", GitHub URL, "npm:@scope/package", or Smithery URL |
No output schema declared.
No examples provided.
list_packages ~89
Browse curated, pre-scored AI skill packages organized by use case. Each package contains vetted skills with trust scores. Available packages: Claude Power User, Full-Stack Vibe Coder, Data & Research, DevOps & Infrastructure, Content & Marketing.
| Name | Type | Req | Description |
|---|---|---|---|
| package_name | string | — | Optional: filter by package name (e.g., "claude-power-user"). Omit to list all packages. |
No output schema declared.
No examples provided.
scan_safety ~120
Run a focused safety scan on an AI skill or MCP server. Checks for prompt injection, shell execution, network exfiltration, credential theft, obfuscated payloads, public network binding (0.0.0.0), and risky npm lifecycle scripts (preinstall/install/postinstall). Accepts any input format (owner/repo, npm package, Smithery URL, etc.).
| Name | Type | Req | Description |
|---|---|---|---|
| repo | string | yes | Any of: "owner/repo", GitHub URL, "npm:@scope/package", Smithery URL, or OpenClaw URL |
No output schema declared.
No examples provided.
watch_repo ~80
Start monitoring a repo or package for trust score changes. Alerts when score changes significantly (±0.3 points or tier change). Requires a paid API key.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email address for alerts | |
| repo | string | yes | Any of: "owner/repo", GitHub URL, "npm:@scope/package", or Smithery URL |
No output schema declared.
No examples provided.