---
name: vuln-parser
description: Parse vulnerability scan results into a risk-ranked view so Claude can explain which hosts, findings, and remediation actions deserve attention first.
Vulnerability Parser
Use this skill when the user has scan output that needs triage, prioritization, or summarization for remediation planning or audit review.
Goal
Help Claude convert raw vulnerability scan data into a clearer, risk-focused analysis that highlights the most important remediation priorities.
Workflow
Review the scan result file and confirm the format is readable enough to analyze.
Identify hosts, findings, severity levels, and any concentration of critical issues.
Rank the results by likely risk and remediation urgency rather than just listing raw counts.
Highlight the most exposed systems, recurring weakness patterns, and immediate next actions.
Present a concise triage summary that supports remediation planning or audit reporting.
Inputs
Expected inputs from the bundled tool metadata:
scan: Path to the vulnerability scan results file.
output: Optional output format.
top-hosts: Optional limit for the highest-risk hosts to highlight.
Bundled Files
main.py contains the executable parsing and ranking logic.
README.md provides examples and usage notes.
skill.yaml captures the repo-native metadata for this skill.
sample_input may contain example scan outputs.
Guidance
Keep the emphasis on prioritization. Separate raw severity from practical business risk when possible, and make it easy for the user to see what should be fixed first.
1---2name: vuln-parser3description: ---4---5---6name: vuln-parser7description: Parse vulnerability scan results into a risk-ranked view so Claude can explain which hosts, findings, and remediation actions deserve attention first.8---910# Vulnerability Parser1112Use this skill when the user has scan output that needs triage, prioritization, or summarization for remediation planning or audit review.1314## Goal1516Help Claude convert raw vulnerability scan data into a clearer, risk-focused analysis that highlights the most important remediation priorities.1718## Workflow19201. Review the scan result file and confirm the format is readable enough to analyze.212. Identify hosts, findings, severity levels, and any concentration of critical issues.223. Rank the results by likely risk and remediation urgency rather than just listing raw counts.234. Highlight the most exposed systems, recurring weakness patterns, and immediate next actions.245. Present a concise triage summary that supports remediation planning or audit reporting.2526## Inputs2728Expected inputs from the bundled tool metadata:29- scan: Path to the vulnerability scan results file.30- output: Optional output format.31- top-hosts: Optional limit for the highest-risk hosts to highlight.3233## Bundled Files3435- main.py contains the executable parsing and ranking logic.36- README.md provides examples and usage notes.37- skill.yaml captures the repo-native metadata for this skill.38- sample_input may contain example scan outputs.3940## Guidance4142Keep the emphasis on prioritization. Separate raw severity from practical business risk when possible, and make it easy for the user to see what should be fixed first.
Run npx skillmds@latest add maxwellokumu/vuln-parser in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Security on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
maxwellokumu (@maxwellokumu) published this skill. Their other Agent Skills are listed on their SkillMD profile.