What problem does it solve? Bug bounty reports need a defensible severity rating, and picking the wrong Bugcrowd VRT entry or inflating a priority gets submissions bounced or downgraded. This Skill maps a demonstrated finding to exactly one VRT leaf entry and carries its baseline priority (P1-P5), CWE, and CVSS v3 vector into the report. ## Core Features & Use Cases - Taxonomy Search and Lookup: Query a local mirror of the official bugcrowd/vulnerability-rating-taxonomy release (437 leaf entries across 26 categories) with scripts/vrt.py using search, show, list, and flat commands. - Priority Adjustment Guidance: Apply documented upgrade/downgrade modifiers (tenant boundary crossings, preconditions, self-only impact) off the baseline with stated reasons. - Structured Output Contract: Produce a report-ready tuple of VRT id-path, priority, CWE, baseline and as-demonstrated CVSS vectors, plus Bugcrowd's own remediation advice. - Use Case: You demonstrated an IDOR exposing another tenant's invoices. Search the taxonomy, descend to the exact leaf variant, record the P1 baseline with CWE-932 and the CVSS vector, and paste the remediation text into your submission. ## Quick Start Classify my finding of an unauthenticated IDOR that exposed other users' invoice PDFs against the Bugcrowd VRT and give me the priority, CWE, and CVSS vector for the report.