Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>foxguardNew to Visual Studio Code? Get it now.
foxguard

foxguard

Peak Twilight

|
8 installs
| (0) | Free
A security scanner as fast as a linter, written in Rust.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

foxguard for VS Code

A security scanner as fast as a linter, written in Rust. Scans your code on every save and shows findings as underlines.

Features

  • Scans on file save and open — instant feedback
  • Status bar shows finding count
  • Supports JS/TS, Python, Go, Ruby, Java, PHP, Rust, C#, Swift
  • Critical/High → red underline, Medium → yellow, Low → blue
  • Rule IDs link to documentation
  • Workspace scan via command palette or Cmd+Shift+G

Requirements

foxguard must be installed:

curl -fsSL https://foxguard.dev/install.sh | sh
# or
npm install -g foxguard
# or
cargo install foxguard

The extension auto-detects foxguard from PATH, or falls back to npx.

Settings

Setting Default Description
foxguard.path (auto) Custom path to foxguard binary
foxguard.severity low Minimum severity to display

Commands

Command Shortcut Description
foxguard: Scan Current File Cmd+Shift+G Scan the active file
foxguard: Scan Workspace Scan the entire project

Links

  • GitHub
  • foxguard.dev
  • Blog
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft