Estimate the severity of a vulnerability finding and produce a CVSS 3.1 vector + impact framing, calibrated against how similar findings were rated in the local disclosed-report corpus. Use when the user asks "how severe is this", "what CVSS score", "how should I rate this", or needs an impact statement for a report.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Estimate the severity of a vulnerability finding and produce a CVSS 3.1 vector + impact framing, calibrated against how similar findings were rated in the local disclosed-report corpus. Use when the user asks "how severe is this", "what CVSS score", "how should I rate this", or needs an impact statement for a report.
severity
Rate a finding and justify it, anchored to how comparable disclosed reports were
scored.
Workflow
Understand the finding: vuln class, pre-conditions (auth required? user
interaction? cross-account?), what the attacker gains, and blast radius.
Calibrate against precedent. Pull similar reports and see how they were rated:
python3 .claude/skills/_lib/search_reports.py "<vuln class + key qualifiers>" --full --limit 15
Note the Severity field on the closest analogues. Adjust for differences in
pre-conditions and impact.
Score with CVSS 3.1. Build the vector explicitly:
AV (Network/Adjacent/Local/Physical), AC (Low/High), PR (None/Low/High),
UI (None/Required), S (Unchanged/Changed), C/I/A (None/Low/High).
Give the vector string, the base score, and the qualitative band.