{{ title }}{% if platform %} ({{ platform }}){% endif %}

An open-source app for scanning Android and iOS devices to find apps that can be used to spy, track, or otherwise monitor a person.


{% for a in ["Android", "iOS"] %} {% endfor %}




{% if is_termux or is_debug %}
{% endif %}
{% if currently_scanned %}

{% for scanned in currently_scanned %} {{ scanned.device_model }} ({{ scanned.device_primary_user }})
{% endfor %} {% endif %} {% if False %}
{{ error | safe }}
{% if device_name %} {% endif %}
{% set app_items = apps_sorted if apps_sorted is defined else apps.items() %} {% for appId, info in app_items %} {% if appId in sysapps %} {% else %} {% endif %} {% if info['title'] %} {% else %} {% endif %} {% endfor %}
Uninstall? App Name App ID Flags Score Class
{{ info['title'] }} <Unknown>{{ appId }} {{ info['html_flags'] | safe }} {{ '%.2f'|format(info['score']) if info['score'] is not none else '' }} {{ info['class_'] }}