72 / 100). The score summarises the security posture of a single PR or the current state of a live target. It’s designed to be glanceable, but it’s worth understanding what goes into it so you can interpret it correctly.
What the score measures
The risk score is a weighted aggregate of the findings in that scan. It’s not a normalised percentage of vulnerabilities found, and it’s not a compliance score — it’s a signal about how much risk the current scan introduces, relative to severity and your organisation’s history with the same code or target. Four factors drive the score: Severity distribution is the primary driver. Critical findings have exponential weight — a single confirmed Critical finding can push a previously clean score past 80. High findings have substantial weight; Medium and Low findings have diminishing contributions. The intent is that one Critical finding demands immediate attention regardless of how many Low findings are also present. Exploitability modifies the base weight for CVE findings. If a CVE has a public exploit or a proof-of-concept available, the finding contributes more to the score than an unproven theoretical vulnerability with the same CVSS score. Regression penalty adds to the score for any finding classified as a regression — a vulnerability that your team previously resolved and that has returned. The regression penalty reflects the operational cost of fixing the same issue twice. A regression in a MEDIUM finding can contribute as much to the score as a new HIGH finding. Finding count has a diminishing effect. The second Critical finding adds less to the score than the first; ten Medium findings together add less than two Highs. This prevents a large number of Low findings from pushing the score into the Critical band if the underlying issues are minor.Score bands
These bands match the PR Findings reference.