GhostFree
NPM · GHOSTFREE · SCANNED AUG 3
MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.
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 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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 118 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add shane-js-ghostfree -- npx -y ghostfree
codex mcp add shane-js-ghostfree -- npx -y ghostfree
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"shane-js-ghostfree": {
"type": "local",
"command": [
"npx",
"-y",
"ghostfree"
],
"enabled": true
}
}
} openclaw mcp add shane-js-ghostfree --command npx --arg -y --arg ghostfree
mcp_servers:
shane-js-ghostfree:
command: "npx"
args: ["-y", "ghostfree"] {
"mcpServers": {
"shane-js-ghostfree": {
"command": "npx",
"args": [
"-y",
"ghostfree"
]
}
}
} 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.
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.
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.
accept_risk 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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm_extended_expiry | boolean | — | Set to true to confirm an expiry date more than 1 year away |
| cve_id | string | yes | The CVE ID to accept, e.g. CVE-2021-44228 |
| cvss_score | number | — | CVSS score of the CVE at the time of acceptance (snapshot) |
| expires_on | string | yes | Expiry date in YYYY-MM-DD format. Required. |
| reason | string | yes | Business justification for accepting this risk |
| severity | string | yes | Severity 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| min_severity | string | — | Minimum severity to surface in detail: CRITICAL, HIGH, MEDIUM, or LOW. If omitted, GhostFree will determine the threshold automatically. |
| packages | array | — | Array of packages to check. If omitted, uses packages from the last discover_dependencies call. |
No output schema declared.
No examples provided.
discover_dependencies 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cve_id | string | yes | The CVE ID to enrich, e.g. CVE-2021-44228 |
No output schema declared.
No examples provided.
list_accepted_risks 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 Remove Accepted Risk ~46
Remove a previously accepted risk by its UUID acceptance ID.
| Name | Type | Req | Description |
|---|---|---|---|
| acceptance_id | string | yes | The UUID of the accepted risk to remove (from list_accepted_risks) |
No output schema declared.
No examples provided.