What problem does it solve? After a security scan produces validated findings, teams still need to file them into issue trackers without duplicating existing tickets, leaking sensitive details into public destinations, or losing the binding between a finding and its tracked issue. This Skill turns a sealed Security scan bundle into approval-gated Linear, Jira, or GitHub issues, or a draft GitHub security advisory, with verified readback. ## Core Features & Use Cases - Sealed-source validation: Runs validate_tracking_source.py against the scan bundle before any provider call, and reads findings only from scan-manifest.json and findings.json. - Multi-provider tracking: Creates, reuses, or updates issues in Linear (MCP), Jira Cloud (Atlassian MCP), or GitHub (gh CLI or GitHub app), plus single-finding draft GitHub security advisories. - Duplicate detection and approval gates: Searches by finding id and fingerprint, previews exact payloads, requires explicit approval, rechecks state after approval, and verifies every write via readback. - Use Case: After a sealed repository scan reports 12 validated findings, select 5 of them, preview the exact Jira issues with commit-pinned source links, approve once, and have each issue created serially with verified readback. ## Quick Start Track finding F-0042 from the sealed scan directory ./scan-output as a GitHub issue in the verified source repository.