sast_prototype_pollution
Scan source code to detect prototype pollution vulnerabilities including Object.assign with user input, JSON.parse on untrusted data, and bracket notation with user-controlled keys.
Instructions
Detect prototype pollution: Object.assign() with user input, JSON.parse() on untrusted data, bracket notation with user-controlled keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path containing source files to analyze |