Description-Behavior Mismatch
Medium
- Confidence
- 94% confidence
- Finding
- The documentation presents `check_for_new_available_fixes` as a check operation, but also states that fixes may be applied automatically if auto-fix is enabled. That creates a dangerous mismatch between user expectations and tool behavior: a seemingly read-only/status action can mutate repository files, which can lead to unintended code changes, loss of work, or unauthorized modifications in sensitive repositories.
