io.github.skill-federation/skillfed-mcp
NPM · SKILLFED-MCP · SCANNED AUG 3
Find vetted agent skills for your task — privacy-preserving skill discovery over MCP.
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 skill-federation/skill-federation). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability49
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 427 tokens (~106/item across 4 items; 4 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 Coverage87
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 60% of tool parameters carry a description.Partial
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 · skillfed-mcp
claude mcp add skill-federation-skillfed-mcp -- npx -y skillfed-mcp
codex mcp add skill-federation-skillfed-mcp -- npx -y skillfed-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"skill-federation-skillfed-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"skillfed-mcp"
],
"enabled": true
}
}
} openclaw mcp add skill-federation-skillfed-mcp --command npx --arg -y --arg skillfed-mcp
mcp_servers:
skill-federation-skillfed-mcp:
command: "npx"
args: ["-y", "skillfed-mcp"] {
"mcpServers": {
"skill-federation-skillfed-mcp": {
"command": "npx",
"args": [
"-y",
"skillfed-mcp"
]
}
}
} 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 +44
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → 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
- The attested source repository moved: skill-federation/skill-federation security
- Capabilities: pass → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → fair ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +20
- 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
- 31 Jul 26 −40
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 28 Jul 26 +21
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 60 functional
- First check of Schema quality: unverified functional
- First check of Schema quality: pass functional
- 27 Jul 26 24
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/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- skill-federation/skill-federation
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/skill-federation/skill-federation/.github/workflows/release-npm.yml@refs/tags/v0.1.3
- Rekor log index:
- 2064700159
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:b131caa550aeedcc6e7282a293d353a34f012690e8882ca6c9051663026a8c5fb75eb1866c4c8a6bc19ed76fc953cdd44abe5260fe489d38f69590b4a
- 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.
emit_demand_pointer ~191
Record a missing capability on a MISS — a wish that returned zero candidates (empty), OR one where you rejected every candidate (the rejection reasoning reveals the gap). Pass the searched `wish` string plus a `sketch` STRING built per demand-sketch.md (a single-line JSON of purpose/inputs/outputs/operations/domain_vocab/section_sketch, prefixed with the query_id). Capability-level abstraction only — never plan/brief/output/data.
| Name | Type | Req | Description |
|---|---|---|---|
| query_id | string | — | optional; prepended to sketch as the trace if not already embedded |
| sketch | string | yes | condensed build spec per demand-sketch.md: "<query_id>: <minified-json>" (a STRING, not an object) |
| source | string | — | — |
| tags | array | — | — |
| wish | string | yes | the exact wish string you searched (the traceability anchor; required, non-empty) |
No output schema declared.
No examples provided.
find_skills ~83
Search a federated catalog of vetted agent skills for a privacy-abstracted wish-list. Returns up to k recall candidates per wish (the client agent makes the final pick). Send only abstracted wishes — never the plan, brief, outputs, or any tenant data.
| Name | Type | Req | Description |
|---|---|---|---|
| wishlist | array | yes | 1–10 wishes, each an ideal skill for the task |
No output schema declared.
No examples provided.
get_skill_bundle ~46
Fetch a confirmed match's bundle (SKILL.md + any extra files) for local install. Surface license/provenance/security_flags before installing.
| Name | Type | Req | Description |
|---|---|---|---|
| skill_id | string | yes | — |
No output schema declared.
No examples provided.
report_selection ~107
Report one wish's agentic-selection outcome. chosen = the selected skill id, or the literal string "None" when every candidate was rejected (a retrieval-quality label, complementary to a demand pointer — not a substitute for it). rejected = the other shown candidate ids.
| Name | Type | Req | Description |
|---|---|---|---|
| chosen | string | yes | selected skill id, or the literal "None" if all candidates were rejected |
| query_id | string | yes | — |
| rejected | array | — | the other shown candidate ids (hard negatives) |
No output schema declared.
No examples provided.