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

foxguard

Peak Twilight

|
1 install
| (0) | Free
Security scanner as fast as a linter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

foxguard for VS Code

Security scanner as fast as a linter. Scans your code on save and shows findings as inline diagnostics.

Features

  • Runs foxguard on each file save
  • Shows findings as VS Code diagnostics (error, warning, info squiggles)
  • Supports JavaScript, TypeScript, Python, Go, Ruby, Java, PHP, Rust, C#, and Swift
  • Manual scan via the foxguard: Scan Current File command

Requirements

Install foxguard:

npm install -g foxguard

Or use cargo:

cargo install foxguard

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

Configuration

Setting Default Description
foxguard.path "" Custom path to the foxguard binary
foxguard.severity low Minimum severity to show (low/medium/high/critical)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft