Skip to content

Commit a5dcec5

Browse files
author
Shane Hughes
committed
feat: add ghostfree tool
1 parent 5f3d66c commit a5dcec5

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

website/data/tools.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,41 @@ tools:
308308
- macos
309309
- launchagent
310310

311+
- id: ghostfree
312+
name: GhostFree — Dependency Vulnerability Scanner
313+
description: >-
314+
An MCP server (with an easy-install VS Code Extension) that helps you find, triage, and fix dependency
315+
vulnerabilities directly from your AI coding assistant. Scans manifest files across
316+
Node.js, Python, Go, Rust, Java, and .NET projects, enriches findings with CVSS scores
317+
and CWE classification from NVD, and flags actively exploited vulnerabilities via the
318+
CISA Known Exploited Vulnerabilities (KEV) catalogue. No signup or API key required.
319+
category: VS Code Extensions
320+
featured: false
321+
requirements:
322+
- VS Code version 1.101.0 or higher
323+
- Internet connection to fetch vulnerability data
324+
links:
325+
github: https://github.com/shane-js/ghostfree
326+
npm: https://www.npmjs.com/package/ghostfree
327+
vscode: vscode:extension/shane-js.ghostfree
328+
vscode-insiders: vscode-insiders:extension/shane-js.ghostfree
329+
marketplace: https://marketplace.visualstudio.com/items?itemName=shane-js.ghostfree
330+
features:
331+
- "🔍 Discover: Finds manifest files across Node.js, Python, Go, Rust, Java, and .NET projects"
332+
- "🛡️ Scan: Queries OSV.dev for published CVEs across all discovered packages"
333+
- "📊 Enrich: Fetches CVSS vectors and CWE classification from NVD"
334+
- "🚨 KEV Check: Flags vulnerabilities listed as actively exploited by CISA"
335+
- "✅ Accept Risks: Record and track accepted risks with justifications"
336+
- "🔌 Zero Config: Installs the MCP server automatically — no JSON editing needed - just start it and run the `/ghostfree.scan` prompt"
337+
tags:
338+
- mcp
339+
- security
340+
- cve
341+
- dependencies
342+
- osv
343+
- npm
344+
- vscode
345+
311346
- id: copilot-swarm-orchestrator
312347
name: Copilot Swarm Orchestrator
313348
description: >-

0 commit comments

Comments
 (0)