# Security Reports

**Security Reports** in QApilot to help teams run static security analysis as part of their mobile testing workflow. This update integrates security insights directly into the Reports experience, ensuring visibility without disrupting existing QA processes\
\
While uploading the app source, the user has an option to enable security reports.&#x20;

<figure><img src="https://1727045651-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff7DuCvkprTM62hS3tKQF%2Fuploads%2FUGUaD4XrqvQVhLna2a1R%2FScreenshot%202025-12-16%20at%201.54.47%E2%80%AFPM.png?alt=media&#x26;token=8c126bb1-ae9d-433c-8161-a902b2de0c49" alt=""><figcaption></figcaption></figure>

**Security Reports**&#x20;

* A new **“Security Analysis”** checkbox is available in the **App Upload** flow under Settings → App Source.
* Security analysis runs only when this option is explicitly enabled, ensuring teams stay in control of when and how scans are performed.
* Uploaded app versions include a **“View Security Report”** option, allowing quick navigation to the corresponding security report for that specific version.

<figure><img src="https://1727045651-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff7DuCvkprTM62hS3tKQF%2Fuploads%2FuwqyFHEtaN4CpiDIhS6u%2FScreenshot%202025-12-16%20at%201.55.29%E2%80%AFPM.png?alt=media&#x26;token=1cf08607-3f25-4d20-a7e9-0bc4c4372a13" alt=""><figcaption></figcaption></figure>

When Clicked on "view report", the security report will be displayed as follows -

<figure><img src="https://1727045651-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff7DuCvkprTM62hS3tKQF%2Fuploads%2F4Veg10880131AF9jssGn%2FScreenshot%202025-12-16%20at%201.56.16%E2%80%AFPM.png?alt=media&#x26;token=9d0a4ca2-f077-4230-baa2-faca7cb5f63c" alt=""><figcaption></figcaption></figure>

* A new **Security Reports** tab has been added under the **Reports** section, alongside Accessibility Reports.
* Each security report is listed with key metadata, including app title, OS, package or bundle name, version, analysis duration, and execution status.
* Reports are organized per app version, with a single security report generated for each uploaded version.
* Users can view detailed findings across multiple analysis areas, including:
  * Manifest Analysis
  * Certificate Analysis
  * Code Analysis
  * Network Security


---

# 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.qapilot.io/detailed-documentation/reports/security-reports.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.
