sources_of
Find values that may flow into a selected sink by tracing reverse dataflow, returning labeled nodes, edges, and frontier metadata. Use after selecting a candidate sink to explore potential sources.
Instructions
Read-only reverse value-flow cone for a sink. Use this after a candidate or sink is selected to find values that may feed it; it returns labeled nodes and edges plus explicit truncation/frontier metadata. A missing path is not proof that no flow exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sink | Yes | sink name or graph node id | |
| limit | No | maximum rows returned | |
| format | No | text (compact, default) | json (structured result page) |