What problem does it solve?
This Skill helps you understand, consolidate, filter, and deduplicate security scan findings stored in SARIF so you can reliably act on them without being blocked by inconsistent paths and noisy outputs.
Core Features & Use Cases
- Parse and summarize SARIF findings: Extract rule IDs, severities, messages, and source locations to produce readable reports and statistics.
- Filter and deduplicate alerts: Remove duplicates and stabilize identification across tool runs using fingerprinting strategies.
- Aggregate and convert outputs for CI/CD: Combine multiple SARIF files and support reporting workflows (including diffing baseline vs current).
- Use Case: You run CodeQL and Semgrep in CI and get multiple SARIF outputs with overlapping issues; use this Skill to merge them, keep the most relevant findings, and fail the build only when new high-severity items appear.
Quick Start
Use the sarif-parsing skill to aggregate results.sarif into a deduplicated, severity-filtered set of findings for your CI report.