Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vyper GuardNew to Visual Studio Code? Get it now.
Vyper Guard

Vyper Guard

PreethamAK

|
1 install
| (0) | Free
Vyper Guard smart contract analysis and reporting.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vyper Guard (VS Code Extension)

This extension runs the vyper-guard CLI from VS Code and surfaces findings in the Problems panel.

Commands

  • Vyper Guard: Analyze Current File (SARIF)
  • Vyper Guard: Export HTML Report
  • Vyper Guard: Export Markdown Report

Requirements

  • Python 3.10+
  • vyper-guard installed in your environment

Install the CLI with:

pipx install vyper-guard

or:

pip install vyper-guard

Settings

  • vyperGuard.executablePath: path to the vyper-guard binary (default: vyper-guard)
  • vyperGuard.reportOutputDir: workspace-relative output directory for HTML/Markdown (default: .vyper-guard/reports)

Notes

This extension is local to this repo and is excluded from git tracking.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft