{% extends "base.html" %} {% from 'partials/_macros.html' import scanner_table_header, scanner_yara_row, scanner_status_cell, scanner_count_cell, status_grid_3 %} {% block breadcrumb %} Files › {{ file_info.original_name if file_info else file_info.md5[:12] }} › Static Summary {% endblock %} {% block content %}
Comprehensive overview of all scan results.
| CheckPlz | {{ scanner_status_cell(checkplz_detections) }} {{ scanner_count_cell(checkplz_detections) }}{{ analysis_results.checkplz.findings.initial_threat if checkplz_detections else 'No signatures triggered' }} |