# Viewing Issues

![Viewing issues identified by Sboxr (refresh page to view from start)](https://73151925-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lgwbks2UGHSbePWCNz0%2F-LhGef3xdFCnieOtPiwf%2F-LhGf6nx1GfiasjVs6aD%2FViewIssues.gif?alt=media\&token=5b76ec94-e591-4bd1-8fd8-2ba5107f22c3)

Issues identified by Sboxr are shown in the console, these are put in to six different categories. The issues in each category can be viewed by clicking on the icon for that category.

The six categories of issues are:

* [Code Execution Issues](https://docs.sboxr.com/view-issues/code-execution-issues)
* [Cryptographic Issues](https://docs.sboxr.com/view-issues/cryptographic-issues)
* [JS Code Issues](https://docs.sboxr.com/view-issues/js-code-issues)
* [Communication Issues](https://docs.sboxr.com/view-issues/communication-issues)
* [Data Leakage Issues](https://docs.sboxr.com/view-issues/data-leakage-issues)
* [Data Storage Issues](https://docs.sboxr.com/view-issues/data-storage-issues)

The issues are rated in the following levels:

{% hint style="danger" %}

#### Error

Highlighted in red and are considered to be likely to affect the security of the site in a significant way
{% endhint %}

{% hint style="warning" %}

#### Warning

Highlighted in yellow and are considered to be less significant in their impact and/or require special conditions to be exploited
{% endhint %}

{% hint style="info" %}

#### Information

Highlighted in blue and are considered to be interesting information that the tester can use to possibly identify some issues
{% endhint %}

Each issue has the following information:

* **Info:** Basic details about the issues along with links for viewing further details if any
* **Issue Description:** Detailed description about the issue for deeper understanding
* **Verification Advice:** Advice for users on how to confirm if this issue is valid and can be a cause of concern
* **Remediation Advice:** Advice for developers on the best way to mitigate the issue if it is found to be valid based on following the verification advice


---

# 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.sboxr.com/view-issues.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.
