analyze_dataflow
Tracks user input flowing into dangerous sinks (SQL, eval, file operations) 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 | |
| language | Yes | Language (JS/TS only) | |
| format | No | Output format | markdown |