sast_prototype_pollution
Detect prototype pollution vulnerabilities by analyzing source files for unsafe Object.assign(), JSON.parse(), 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 |