What problem does it solve?
This Skill streamlines the management and analysis of SARIF (Static Analysis Results Interchange Format) files, making it easier to consolidate, report on, and act upon security scan findings.
Core Features & Use Cases
- Consolidation: Merge SARIF outputs from multiple security tools into a single file.
- Reporting: Generate human-readable reports (CSV, HTML, Word) and machine-readable formats (Code Climate JSON).
- Analysis: Diff scan results between builds to identify regressions, add git blame information for context, and filter findings based on various criteria.
- Use Case: After running multiple SAST tools on your codebase, use this Skill to combine all their SARIF outputs, generate an HTML report, and then diff the current results against the previous build's baseline to quickly spot new vulnerabilities.
Quick Start
Use the sarif-tools skill to generate a CSV report of all findings from the './sarif-output/' directory.