This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryUpdates ๐ Platforms, uses, and default across a mixed release.
Full changelog
brooks-lint v1.4.0 turns the six-skill review engine into something you can wire into CI with hard gates, tune for legacy codebases, and โ for the first time โ measure. Everything below is on main and live in the marketplace.
๐ฆ CI quality gates + SARIF
- SARIF output for GitHub Code Scanning.
ci-review.mjsgains--format sarif/--sarif-out, and the GitHub Action asarif-fileinput โ findings now surface inline on the PR's Files changed tab. (Newreport-parse.mjs+sarif.mjs.) - Severity & regression gates. On top of
fail-below, the Action addsfail-on: critical | warning(fail on any finding at/above a severity) andfail-on-regression: true(fail only when the Health Score drops vs the last run). Backed by a unit-testedci-gate.mjs.
- uses: hyhmrright/brooks-lint/.github/actions/[email protected]
with:
mode: review
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
fail-on: critical
fail-on-regression: true
sarif-file: brooks-lint.sarif # needs `security-events: write`
๐๏ธ Strictness presets
A new strictness config key tunes Health-Score deductions for teams at different maturity stages:
| Preset | ๐ด Critical | ๐ก Warning | ๐ข Suggestion |
|---|:---:|:---:|:---:|
| strict | โ20 | โ8 | โ2 |
| balanced (default) | โ15 | โ5 | โ1 |
| legacy-friendly | โ8 | โ3 | โ1 |
legacy-friendly also leads the Summary with the three highest-leverage fixes โ so a legacy codebase's first run isn't a demoralizing wall of Criticals.
๐ Reproducible benchmark (new)
The report parser used to be covered only by hand-written fixtures. v1.4.0 adds a deterministic benchmark against 30 real, model-generated reports (evals/benchmark-corpus.json โ all six modes, 9 false-positive / tradeoff cases), each independently graded and hand-checked. Run npm run benchmark:
| Metric (n = 30, frozen corpus) | Result |
|---|:---:|
| Exact severity-count match (parser vs. graded truth) | 30 / 30 |
| Risk-code precision / recall | 100% / 100% (56 finding-level codes, 0 FP / 0 FN) |
| Valid SARIF 2.1.0 emitted | 30 / 30 |
Given a fixed 2 Critical / 3 Warning / 1 Suggestion finding set, the strictness presets produce exactly the scores their table predicts: 34 / 54 / 74. npm test guards all of this as a regression.
Scope (honest): the parser numbers are deterministic and exactly reproducible by anyone. Whether the model finds the right risks on real code is a separate question, measured by the 57-scenario suite (
npm run evals:live). The parser benchmark measures report-parsing fidelity, not whether a given finding is "correct."
๐งช Eval suite 49 โ 57
Full Sweep gets its first benchmark scenarios; Architecture Audit and Tech Debt are deepened; every new mode group includes a false-positive / tradeoff guard.
๐ Platforms (bundled, previously unreleased)
- One-command
scripts/install.sh <platform>for OpenCode, Cursor, Windsurf, Antigravity, pi, Kiro, GitHub Copilot, Factory Droid, Gemini, Codex, and Claude โ flat layout so_shared/always resolves. - Per-platform setup guides under
docs/. - Fixed: the Gemini/Codex manual install nested skills too deep to be discovered โ now a flat install. (#14)
โ Quality
97 unit tests ยท 57 eval scenarios ยท 30-report parser-fidelity benchmark โ all green.
Upgrade: /plugin marketplace update โ /plugin install brooks-lint@brooks-lint-marketplace, or scripts/install.sh <platform>.
Full changelog: https://github.com/hyhmrright/brooks-lint/blob/v1.4.0/CHANGELOG.md
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Brooks-Lint
All releases โRelated context
Related tools
Beta — feedback welcome: [email protected]