What problem does it solve?
This Skill helps you interpret, normalize, and consolidate vulnerability findings produced by static analysis tools when those findings are delivered as SARIF.
Core Features & Use Cases
- Aggregate & deduplicate findings across multiple runs or tools by leveraging SARIF fingerprints (including partialFingerprints) to reduce noise.
- Extract actionable fields such as rule IDs, severities, messages, and file/line locations to support reporting and triage workflows.
- Convert and integrate SARIF into CI/CD by preparing structured outputs (and using CI patterns like fail-on-new-issues) without running any new scans.
Use Case: You run CodeQL and Semgrep in CI, generating multiple SARIF files; you then parse them to produce a deduplicated, severity-filtered list of findings and fail the pipeline when new high-severity issues appear.
Quick Start
Use the sarif-parsing skill to parse results.sarif and return a deduplicated summary grouped by severity and rule ID.