# Changelog

> **This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings — which rule fired, in which file, on which line, and how to fix it — are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.**

## Score

- CAI 53 → 46 (-7.8)
- Rubric changed (rubric-2026.08.18 → rubric-2026.08.15) — scores are not directly comparable.

## Lenses

- Code Health 96 → 100 (+3.8)
- Architecture 83 → 96 (+12.2)
- Maturity 52 → 57 (+4.8)
- Readiness 38 → 18 (-20.3)
- Security 77 → 74 (-3.8)

## Resolved (18)

- Change coupling: callbacks.rb ↔ helpers.rb (lib/grape/dsl/callbacks.rb)
- Change coupling: callbacks.rb ↔ middleware.rb (lib/grape/dsl/callbacks.rb)
- Change coupling: callbacks.rb ↔ parameters.rb (lib/grape/dsl/callbacks.rb)
- Change coupling: callbacks.rb ↔ request_response.rb (lib/grape/dsl/callbacks.rb)
- Change coupling: callbacks.rb ↔ routing.rb (lib/grape/dsl/callbacks.rb)
- Change coupling: except_values_validator.rb ↔ values_validator.rb (lib/grape/validations/validators/except_values_validator.rb)
- Change coupling: helpers.rb ↔ middleware.rb (lib/grape/dsl/helpers.rb)
- Change coupling: middleware.rb ↔ parameters.rb (lib/grape/dsl/middleware.rb)
- Change coupling: middleware.rb ↔ request_response.rb (lib/grape/dsl/middleware.rb)
- Change coupling: middleware.rb ↔ routing.rb (lib/grape/dsl/middleware.rb)
- Coverage not included — suite not readable by the collector
- Dependency hygiene not measured — dependency manifest found but not parsed for hygiene
- Further orphaned files (smaller)
- Off-boarding risk: anonymized user #1
- Router.transaction (cognitive 16) (lib/grape/router.rb)
- TooManyMethods: Endpoint (lib/grape/endpoint.rb)
- TooManyMethods: InheritableSetting (lib/grape/util/inheritable_setting.rb)
- TooManyMethods: ParamsScope (lib/grape/validations/params_scope.rb)

## New (6)

- Coverage not measured — test suite did not build
- Dimension evaluation failed
- High: security finding (details withheld)
- Low IaC: DS-0026 (docker/Dockerfile)
- No tests found
- Rotate the exposed credentials — git history can't be un-committed

## Changes since last survey

- 1 commits — 0 feature/other, 1 fixes

## By area

- (root) — 1 commit

## Notable commits

- fix: Merge pull request #2842 from ruby-grape/fix/warn-shadowed-rescue-from
