Skip to main content

Scoring rules catalog

A reference table for everything that feeds your Retrievy Index. For the formula itself and the worked example, see How the Retrievy Index is calculated. For why each module weighs what it does, see Per-module contributions.

Severity weights

The severity badge on each finding sets its weight in the weighted failure count.

Severity badgeWeightUI label variants
Critical100"Critical", "CRIT"
High20"High", "HIGH"
Medium5"Medium", "MEDI"
Low1"Low", "LOW"
Informational0"Informational (Hygiene)"

A Critical hurts 100 times more than a Low. Informational findings carry zero weight and stay out of both the weighted failure count and the audit size.

Per-module sensitivity

The per-module weight controls how forgiving the score is for each module. Multiply your audit size by it to get the scaled audit size.

ModulePer-module weightWhy this value
CSPM (cloud)5.0Default. Cloud scans typically include hundreds of checks.
ISPM (identity)5.0Default.
SCM FortiGate CIS5.0Default. CIS benchmark compliance.
SCM FortiGate Policies4.0Operational posture issues carry more weight than CIS compliance.
SCM Windows AD CIS5.0Default.
SCM Windows AD Policies (GPO X-Ray)3.0Small audit surface; each finding represents a meaningful gap.

Higher weight means a more forgiving score (each finding dilutes across more checks). Lower weight means a more sensitive score (each finding counts for more). You don't configure these. Retrievy sets them based on each module's typical audit size.

Grade bands

The raw 0-100 score converts to a letter grade for quick reading.

GradeScore range
A90 to 100
B75 to 89.9
C60 to 74.9
D40 to 59.9
Fbelow 40

The letter shows next to the score on every dashboard and PDF report.

What counts toward the weighted failure count

Finding stateCounts toward the weighted failure count?Notes
OpenYesNew findings from the most recent scan.
ReopenedYesFindings that came back after a Resolved state. Treated as Open for scoring; tagged separately so the team knows they regressed.
Pending VerificationNoYou clicked Resolve Finding and Retrievy is waiting for the next scan to confirm. Stops counting immediately when you flip to this state.
Resolved (Verified)NoScanner confirmed the fix. Terminal state.
Resolved (Automated)NoScanner detected the issue is gone without explicit action (resource deleted, auto-remediated). Terminal state.
Risk AcceptedNoFormal acceptance via the Security Exceptions registry. Stops counting until the exception expires or is revoked.

What counts toward your audit size

Every check the scan ran except Informational ones. That includes:

  • Checks that passed (shown under the Passed KPI tile).
  • Findings with the Open / Reopened badge.
  • Findings with the Risk Accepted badge (intentional: an exception shouldn't shrink your denominator).
  • Findings with the Pending Verification badge (same reasoning).
  • Findings that already moved to one of the Resolved states.

What does NOT count toward audit size: Informational findings (severity weight 0).

Aggregation across modules

The global Retrievy Index on the Command Center is not the average of per-module scores. The math sums severities and scaled audit sizes across every module, then runs the formula once on the totals. See Per-module contributions for why and what that means in practice.

When the score recalculates

TriggerEffect
New scan completesFindings ingest, score recomputes.
You click Resolve Finding on a cardStatus flips to Pending Verification. Score rises by that finding's severity weight.
You click Accept Risk on a card and finish the Security Exception flowStatus flips to Risk Accepted. Score rises by that finding's severity weight.
You Revoke a Security Exception or it expiresAffected findings return to Open. Score drops by their severity weight.
A check is added to a moduleAudit size grows. Scaled audit size grows. Score rises slightly.
Scanner re-checks a Pending Verification finding and confirmsStatus flips to Resolved (Verified). No score change (the finding was already excluded).
Scanner re-checks a Pending Verification finding and still sees the issueStatus flips back to Reopened. Score drops by the severity weight (the finding re-enters the weighted failure count).

Where you'll see the score in the app

SurfaceLabel
Main Dashboard (Command Center)Retrievy Index below the big number.
Info modal next to the scoreRetrievy Score as the modal title.
TooltipsGlobal Index.
CSPM, ISPM, SCM dashboardsScore as the per-module number (for example 87.3%).
Executive and Technical PDF reportsRetrievy Index with grade letter and trend.

All five surfaces show the same number; the label changes with the context. See How the Retrievy Index is calculated for the math.