RAGGuard Security Report

Target: {{ target }} · {{ timestamp }}
{{ high }}
High
{{ medium }}
Medium
{{ low }}
Low
{{ total }}
Total
{% if not findings %}
No security findings detected.
{% endif %} {% for f in findings %}
{{ f.id }} {{ f.severity }} {{ f.title }}
{{ f.file_path }}:{{ f.line_number }}{% if f.cwe_id %} · {{ f.cwe_id }}{% endif %}
{{ f.description }}
{% if f.code_snippet %}
{{ f.code_snippet | e }}
{% endif %}
{{ f.remediation }}
{% endfor %}