Soundcheck Security Review
Version updated for https://github.com/thejefflarson/soundcheck-action to version v1.0.39.
- This action is used across all versions by 11 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Soundcheck Security Review (v2) GitHub Action automates the execution of Soundcheck, an OWASP-focused static code analysis tool. It performs a security review on all changes in a pull request or a scheduled scan across the repository, providing a severity-ranked findings table and optional autofix capabilities that rewrite critical issues directly into the affected files.
What’s Changed
Bumps soundcheck to v1.17.0 and the claude CLI pin to 2.1.214.
The v1.17.0 changes on the soundcheck side:
hotspot-mappingnow covers rendering/output sinks and dependency/config manifests (previously blindspots)vulnerability-auditis exhaustive per hotspot — picks every applicable skill, sweeps sibling code
Benchmark against OWASP Juice Shop: reviews now produce ~2× more findings and lift strict recall from 33% → 67%, with zero hallucinations across residual findings.
No breaking changes to inputs, outputs, or workflow shape.