risk-score · methodology
How SecInfos Radar Calculates Your Risk Score (0–100)
A transparent breakdown of severity weights, exposure factors and capping logic.
May 08, 05:34 AM·by Admin·4 min read
📊
The formula
risk_score = clamp(0, 100, critical*25 + high*12 + medium*5 + low*2 + min(open_ports, 10) )
Why these weights?
Critical findings can cause immediate business impact — they dominate the score. Open ports add a small exposure factor capped at 10 to avoid drowning the signal.
What you get
- A single number that boards understand
- A trend over time you can graph
- Clear severity bands (Minimal/Low/Medium/High/Critical)