sigil_traverse
Reconstructs the supply paths for a publisher domain from Sigil's own
crawl and returns them ITEMIZED — distinct from sigil_verify_supply_chain
(which verifies a schain the caller brings) and from signal_dark_pool_risk
(which returns only aggregate counts). Every SSP the publisher declares it
sells through is joined to that SSP's identity and classified two-sided
against the SSP's sellers.json: corroborated (seat present),
contradicted (SSP crawled but seller_id absent — real risk), unchecked
(SSP not yet crawled — not risk). Each returned path also carries
resells_to, one level of downstream reseller expansion.
The list is ordered riskiest-first (contradicted, then reseller) so a
truncated page is still the most useful; the supply_paths counts are
always over the FULL set. in_supply_graph:false when the domain is not
a known publisher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max paths returned (default 200, hard cap 500). | |
| domain | Yes | Publisher hostname to traverse. |