ai-xss-check
Detect XSS vulnerabilities in your frontend code using AI.
Install
npm install -g ai-xss-check
Usage
npx ai-xss-check ./src/
npx ai-xss-check ./frontend/components/
Setup
export OPENAI_API_KEY=sk-...
License
MIT
Detect XSS vulnerabilities in your frontend code. Use when you need to find cross-site scripting risks before they ship.
Detect XSS vulnerabilities in your frontend code using AI.
npm install -g ai-xss-check
npx ai-xss-check ./src/
npx ai-xss-check ./frontend/components/
export OPENAI_API_KEY=sk-...
MIT