{% if finding.owasp_mcp or finding.real_world_incident %}
Grounded MCP context not graph evidence {% for reference in finding.owasp_mcp %} {{ reference.id }} · {{ reference.title }} {% endfor %} {% for incident in finding.real_world_incident %} {{ incident.title }} {{ incident.date }} {% endfor %}
{% endif %} {% if finding.control_frameworks %}
Control frameworks context, not certification {% for reference in finding.control_frameworks %} {{ reference.framework }} · {{ reference.control_id }} {{ reference.control_name }} {% endfor %}
{% endif %}