Description-Behavior Mismatch
Medium
- Confidence
- 95% confidence
- Finding
- The skill’s stated contract is to apply fixes derived from a locked review finding set, but the post-fix verification step runs repository-wide autofix and formatting commands such as `ruff check --fix .`, `ruff format .`, and `npx eslint --fix .`. Those commands can modify many files unrelated to the reviewed findings, violating the anti-confabulation and 1:1 locked-id constraints and potentially introducing unintended changes outside user-approved scope.
