Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

GhostFree

NPM · GHOSTFREE · SCANNED AUG 3

MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.

Available components

+15 this week 68 Trust /100
Trust breakdown (6 categories)

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 Security78
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects fast-xml-parser 4.5.7, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 499 tokens (~83/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Install

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 · ghostfree

# add to Claude Code
claude mcp add shane-js-ghostfree -- npx -y ghostfree
# add to Codex CLI
codex mcp add shane-js-ghostfree -- npx -y ghostfree
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shane-js-ghostfree": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ghostfree"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add shane-js-ghostfree --command npx --arg -y --arg ghostfree
# ~/.hermes/config.yaml
mcp_servers:
  shane-js-ghostfree:
    command: "npx"
    args: ["-y", "ghostfree"]
// mcp.json
{
  "mcpServers": {
    "shane-js-ghostfree": {
      "command": "npx",
      "args": [
        "-y",
        "ghostfree"
      ]
    }
  }
}
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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +38
    • CVE-2026-41650 affects this package: medium security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −9
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 53

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-gh4j-gqv2-49f6 CVE-2026-41650 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N yes
Dependencies 100 packages

100 packages in the resolved dependency tree · 100 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~499 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.

Tool Tokens
accept_risk ~171

Record an accepted risk for a CVE, with a reason and mandatory expiry date. Expiry beyond 1 year requires confirm_extended_expiry=true.

NameTypeReqDescription
confirm_extended_expirybooleanSet to true to confirm an expiry date more than 1 year away
cve_idstringyesThe CVE ID to accept, e.g. CVE-2021-44228
cvss_scorenumberCVSS score of the CVE at the time of acceptance (snapshot)
expires_onstringyesExpiry date in YYYY-MM-DD format. Required.
reasonstringyesBusiness justification for accepting this risk
severitystringyesSeverity label of the CVE at the time of acceptance (snapshot). Use UNKNOWN if severity is unavailable.

No output schema declared.

No examples provided.

check_cves ~113

Check a list of packages against OSV.dev for known vulnerabilities. Returns CVEs above the severity threshold as a numbered list, suppressed/accepted risks, expired acceptances, and a count of below-threshold findings.

NameTypeReqDescription
min_severitystringMinimum severity to surface in detail: CRITICAL, HIGH, MEDIUM, or LOW. If omitted, GhostFree will determine the threshold automatically.
packagesarrayArray of packages to check. If omitted, uses packages from the last discover_dependencies call.

No output schema declared.

No examples provided.

discover_dependencies ~49

Scan the repository for manifest files (requirements.txt, package.json, go.mod, Cargo.toml, pom.xml, *.csproj, Dockerfiles, etc.) and return all pinned dependencies grouped by ecosystem.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

enrich_cve ~94

Fetch enrichment data for a specific CVE ID: CVSS vectors and score from NVD, CWE weakness classification, references, and whether it appears in the CISA Known Exploited Vulnerabilities (KEV) catalog. Gracefully degrades if NVD or KEV are unavailable.

NameTypeReqDescription
cve_idstringyesThe CVE ID to enrich, e.g. CVE-2021-44228

No output schema declared.

No examples provided.

list_accepted_risks ~26

List all accepted CVE risks, including whether each acceptance has expired.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_accepted_risk ~46

Remove a previously accepted risk by its UUID acceptance ID.

NameTypeReqDescription
acceptance_idstringyesThe UUID of the accepted risk to remove (from list_accepted_risks)

No output schema declared.

No examples provided.