What problem does it solve?
This Skill eliminates the manual effort of interpreting, filtering, aggregating, and comparing SARIF results from static analysis tools, making security findings easier to review and act on.
Core Features & Use Cases
- SARIF Analysis: Read SARIF 2.1.0 files, inspect runs, tools, rules, findings, locations, and severity levels.
- Finding Management: Normalize paths, extract structured findings, filter results, compute fingerprints, deduplicate alerts, and compare baseline results with current scans.
- Reporting and Integration: Aggregate multiple SARIF files, generate summaries and CSV-ready data, validate structure, and support CI/CD regression checks.
- Use Case: Combine CodeQL and Semgrep SARIF outputs, remove duplicate alerts, identify new errors in a pull request, and group the remaining findings by file or rule.
Quick Start
Use the sarif-parsing skill to analyze the attached SARIF file, summarize findings by severity, and identify new issues compared with the provided baseline.