Scan a repository for vulnerable dependencies and write the results into Durable Memory.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill zenodefault-codesentinel-skills-cve-sweep --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Zenodefault Codesentinel Skills Cve Sweep?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-zenodefault-codesentinel-skills-cve-sweep)More formats (shields.io, HTML) on the badges page.
# cve-sweep
## Purpose
Scan a repository for vulnerable dependencies and write the results into Durable Memory.
## Inputs
- `repoPath`: absolute or relative path to a local repository
- `repoUrl`: optional git URL; if provided, the skill clones it into a temp workspace first
## Behavior
1. Detect the project ecosystem by locating `package.json`, `requirements.txt`, or `Cargo.toml`.
2. Parse direct dependencies from the manifest.
3. Query:
- NVD REST API v2.0
- GitHub Advisory Database via GraphQL
4. Return a structured result with dependency metadata and advisories.
## Environment
- `GITHUB_TOKEN`: optional but recommended for GitHub Advisory GraphQL calls
- `NVD_API_KEY`: optional; used when available to improve NVD rate limits
## Output
- Structured JSON to stdout when run from the CLI
- Durable Memory updates when invoked through the orchestrator
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.