Agent skill · Security

vulnerability-scanner

Security vulnerability scanning for dependencies and code, with CVE database checking and risk assessment

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill vulnerability-scanner --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: BashReadWriteGrepGlobEdit
Path: library/specializations/code-migration-modernization/skills/vulnerability-scanner/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Vulnerability Scanner Skill Performs comprehensive security vulnerability scanning for dependencies and code, integrating with CVE databases and security platforms to identify, assess, and prioritize security risks for migration planning. ## Purpose Enable comprehensive security vulnerability detection for: - CVE database checking for known vulnerabilities - Severity assessment and prioritization - Exploitability analysis - Patch availability checking - Transitive vulnerability chain mapping - Risk scoring and remediation guidance ## Capabilities ### 1. CVE Database Checking - Query NVD (National Vulnerability Database) - Check GitHub Advisory Database - Query vendor-specific advisory databases - Cross-reference multiple CVE sources - Track CVE publication dates and updates ### 2. Severity Assessment - CVSS (Common Vulnerability Scoring System) scoring - Severity categorization (Critical, High, Medium, Low) - Environmental score adjustments - Temporal score analysis - Impact assessment ### 3. Exploitability Analysis - Check for known exploits in the wild - Assess attack vector complexity - Evaluate privileges required - Analyze user interaction requirements - Track exploit maturi

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. 1. CVE Database Checking
  4. 2. Severity Assessment
  5. 3. Exploitability Analysis
  6. 4. Patch Availability Checking
  7. 5. Transitive Vulnerability Chain Mapping
  8. 6. Risk Scoring
  9. Tool Integrations
  10. Usage
  11. Basic Scanning
  12. Scanning Workflow
  13. Output Schema
  14. Integration with Migration Processes
Ships with 1 file
  • README.md
Commands it runs
Invoke skill for vulnerability scanning
The skill will scan dependencies and optionally code
Expected inputs:
More from babysitter
All skills →
About this skill
What does the vulnerability-scanner skill do?

Security vulnerability scanning for dependencies and code, with CVE database checking and risk assessment

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill vulnerability-scanner --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going