> ## Documentation Index
> Fetch the complete documentation index at: https://docs.binarly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Prioritizing with the Risk Score

> Use the Binarly Risk Score to rank findings by priority: pick a scoring profile, read the score, and sort and filter findings by risk score.

The Binarly Risk Score gives every finding a single priority number between 0 and 1, so you can work the list from most to least urgent instead of juggling CVSS, EPSS, KEV, and reachability by hand. This guide covers choosing a profile, reading the score, and using it to triage findings. For the algorithm and the full metric set, see [Binarly Risk Score](/resource-center/binarly-risk-score) in the Resource Center.

## Why one score

Different scoring systems disagree about what matters. A vulnerability that CVSS ranks near the bottom can be the one with an active public exploit; a high CVSS can sit in code that never runs. The heatmap below ranks the same six vulnerabilities under CVSS, EPSS, and the three Binarly Risk Score profiles: the order changes with each system.

<Frame caption="The same vulnerabilities rank differently under CVSS, EPSS, and the Binarly Risk Score profiles.">
  <img src="https://mintcdn.com/binarly-bee2cf27/yLEI6-fAx_KF_dbu/assets/screenshots/risk-score-rank-comparison.png?fit=max&auto=format&n=yLEI6-fAx_KF_dbu&q=85&s=4c64563f726e5ef93a604cb670cb9015" alt="Heatmap of six vulnerabilities ranked across CVSS, EPSS, and the Balanced, Decision Impact (Actionable Risk), and Exploitation (Exploitability) Binarly Risk Score profiles." width="2324" height="1979" data-path="assets/screenshots/risk-score-rank-comparison.png" />
</Frame>

The Binarly Risk Score folds exploitation, impact, decision, and finding-type signals into one number, so a finding rises to the top when several signals agree, not because one metric happens to be high.

## Choose a profile

A profile decides how much weight each group of signals carries. The platform ships three, and Decision Impact (Actionable Risk) is the default. Pick the one that matches what you are doing:

| Profile                               | Emphasises                                                           | Use it when                                                       |
| ------------------------------------- | -------------------------------------------------------------------- | ----------------------------------------------------------------- |
| **Balanced**                          | All four signal groups equally                                       | You want a general-purpose ranking or a baseline review.          |
| **Exploitation (Exploitability)**     | The exploitation signals (EPSS, EMS, KEV, public exploits)           | You are threat hunting or triaging active exploitation.           |
| **Decision Impact (Actionable Risk)** | The decision and impact signals (confidence, reachability, severity) | You are planning remediation or managing a vulnerability backlog. |

The profiles were renamed for clarity: Exploitation is now Exploitability, and Decision Impact is now Actionable Risk. The findings grid shows the current names. For the four signal groups and how each profile weights them, see [Binarly Risk Score](/resource-center/binarly-risk-score).

Switching profiles reorders the findings you already scanned. It does not change any underlying data or trigger a rescan, so you can move between profiles freely as your task changes.

<img src="https://mintcdn.com/binarly-bee2cf27/yLEI6-fAx_KF_dbu/assets/screenshots/risk-score-profile-selector.png?fit=max&auto=format&n=yLEI6-fAx_KF_dbu&q=85&s=1513c6faeeaec46576492878aa2f6201" alt="The Risk Score profile selector in the findings grid." width="339" height="358" data-path="assets/screenshots/risk-score-profile-selector.png" />

## Read the score

Each finding shows a risk score presented as a percentile. A higher percentile means more signals point to reachable, exploitable risk, so the finding deserves attention sooner. There are no fixed severity bands: you compare and sort on the score itself rather than mapping it to a label.

## Prioritize findings

The risk score is integrated in the findings grids: the global findings grid, the image findings grid, and finding sub-grids such as crypto findings. Each grid adds a Risk Score column and the profile selector above it. In the global and image findings grids, risk score is the default ordering metric, so findings open sorted by risk score, highest first, on the default Decision Impact (Actionable Risk) profile. Work the findings by risk:

<Steps>
  <Step title="Select a profile">
    Choose Balanced, Exploitability, or Actionable Risk from the Risk Score selector above the grid. The grid re-ranks in place.
  </Step>

  <Step title="Sort by risk score">
    The global and image findings grids are sorted by the Risk Score column by default, highest first. Re-sort or reverse the order from the column header if you need a different view.
  </Step>

  <Step title="Filter by score">
    Filter by risk score to focus on the top of the range while you remediate.
  </Step>
</Steps>

<img src="https://mintcdn.com/binarly-bee2cf27/yLEI6-fAx_KF_dbu/assets/screenshots/risk-score-grid.png?fit=max&auto=format&n=yLEI6-fAx_KF_dbu&q=85&s=0ca8776ef762bea34c18fc1a28d75e63" alt="The findings grid with the Risk Score column and profile selector." width="2628" height="1454" data-path="assets/screenshots/risk-score-grid.png" />

## Related

* [Binarly Risk Score](/resource-center/binarly-risk-score) - the taxonomy groups, formula, profiles, and full metric reference.
* [Binarly Reachability Analysis](/resource-center/asap) - how reachability feeds the score.
* [EMS Escalations](/resource-center/ems-escalations) - the Exploitation Maturity Score.
* [Accuracy and confidence](/resource-center/accuracy-confidence) - how detection confidence is set.
