find_xss_vectors
Identify potential cross-site scripting (XSS) vectors in JavaScript projects by detecting unsafe HTML injection patterns in Vue, Svelte, React, and DOM APIs.
Instructions
XSS vectors (heuristic): v-html (Vue), {@html} (Svelte), dangerouslySetInnerHTML (React), innerHTML/insertAdjacentHTML/document.write (DOM).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |