evidence_index is an array of structured entries representing the URLs
and external context the triage report cites. Use it to render
reviewer-facing panels without parsing the free-text reason_summary.
Entry shape
Every entry has:The cited URL.
One of
traversed_link, external_mention, direct_link, or unknown.When Tumban cited the entry by reference (
link_3,
external_mention_2, …), this field correlates the entry to the
matching token inside reason_summary — use it to highlight the
cited URL alongside the prose summary.- traversed_link
- external_mention
- direct_link
- unknown
Includes
domain. The URL was followed from the profile page or
matched via referrer cross-reference.Example
Empty array
evidence_index can be [] even on a flagged scan — Tumban may reach
a decision from signals that don’t have a per-URL citation to surface.
Treat an empty array as “no per-URL evidence to render”, not as a
feature failure.
