agentsclimarketplace

Cve research

Skill fusengine/agents/plugins/security-expert/skills/cve-research

Redefining development through cognitive automation and collaborative agent systems.

Install
npx -y skills add fusengine/agents --skill cve-research

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Research CVEs and security advisories for project dependencies. Uses Exa, NVD API, OSV.dev, and GitHub Advisory Database to find known vulnerabilities. Use when: checking a specific dependency or package version for known CVEs and security advisories.

SKILL.md

1.6 KB, as published. Nobody here has run it

CVE Research Skill

Overview

Research known vulnerabilities for project dependencies using multiple sources.

Data Sources

SourceAPICoverage
NVDnvd.nist.gov/vuln/apiAll CVEs
OSV.devapi.osv.devnpm, PyPI, Go, crates, Maven
GitHub Advisorygithub.com/advisoriesnpm, pip, composer, cargo
Exa SearchVia MCPReal-time web search

Workflow

  1. Extract dependencies from project (package.json, etc.)
  2. Query each source for known CVEs
  3. Cross-reference findings across sources
  4. Prioritize by CVSS score and exploitability
  5. Report with fix versions and workarounds

Query Strategy

For each dependency:

  1. Search OSV.dev first (fastest, most accurate for packages)
  2. Cross-check NVD for CVSS scoring
  3. Use Exa for recent advisories not yet in databases
  4. Check GitHub Advisory for maintainer responses

Severity Mapping

CVSS ScoreSeverityAction
9.0 - 10.0CRITICALFix immediately
7.0 - 8.9HIGHFix before merge
4.0 - 6.9MEDIUMPlan fix
0.1 - 3.9LOWDocument

References

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.