Getting Started
VS Code Extension Installation Guide
Get up and running with Agnech Security in under 5 minutes. This guide covers installation, configuration, and running your first security scan.
Installation
There are multiple ways to install the Agnech Security extension for VS Code.
Method 1: VS Code Marketplace
The easiest way to install is directly from the VS Code Marketplace.
- 1Open VS Code
- 2Go to Extensions (Ctrl+Shift+X)
- 3Search for "Agnech Security"
- 4Click Install
Method 2: Command Palette
Install directly using the VS Code command palette.
Method 3: Direct Download
Download the VSIX file and install manually.
Marketplace Link
System Requirements
Minimum Requirements
- VS Code 1.85.0 or later
- Node.js 18.0 or later
- 4GB RAM minimum
- 500MB disk space
Recommended
- 8GB RAM or more
- SSD storage
- Multi-core processor
- AI provider API key (optional)
100% Local Execution
Your First Scan
After installation, you're ready to run your first security scan.
Step 1: Open a Project
Open any project containing TypeScript, JavaScript, Python, Solidity, Rust, or C/C++ code.
Step 2: Run Quick Scan
Press Ctrl+Shift+S to run a quick scan on the current file.
Agnech will highlight the SQL injection vulnerability on lines 5-6
Step 3: View Results
Results appear in the Bloodhound panel and as inline decorations in your code.
- Critical/High severity findings
- Medium severity findings
- Low/Informational findings
Understanding Results
Each finding includes detailed information to help you understand and fix the vulnerability.
Confidence Score
Higher scores (85%+) indicate high-confidence findings. Multi-engine consensus boosts scores.
CWE Reference
Each finding links to Common Weakness Enumeration for detailed vulnerability information.