> For the complete documentation index, see [llms.txt](https://docs.talsec.app/freerasp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talsec.app/freerasp/freemalwaredetection/integration-guide/validation.md).

# Validation

Once you have successfully integrated the freeMalware Detection module and configured your detection settings, you should verify your setup.

To safely test the integration without exposing your development device to real malware, download our official test samples below. These APKs are completely harmless but are specifically designed to trigger the detection engine.

{% file src="/files/H7MkQDxBolMxwds3J8Jw" %}

{% file src="/files/Y5XDBgvlWhaBB5vxcgqC" %}

Once downloaded and sideloaded onto your test device, observe the malware callback. Based on your configuration, you can expect the following:

* **Detection Trigger:** These samples request highly sensitive permissions (e.g., `READ_SMS`, `BIND_ACCESSIBILITY_SERVICE`) and are installed from outside a trusted source.
* **Expected Flags:** The callback will report these applications with one or more of the following reasons:
  * `installSource` — the application was sideloaded from an untrusted installer.
  * `suspiciousPermission` — the application requests dangerous permission combinations matching your configured sets.
  * `blocklist` — if you explicitly added the test package name or hash to your configuration.

{% hint style="info" %}
**Configuration Dependency**

The reasons reported depend directly on your `SuspiciousAppDetectionConfig` settings. If no permission sets are configured, only `installSource` and `blocklist` reasons can be triggered.
{% endhint %}

{% hint style="info" %}
**Online Detection Not Available**

Free tier detection operates entirely on-device. The `onlineMalwareDatabase` reason — which cross-references applications against a global threat database — is available exclusively in the Premium tier.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.talsec.app/freerasp/freemalwaredetection/integration-guide/validation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
