Launching today

Spring Sentinel
Framework static analysis for Spring Boot
9 followers
Framework static analysis for Spring Boot
9 followers
Spring Sentinel is an open-source static analysis tool for Spring Boot projects. It helps developers catch performance bottlenecks, security risks, and architectural smells early in the pipeline. It supports Maven, Gradle, and SpotBugs, and generates HTML, JSON, SARIF, and CI-friendly comment reports.


A SARIF output is great for GitHub code scanning, but it would be even more useful if the HTML report linked each finding directly to the offending line in the repository or PR view. Right now I have to dig through the JSON to find the exact file and line, then jump to it manually.
The SARIF output support is genuinely thoughtful, since most tools still ignore that format. Nice to see a focus on playing well with existing CI pipelines rather than locking people in.