IOS STATIC ANALYSIS REPORT
{% if app_type not in 'Dylib,A' %}
{% else %}
{% endif %}


{{ app_name }} {% if app_version %} ({{app_version}}) {% endif %}
File Name: |
{{file_name}} |
Identifier: |
{{ bundle_id }} |
Scan Date: |
{{ timestamp }} |
Average CVSS Score: |
{% if average_cvss > 6 %} {{ average_cvss }} {% elif average_cvss == 0 %} {{ average_cvss }} {% elif average_cvss >= 4 %} {{ average_cvss }} {% elif average_cvss < 4 %} {{ average_cvss }} {% endif %} |
App Security Score: |
{% if appsec.security_score < 30 %} {{ appsec.security_score }}/100 (CRITICAL RISK) {% elif appsec.security_score < 40 %} {{ appsec.security_score }}/100 (HIGH RISK) {% elif appsec.security_score < 60 %} {{ appsec.security_score }}/100 (MEDIUM RISK) {% else %} {{ appsec.security_score }}/100 (LOW RISK) {% endif %} |
Grade: |
F {% elif appsec.security_score < 40 %} #ffc107">C {% elif appsec.security_score < 60 %} #f4ff45">B {% else %} #28a745">A {% endif %} |
Trackers Detection: |
0 %} class="warning" {% endif %}>{{ trackers.detected_trackers }}/{{ trackers.total_trackers }} |
VirusTotal Detection: |
{{ virus_total.positives }}/{{ virus_total.total }} |
FINDINGS SEVERITY
HIGH | MEDIUM | INFO | SECURE | HOTSPOT |
---|---|---|---|---|
{{ appsec.high | length}} |
{{ appsec.warning | length}} |
{{ appsec.info | length}} |
{{ appsec.secure | length}} |
{{ appsec.hotspot | length}} |