cve-audit

Parse dependency files and report known CVEs with severity scores.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Mearman/marketplace --skill cve-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cve-audit
Source: https://github.com/Mearman/marketplace/tree/main/plugins/cve-search/skills/cve-audit
Command: npx skills add https://github.com/Mearman/marketplace --skill cve-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automatically detects and reports known CVEs affecting a project's dependencies by parsing common dependency files and querying CVE databases.

Core Features & Use Cases

  • Dependency discovery across Node.js, Python, Ruby, Go, and Maven projects
  • CVE lookup with severity and score reporting
  • Generate human-readable reports and machine-readable JSON for compliance
  • Support for bypassing cache to fetch latest vulnerability data

Quick Start

Scan the current project directory to enumerate dependencies and fetch CVE results.

Frequently Asked Questions about cve-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit project dependencies for known CVEs across multiple languages?

To audit project dependencies for known CVEs, the tool automatically parses dependency files across Node.js, Python, Ruby, Go, and Java Maven projects, querying CVE databases to report vulnerability findings with severity and scores.

What is the best way to generate a compliance report for dependency vulnerabilities?

Generating a compliance report for dependency vulnerabilities involves scanning dependency files and querying CVE databases to produce both human-readable reports and machine-readable JSON outputs containing severity scores and vulnerability summaries.

How do I check my Node.js or Python project for security vulnerabilities?

To check Node.js or Python projects for security vulnerabilities, the tool discovers and parses common dependency files, extracts versions, and queries CVE databases to identify known vulnerabilities with detailed severity findings.

Can I bypass the cache to fetch the latest CVE database results during an audit?

Yes, you can bypass the cache to fetch the latest CVE database results during an audit, ensuring your dependency vulnerability findings reflect the most current security data available.

Does the dependency vulnerability scanner work with Go and Java Maven projects?

Yes, the dependency vulnerability scanner works with Go and Java Maven projects, automatically discovering and parsing their specific dependency files to query CVE databases and report security findings.

What information is included in the CVE findings for a security review?

The CVE findings for a security review include the vulnerability severity, score, and summaries, which are parsed from queried CVE databases based on the exact dependency versions found in your project files.