analyze_dataflow
Track user input flowing into dangerous sinks like SQL queries, eval, file operations, and redirects to detect injection vulnerabilities that regex rules miss.
Instructions
Track user input (request body, URL params, form data) flowing into dangerous sinks (SQL queries, eval, file operations, redirects). Detects injection vulnerabilities that regex rules miss by following variable assignments through code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code to analyze for tainted data flows | |
| format | No | Output format | markdown |
| language | Yes | Language (JS/TS only) |