{% extends "base.html" %} {% load staticfiles %} {% load analysis_tags %} {% block content %}
This {{ report.analysis.info.category }} shows some signs of potential malicious behavior.
The score of this {{ report.analysis.info.category }} is {{ report.analysis.info.score }} out of 10.
This {{ report.analysis.info.category }} is very suspicious, with a score of {{ report.analysis.info.score }} out of 10!
Please notice: The scoring system is currently still in development and should be considered an alpha feature.
{% if report.analysis.feedback %} Feedback sent on {{ report.analysis.feedback.date }} Thanks! {% else %} Expecting different results? Send us this analysis and we will inspect it. Click here {% endif %}