{{ defn.name }} on
{{ sid[:8] }}
({{ platform }})
{{ defn.directive }}
{% if defn.description %}
{{ defn.description }}
{% endif %}| run id | verdict | {% for k in score_keys %}{{ k }} | {% endfor %}findings | duration | started | agent |
|---|---|---|---|---|---|---|
| {{ r.id[:8] }} | {{ r.verdict }} | {% for k in score_keys %}{% if k in r.scores %}{{ "%.3f"|format(r.scores[k]) }}{% else %}—{% endif %} | {% endfor %}{{ r.findings | length }} | {{ r.duration_ms }}ms | {{ r.started_at }} | {{ r.agent }} |
No runs of this definition on this session yet.
{% endif %}