Skip to main content
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:
string
required
The cited URL.
string
required
One of traversed_link, external_mention, direct_link, or unknown.
string
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.
Type-specific fields:

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.