Overview
The CybeDefend VS Code extension provides comprehensive security analysis directly within your IDE. Identify and address vulnerabilities in your code, dependencies, and infrastructure configurations without leaving Visual Studio Code.Install from Marketplace
Get the CybeDefend extension for VS Code
Key Features
Comprehensive Security Analysis
- Code Security (SAST): Find vulnerabilities in your custom code
- Dependencies Security (SCA): Detect known vulnerabilities in open-source libraries
- Infrastructure Security (IaC): Uncover misconfigurations in infrastructure-as-code files
In-IDE Results
View scan summaries and detailed vulnerability information directly within dedicated VS Code panels.Direct Code Navigation
Quickly jump from a vulnerability report to the exact line of code that needs attention.MCP Server Auto-Configuration

Getting Started
1. Install
Search for “CybeDefend” in the VS Code Extensions view (Ctrl+Shift+X
or Cmd+Shift+X
) and click Install.
2. Authenticate
Run theCybeDefend: Update API Key (Global)
command from the Command Palette (Ctrl+Shift+P
or Cmd+Shift+P
) and enter your CybeDefend API key.
3. Configure Project
Open your project folder. The extension will guide you to select the corresponding CybeDefend Organization and Project. You can also use theCybeDefend: Update Project ID (Current Workspace)
command.
4. Scan
Open the CybeDefend view from the Activity Bar, navigate to the “Summary” panel, and click the Start Vulnerability Scan (▶️) icon.Related: MCP Server Integration · Create Your Account · API Key Management