PromptGuard

static AI security scan · generated {{ generated_at }}
total: {{ total }} {% for severity, count in counts %} {{ severity }}: {{ count }} {% endfor %}
{% if findings %} {% for f in findings %} {% endfor %}
code severity layer location finding
{{ f.code }} {{ f.severity }} {{ f.layer }} {{ f.file }}:{{ f.line }}
{{ f.message }}
{% if f.snippet %}
{{ f.snippet }}
{% endif %} {% if f.remediation %}
→ {{ f.remediation }}
{% endif %}
{% else %}

No findings.

{% endif %}