What problem does it solve? Turning a public vulnerability advisory into structured, auditable engineering training material requires manually correlating OSV/GHSA records, Git commits, patch diffs, regression tests, and maintainer discussion. This Skill automates that ingestion into a single canonical case-bundle.yaml with full provenance. ## Core Features & Use Cases - Advisory-to-Bundle Construction: Queries OSV and GitHub Advisory APIs, resolves vulnerable/fix commits, and populates all eight schema sections of a case bundle. - Evidence Preservation with Provenance: Saves raw API responses, patch artifacts, and SHA-256 hashes in a source ledger so every claim is traceable and auditable. - Human-Review Gating: Marks five star-rated fields (patch diff, changed tests, maintainer discussion, negative control, false-positive conditions) as requiring human sign-off before ingestion. - Use Case: Given CVE-2023-25813 (Sequelize SQL injection), the Skill fetches the GHSA record, clones the repository, extracts the introduced-to-fixed patch, identifies regression tests, and emits a review-ready case-bundle.yaml. ## Quick Start Build a case bundle for CVE-2023-25813 from the Sequelize repository and mark the star-rated fields for human review.