Usentinel Scan Report

Target: {{ target }}

Generated: {{ generated_at }}

Engine: {{ engine.name }}{% if engine.version %} (version {{ engine.version }}){% endif %}{% if engine.fallback_reason %} (fallback: {{ engine.fallback_reason }}){% endif %}

Total Findings
{{ findings_total }}
{% for severity in severities %}
{{ severity.label }}
{{ severity.count }}
{% endfor %}
Native Binaries
{{ binaries_total }}

Findings

{% if findings %}
{% for finding in findings %} {% endfor %}
Severity Rule Details
{{ finding.severity }} {{ finding.rule_id }}
{{ finding.message }}
{% if finding.link %} {{ finding.path_display }} {% else %} {{ finding.path_display }} {% endif %}
{% if finding.snippet_html or finding.snippet_text %}
View code snippet {% if finding.snippet_html %}
{{ finding.snippet_html }}
{% elif finding.snippet_text %}
{{ finding.snippet_text }}
{% endif %}
{% endif %}
{% else %}

No findings detected.

{% endif %}

Native Binaries

{% if binaries %}
{% for binary in binaries %} {% endfor %}
Path Kind Size (bytes) Magic
{{ binary.path }} {{ binary.kind }} {{ binary.size }} {{ binary.magic }}
{% else %}

No native binaries detected.

{% endif %}