Quick Start Guide
Get up and running with Agnech security scanning in under 5 minutes.
Choose Your Product
Agnech offers two products for different use cases. Choose the one that fits your workflow.
VS Code Extension
- Free to use
- Real-time scanning in your editor
- 7-engine security analysis
- 100% local execution
CLI Tool
Enterprise- Enterprise license required
- CI/CD pipeline integration
- 6 professional report formats
- Compliance documentation
VS Code Extension
Step 1: Install the Extension
Install directly from the VS Code Marketplace or use the command palette.
VS Code Command Palette
Bash
Step 2: Open a Project
Open any project in VS Code. Agnech supports TypeScript, JavaScript, Python, Solidity, Rust, and C/C++.
Step 3: Run Your First Scan
Use the keyboard shortcuts or command palette to run a scan.
Ctrl+Shift+SQuick Scan
Ctrl+Shift+DDeep Scan
Ctrl+Shift+WWorkspace Scan
CLI ToolEnterprise
Enterprise License Required
The CLI tool requires an enterprise license. Contact our sales team at sales@agnech.com to get started.
Step 1: Install the CLI
Terminal
Bash
Step 2: Activate Your License
Terminal
Bash
Step 3: Scan Your Project
Terminal
Bash
Your First Scan
Try scanning this vulnerable code example to see Agnech in action.
example.ts
TypeScript
Agnech will detect the SQL injection on lines 5-6 and show the secure alternative
Try it yourself
Create a new file with this code and run a quick scan (Ctrl+Shift+S). Agnech will highlight the vulnerability and suggest the fix.