Vulnerability Report Skill When generating vulnerability reports, scan all project dependencies for known CVEs, categorize findings by severity, and produce three separate reports — one for each severity tier. Each report is a standalone document with full context, remediation steps, and priority guidance. IMPORTANT : Always save THREE markdown files to the directory: 1. — Critical and High severity (CVSS ≥ 7.0) 2. — Medium severity (CVSS 4.0–6.9) 3. — Low and Informational (CVSS < 4.0) 0. Output Setup Inventory Dependencies Node.js / yarn Python / pip Ruby Docker Base Images 3. Vulnerability…