Hi everyone, I recently built and open-sourced a CLI tool called SARIF Explorer to help developers work with SARIF reports more effectively.
If you’ve worked with tools like ESLint, Semgrep, CodeQL, or SonarQube, you probably know they generate SARIF (Static Analysis Results Interchange Format) files — but reading raw SARIF JSON can be painful.
SARIF Explorer converts SARIF files into an interactive, standalone HTML report with:
✅ File explorer for navigating files with issues
✅ Collapsible issue panels with code snippets
✅ Fully static, easy-to-share HTML output
✅ No server setup or dependencies required
Try it out: https://www.npmjs.com/package/sarif-explorer
GitHub Repo: https://github.com/naveen-ithappu/sarif-explorer
It’s a zero-dependency Node.js CLI — simple to install, easy to use. If this helps your workflow, feel free to contribute, open issues, or suggest features.
Would love your feedback or ideas to improve it. Thanks!
submitted by /u/Nervous_Pay5164
[link] [comments]