# AI Severity Simulator

The OX AI Severity simulator reviews Open Source Security issues and proposes a severity level that reflects the actual risk inside your environment. The simulator checks CVEs and determines if they are reachable and exploitable. The results help you focus on the issues that matter most.

## What the simulator does

The simulator reviews the CVE severity of each Open Source Security issue and performs these actions:

* Checks impact and asset importance
* Evaluates exploitability of CVEs
* Adds CVE evidence and code snippets when they are exploitable

The results form part of active issues and are flagged with a red or green robot.

* <mark style="color:red;">Red</mark> robot: The CVE is exploitable.
* <mark style="color:green;">Green</mark> robot: The CVE is not exploitable.

<figure><img src="/files/ytbtrhu9kdMC42qKRzYu" alt=""><figcaption></figcaption></figure>

## View AI simulator issues

1. Open the **Active Issues** page.
2. Enter ‘AI Simulated’ in the **Severity Factor** filter search.<br>

   <div align="left"><figure><img src="/files/dyrsPUBXpTAm1Rchx79b" alt="" width="375"><figcaption></figcaption></figure></div>
3. Select an issue, click the **Vulnerabilities** tab, and hover over the robot icon to view evidence and related code snippets.<br>

   <figure><img src="/files/GWGfDADrRLNVpIi7TYND" alt=""><figcaption></figcaption></figure>
4. To view changes in severity and get details of exploitable packages, click the **Summary** tab.<br>

   <figure><img src="/files/KAZut8l8Q0Ott8b6rIlt" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ox.security/scan-and-analyze-with-ox/analyzing-scan-results/ai-severity-simulator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
