ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Xss Scanner

Skill by lxgicstudios

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lxgicstudios/xss-scanner
Or

XSS Scanner

Detect cross-site scripting vulnerabilities in your frontend code before they ship.

Quick Start

npx ai-xss-check

What It Does

  • Scans JavaScript/TypeScript for XSS vulnerabilities
  • Detects unsafe innerHTML, eval, and DOM manipulation
  • Identifies unescaped user input in templates
  • Checks React dangerouslySetInnerHTML usage
  • Provides fix suggestions for each finding

Usage

# Scan current directory
npx ai-xss-check

# Scan specific files
npx ai-xss-check ./src/components

When to Use

  • Before security audits
  • Reviewing third-party code
  • Setting up CI security gates
  • Training junior devs on XSS prevention

Part of the LXGIC Dev Toolkit

One of 110+ free developer tools from LXGIC Studios. No paywalls, no sign-ups.

Find more:

License

MIT. Free forever.

Metadata

Stars1601
Views1
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lxgicstudios-xss-scanner": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.