{% from "partials/_macros.html" import card_header, verdict_pill %} {# File scan — the compiled YARA ruleset summary (what's loaded, from which sources, how many skipped) plus this run's matches. The ruleset lives only in the monitor process, so the monitor persists this summary for the read-only dashboard to render. #}
| verdict | rule | path | author | source | why |
|---|---|---|---|---|---|
| {% if m.verdict %}{{ verdict_pill(m.verdict, m.confidence) }} {% else %}—{% endif %} | {{ m.rule or "—" }} | {{ m.path or "—" }} | {{ m.author or "—" }} | {{ m.scan_source or "—" }} | {{ m.reasoning }} |