sast_ssrf
Detect SSRF vulnerabilities by analyzing source code for unsafe URL constructions in fetch, axios, and http requests where user input lacks domain validation.
Instructions
AST-scan for SSRF: fetch(), axios.get/post(), http.request() — where the URL argument contains user-controlled input without domain validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path containing source files to analyze |