# Device Integrity Report

### About the feature

The Device Integrity report is the main feature of Secure OS for detection of malicious activity on the device.

The Device Integrity checks the following:

{% hint style="success" %}
How to access:

1. Settings > My Account > Phone Manager > Device Integrity

&#x20;2\. When in home screen menu: Swipe down (to open the settings bar) > Swipe down again (to open the notification bar) > Press the shield icon on the bottom right corner
{% endhint %}

### Software integrity

The local device policies and installed software (apps and OS) are compared to the policies saved on the server. Any discrepancies are reported with the user being alerted.&#x20;

The user can access detailed logs in case there is a discrepancy, to understand where the discrepancy is coming from.&#x20;

### Hardware integrity

Secure OS utilizes a hardware-based device attestation designed to prevent the device from starting in case it has been rooted or jailbroken. The user can access a report of the components checked.&#x20;


---

# 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://os.lunaromp.tech/features/device-integrity-report.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.
