confidential
15th February, 2017

Android Security Report
For Internal Purpose
Prepared For: {{file.name}}
Prepared by XYSec Labs Pte. Ltd. Portions of this document and the templates used in its production are the property of XYSec Labs Pte. Ltd. and cannot be copied without permission.
While precautions have been taken in the preparation of this document, XYSec Labs Pte. Ltd., the publisher, and the author(s) assume no responsibility for errors, omissions, or for damages resulting from the use of the information contained herein. Use of XYSec Labs Pte. Ltd. services does not guarantee the security of a system, or that intrusions will not occur.
Table Of Contents
Appknox conducted a security assessment of the mobile application for the Android platform. This report contains all the findings during the automated auditing process. It also contains the process of discovering those vulnerabilities in the first place, and ways to remediate those issues.
Application Name | {{file.name}} |
Application Namespace | {{file.name}} |
Version | {{file.version}} |
Audit Date | {{file.updated_on}} |
Application SHA1 Hash | {{file.sha1hash}} |
Application MD5 Hash | {{file.md5hash}} |
{{ analysis.vulnerability.name }}{{ analysis.vulnerability.description }} | {% if analysis.risk == RiskEnum.NONE %} Passed {% else %} {{ analysis.get_risk_display }} Risk {% endif %} |
Priority Level | Number of failed test cases |
High Risk | {# audit_summary | hash:RiskEnum.HIGH #} |
Medium Risk | {# audit_summary | hash:RiskEnum.MEDIUM #} |
Low Risk | {# audit_summary | hash:RiskEnum.LOW #} |
Appknox Security Rating:{# audit_summary | hash:AUDIT_SUMMARY_RATING #} Unsecured
Risk Rating : {{ analysis.get_risk_display }}
{{ analysis.vulnerability.description | safe }}
{% for finding in analysis.findings %} {% if finding.title %}{{ finding.title | safe }}
{% endif %}{{ finding.description | safe }}{% endfor %} {% for subheading in analysis.vulnerability.sub_headings.all %}