Skip to content

Security Score

Caspian-Explorer edited this page Mar 12, 2026 · 1 revision

Security Score

Caspian Security calculates a real-time security score (0-100) based on your scan results, displayed in the VS Code status bar.

How It Works

The score starts at 100 and decreases based on open findings weighted by severity:

  • Error: 3 penalty points
  • Warning: 1.5 penalty points
  • Info: 0.5 penalty points

The penalty is normalized by the number of files scanned, so large projects aren't unfairly penalized.

Resolved issues (fixed, verified, or ignored) do not count against the score.

Grading

Score Grade
90-100 A
80-89 B
70-79 C
60-69 D
0-59 F

Status Bar

The score appears in the status bar next to the main Caspian Security indicator:

  • Green checkmark for scores >= 90
  • Yellow warning for scores 70-89
  • Red error for scores < 70

Click the score to see a detailed breakdown and quick actions (View Results, Run Workspace Scan).

Command

Caspian Security: Show Security Score — shows a detailed breakdown in a dialog.

Clone this wiki locally