flow
Trace all destinations a value or symbol reaches through forward value-flow and points-to edges, including heap-alias bridges. Use this to map data propagation and taint spread from a chosen seed.
Instructions
Forward value-flow cone from a value/symbol: everything it reaches over VALUE_FLOWS_TO + POINTS_TO (with alias-via-heap bridging). path_shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | Yes | ||
| limit | No | ||
| format | No | text (compact, default) | json (structured result page) |