{% extends "base.html" %} {% block title %}q-ai — Intel{% endblock %} {% block content %} {% include "partials/target_create_modal.html" %}
{# ── Page header ── #}

INTEL

Targets with their intel at a glance — click a target to review its evidence.

{# ── Target list ── #}
Targets
{% if overview.rows %} {% else %}

No targets defined. Add targets via qai targets add, or use the cards below to gather evidence.

{% endif %}
{# ── Card container ── #}
{# ════════════════════════════════════════════════════════ Import Results Card ════════════════════════════════════════════════════════ #}
Import Results

Import findings from external tools — Garak, PyRIT, SARIF reports, scored prompts, or BIPIA benchmarks.

{# Preview results area #} {# Import result area #}
{# ════════════════════════════════════════════════════════ Probe Model Card ════════════════════════════════════════════════════════ #}
Probe Model

Test a model's susceptibility to indirect prompt injection via canary-based probing.

{# ════════════════════════════════════════════════════════ Sweep Card ════════════════════════════════════════════════════════ #}
Sweep

Measure per-template compliance on a target model to inform qai ipi generate --target auto-select.

{# /intel-cards #}
{% endblock %}