vulnerability-assessment

Assess, prioritize, and verify vulnerabilities using CVSS, EPSS, KEV, and scanner workflows.

1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/anonymous99-Rise/multi-CyberSecurity --skill vulnerability-assessment-anonymous99-rise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vulnerability-assessment
Source: https://github.com/anonymous99-Rise/multi-CyberSecurity/tree/main/Skills20260809/vulnerability-assessment
Command: npx skills add https://github.com/anonymous99-Rise/multi-CyberSecurity --skill vulnerability-assessment-anonymous99-rise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Security teams drown in scanner output and CVE volume without knowing which vulnerabilities are actually exploitable or worth fixing first. This Skill provides a complete vulnerability assessment methodology covering discovery, scoring, prioritization, verification, remediation, and closure. ## Core Features & Use Cases - Scoring and Prioritization: Applies CVSS 3.1/4.0 correctly (including naming conventions like CVSS-BT), then fuses EPSS exploit probability and CISA KEV in-the-wild data into a VPT priority matrix with SLA recommendations. - Scanner Operations and False-Positive Governance: Deep configuration guidance for Nessus, OpenVAS, and Nuclei, plus a verification methodology that treats scanner output as leads requiring manual confirmation before becoming findings. - Supply Chain, Cloud, and AI-Assisted Assessment: Covers SBOM generation with Trivy/Syft, Kubernetes and container scanning, and LLM-assisted triage with confidence thresholds and mandatory human review. - Use Case: Given a list of CVEs affecting your assets, query EPSS and KEV, apply the priority matrix, verify high-risk items with harmless PoC techniques (DNSLog, timing), and produce a report with evidence chains and remediation SLAs. ## Quick Start Ask the AI to assess the vulnerabilities found on your authorized target scope, prioritize them using CVSS, EPSS, and KEV data, and produce a verified findings report with remediation recommendations.

Frequently Asked Questions about vulnerability-assessment

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

FAQPage Schema
How do I prioritize which vulnerabilities to fix first?

Combine CVSS severity with EPSS exploit probability and CISA KEV in-the-wild status in a decision matrix. KEV-listed CVEs become P0 regardless of score; high CVSS plus high EPSS gets 24-hour SLA, while low-EPSS items follow standard 7-30 day windows.

What is the difference between CVSS 3.1 and CVSS 4.0?

CVSS 4.0 splits Scope into vulnerable and subsequent system impacts, adds Attack Requirements, reduces Threat metrics to Exploit Maturity, and uses a MacroVector lookup instead of a public formula. Scores must carry a nomenclature suffix like CVSS-BT and cannot be hand-calculated.

How do I reduce false positives from Nessus or Nuclei scans?

Enable credentialed scanning to check actual patch levels, since vendors backport fixes without changing version numbers. Cross-validate with multiple scanners, manually reproduce findings with Burp or curl, and treat scanner output as leads requiring verification before reporting.

Does EPSS predict which vulnerabilities will be exploited?

EPSS outputs a 0-1 probability that a CVE will be exploited in the wild within 30 days, updated daily via a free FIRST API. Research shows it acts more as a confirmation signal than early warning, so combine it with KEV monitoring and threat intelligence.

How do I scan containers and dependencies for vulnerabilities?

Use Trivy to scan images, filesystems, and repositories, and generate SBOMs in CycloneDX or SPDX format with Syft. Cross-reference dependency CVEs against KEV, verify reachability of flagged code paths, and integrate scans into CI pipelines to block critical findings.

Can AI reliably verify vulnerabilities found by scanners?

No. Testing shows only about 15% of AI-generated vulnerability candidates survive human verification. Use LLMs to triage scanner output and draft reports with confidence thresholds, but require human validation of exploitability, reachability, and remediation accuracy.