Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Security vulnerability scanning for dependencies and code, with CVE database checking and risk assessment
.claude/skills/a5c-ai-vulnerability-scanner/SKILL.md| Model | Eval pass | Runs |
|---|---|---|
| gemini-3.6-flash | 100% | 1 |
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 120% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 88% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 64% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 12% | 0% |
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.
Enable comprehensive security vulnerability detection for:
This skill can leverage the following external tools when available:
| Tool | Purpose | Integration Method | |------|---------|-------------------| | Snyk | Comprehensive vulnerability scanning | CLI / API | | npm audit | Node.js vulnerability scanning | CLI | | OWASP Dependency-Check | Cross-platform scanning | CLI | | Trivy | Container and filesystem scanning | MCP Server / CLI | | Grype | Vulnerability scanner | CLI | | GitHub Dependabot | Advisory checking | API | | OSV Scanner | Google's vulnerability scanner | CLI | | Semgrep | SAST with security rules | CLI | | MCP-Scan | MCP server security | Tool |
bash# Invoke skill for vulnerability scanning # The skill will scan dependencies and optionally code # Expected inputs: # - targetPath: Path to project root # - scanScope: 'dependencies' | 'code' | 'full' # - severityThreshold: 'critical' | 'high' | 'medium' | 'low' # - outputFormat: 'json' | 'sarif' | 'markdown'
json{ "scanId": "string", "timestamp": "ISO8601", "target": { "path": "string", "packageManagers": ["string"], "languages": ["string"] }, "summary": { "totalVulnerabilities": "number", "critical": "number", "high": "number", "medium": "number", "low": "number", "fixable": "number", "riskScore": "number (0-100)" }, "vulnerabilities": [ { "id": "string (CVE-XXXX-XXXXX)", "title": "string", "description": "string", "severity": "critical|high|medium|low", "cvss": { "score": "number", "vector": "string", "version": "string" }, "package": { "name": "string", "version": "string", "ecosystem": "string" }, "affectedVersions": "string", "fixedVersions": "string", "patchAvailable": "boolean", "exploitability": { "hasKnownExploit": "boolean", "exploitMaturity": "string", "attackVector": "string" }, "dependencyPath": ["string"], "references": ["string"], "remediation": { "recommendation": "string", "upgradeTarget": "string", "alternativePackages": ["string"] } } ], "securityIssues": [ { "type": "string", "severity": "string", "file": "string", "line": "number", "description": "string", "cwe": "string", "recommendation": "string" } ], "compliance": { "passesPolicy": "boolean", "violations": ["string"], "waivers": ["string"] } }
This skill integrates with the following Code Migration/Modernization processes:
Create .vulnerability-scanner.json in the project root:
json{ "scanScope": "full", "severityThreshold": "medium", "failOnSeverity": "critical", "databases": ["nvd", "ghsa", "osv"], "excludeVulnerabilities": [], "waivers": [ { "id": "CVE-2021-12345", "reason": "Not exploitable in our context", "expiresAt": "2026-06-01" } ], "policy": { "maxCritical": 0, "maxHigh": 5, "requirePatchWithin": { "critical": "7d", "high": "30d", "medium": "90d" } }, "reporting": { "formats": ["json", "sarif", "markdown"], "outputDir": "./security-report" } }
When MCP-Scan is available:
javascript// Example MCP security scan { "tool": "mcp_scan_security", "arguments": { "target": "./", "checks": ["toolPoisoning", "piiDetection", "promptInjection"] } }
When Trivy is available:
javascript// Example Trivy vulnerability scan { "tool": "trivy_scan", "arguments": { "target": "./", "scanners": ["vuln", "secret"], "severity": "CRITICAL,HIGH" } }
| Database | Coverage | Update Frequency | |----------|----------|------------------| | NVD | All CVEs | Hourly | | GitHub Advisory | Open source packages | Real-time | | OSV | Multi-ecosystem | Real-time | | Snyk DB | Proprietary enrichment | Real-time | | npm Advisory | Node.js packages | Real-time | | RustSec | Rust packages | Real-time |
| CVSS Score | Severity | Action Required | |------------|----------|-----------------| | 9.0 - 10.0 | Critical | Immediate remediation | | 7.0 - 8.9 | High | Priority remediation | | 4.0 - 6.9 | Medium | Scheduled remediation | | 0.1 - 3.9 | Low | Monitor and plan |
dependency-scanner: Dependency inventory and SBOM generationstatic-code-analyzer: Code-level security analysiscompliance-validator: Compliance checkingsecurity-vulnerability-assessor: Uses this skill for security assessmentdependency-modernization-agent: Uses this skill for security updatesmigration-readiness-assessor: Uses this skill for security evaluation| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 12,047 | 9,610 | -20% | 1 | 1 | 0% | 1,377 | 3,508 | +155% | 0 | 0 | — |
case-02 | fail→fail | 9,666 | 8,632 | -11% | 1 | 1 | 0% | 927 | 3,390 | +266% | 0 | 0 | — |
case-03 | fail→pass | 15,450 | 19,238 | +25% | 1 | 1 | 0% | 2,316 | 5,097 | +120% | 0 | 0 | — |
case-04 | fail→fail | 10,462 | 7,229 | -31% | 1 | 1 | 0% | 2,214 | 3,646 | +65% | 0 | 0 | — |
case-05 | fail→pass | 13,608 | 7,066 | -48% | 1 | 1 | 0% | 1,818 | 3,415 | +88% | 0 | 0 | — |
case-06 | fail→pass | 20,792 | 12,225 | -41% | 1 | 1 | 0% | 2,699 | 4,426 | +64% | 0 | 0 | — |
case-07 | fail→pass | 11,877 | 2,910 | -75% | 1 | 1 | 0% | 2,139 | 2,965 | +39% | 0 | 0 | — |
case-08 | fail→pass | 15,971 | 4,825 | -70% | 1 | 1 | 0% | 2,876 | 3,235 | +12% | 0 | 0 | — |
case-09 | fail→pass | 12,258 | 4,437 | -64% | 1 | 1 | 0% | 2,522 | 3,300 | +31% | 0 | 0 | — |
case-10 | fail→fail | 14,432 | 11,806 | -18% | 1 | 1 | 0% | 2,387 | 4,417 | +85% | 0 | 0 | — |
case-11 | fail→fail | 8,201 | 2,999 | -63% | 1 | 1 | 0% | 1,309 | 2,831 | +116% | 0 | 0 | — |
case-12 | fail→pass | 15,695 | 5,949 | -62% | 1 | 1 | 0% | 832 | 3,286 | +295% | 0 | 0 | — |
case-13 | fail→pass | 12,946 | 13,910 | +7% | 1 | 1 | 0% | 2,327 | 4,702 | +102% | 0 | 0 | — |
case-14 | fail→pass | 5,953 | 2,332 | -61% | 1 | 1 | 0% | 1,020 | 2,697 | +164% | 0 | 0 | — |
case-15 | pass→pass | 9,565 | 3,299 | -66% | 1 | 1 | 0% | 1,345 | 2,692 | +100% | 0 | 0 | — |
case-16 | fail→pass | 6,182 | 2,467 | -60% | 1 | 1 | 0% | 1,241 | 2,877 | +132% | 0 | 0 | — |
case-17 | fail→pass | 10,785 | 4,084 | -62% | 1 | 1 | 0% | 2,165 | 3,040 | +40% | 0 | 0 | — |
case-18 | fail→pass | 13,009 | 4,057 | -69% | 1 | 1 | 0% | 2,616 | 3,163 | +21% | 0 | 0 | — |
case-19 | fail→pass | 14,070 | 9,112 | -35% | 1 | 1 | 0% | 1,180 | 2,830 | +140% | 0 | 0 | — |
case-20 | fail→pass | 19,718 | 4,349 | -78% | 1 | 1 | 0% | 3,736 | 3,063 | -18% | 0 | 0 | — |
case-21 | fail→fail | 6,088 | 16,051 | +164% | 1 | 1 | 0% | 1,316 | 5,783 | +339% | 0 | 0 | — |
case-22 | fail→fail | 7,614 | 5,340 | -30% | 1 | 1 | 0% | 811 | 2,805 | +246% | 0 | 0 | — |
case-23 | fail→fail | 13,151 | 21,333 | +62% | 1 | 1 | 0% | 2,420 | 5,861 | +142% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 22 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +61 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.