Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>BUGGER ScannerNew to Visual Studio Code? Get it now.
BUGGER Scanner

BUGGER Scanner

vikingopsec

|
3 installs
| (1) | Free
HTML vulnerability scanner. Find XSS risks, insecure forms, missing headers — with fixes and OWASP/CWE links.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BUGGER Scanner (VS Code Extension)

HTML vulnerability scanner for VS Code. Find XSS risks, insecure forms, missing headers — with fixes and OWASP/CWE links.

Prerequisites

Install the BUGGER CLI:

pip install bugger-scanner

Commands

Command Description
BUGGER: Scan current file Scan the active HTML/JS/CSS file
BUGGER: Scan folder Scan all HTML/JS/CSS files in the workspace
BUGGER: Fix current file Auto-fix target=_blank, charset issues

Settings

Setting Default Description
bugger.scanOnSave false Run scan when saving HTML/JS/CSS files
bugger.buggerPath bugger Path to bugger CLI

Usage

  1. Open an HTML, JS, or CSS file
  2. Run BUGGER: Scan current file from the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  3. Findings appear in the Problems panel with severity (Error=HIGH, Warning=MED, Info=LOW)
  4. Use BUGGER: Fix current file to auto-fix supported issues
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft