Skip to content

fix: rename Score to Severity across CLI and MCP server#18

Open
algorni wants to merge 6 commits intomainfrom
feat/score-to-severity
Open

fix: rename Score to Severity across CLI and MCP server#18
algorni wants to merge 6 commits intomainfrom
feat/score-to-severity

Conversation

@algorni
Copy link
Copy Markdown

@algorni algorni commented Apr 1, 2026

Summary

  • Rename "Score" column label to "Severity" in object list and scan score output (lower is better: 0 = best, 100 = worst)
  • Fix color thresholds in object.rs that were inverted (was: ≥80 green, now: ≤30 green / ≤59 yellow / >59 red)
  • MCP: rename scoreseverity field in get_scan_score and list_objects JSON output
  • Update tool descriptions to use "severity" terminology
  • Bump version to 0.2.3

Test plan

  • analyzer object list — verify "Severity" column header and correct color coding (low = green, high = red)
  • analyzer scan score <id> — verify "Severity" column header and correct colors
  • MCP get_scan_score — verify response has severity field instead of score
  • MCP list_objects — verify each object has severity instead of score

🤖 Generated with Claude Code

Alberto Gorni and others added 6 commits April 1, 2026 13:00
- rename "Score" column label to "Severity" in object list and scan score output
- fix color thresholds in object.rs: lower is better (<=30 green, <=59 yellow, else red)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- rename "Score" column header to "Severity" in object list and scan score output
- fix color thresholds in object.rs: lower is better (<=30 green, <=59 yellow, else red)
- MCP: rename score→severity in get_scan_score and list_objects JSON output
- update tool descriptions to use "severity" terminology

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…erminology

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant