Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RunveilNew to Visual Studio Code? Get it now.
Runveil

Runveil

Mohammad Faisal

| (1) | Free
Surface Runveil vulnerability findings for a project inside VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Runveil for VS Code

Surfaces a Runveil project's vulnerability findings in a dedicated sidebar view — reachable findings first, severity-ranked, the same prioritization as the CLI and dashboard.

Setup

Read endpoints are org-scoped and require a credential, so the extension needs a read-scoped API key:

runveil keys create --scope read --org <your-org>

Then run Runveil: Configure (command palette) to set your project slug and paste the key, or set them in Settings:

Setting Description
runveil.apiBase Runveil API base URL (default http://localhost:8080)
runveil.token Read-scoped API key (rv_…)
runveil.project Project slug to display

Open the Runveil view in the activity bar and hit refresh.

Develop

npm install
npm run typecheck   # tsc --noEmit
npm run build       # esbuild bundle -> dist/extension.js

Status: v0.1 — read-only findings view. Inline editor diagnostics (mapping findings to package-lock.json ranges) are a planned follow-up.

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