Commands

Complete reference for all Agnech VS Code extension commands. Access commands via keyboard shortcuts or the Command Palette (Ctrl+Shift+P).

Command Palette

Press Ctrl+Shift+P and type "Agnech" to see all available commands.

Scanning Commands

Commands for running security scans on your code.

Agnech: Quick ScanCtrl+Shift+S

Run a quick scan on the current file using all quick-scan engines (Pattern, SAST, CVE, Graph).

Agnech: Deep ScanCtrl+Shift+D

Run a comprehensive scan with all 7 engines including Taint Analysis, Symbolic Execution, and AI Verification.

Agnech: Workspace ScanCtrl+Shift+W

Scan all supported files in the current workspace. Progress is shown in the status bar.

Agnech: Scan Selection

Scan only the currently selected code. Useful for checking specific functions or blocks.

Agnech: Cancel ScanEscape

Cancel the currently running scan operation.

Reporting Commands

Commands for generating and exporting security reports.

Agnech: Generate ReportCtrl+Shift+R

Generate a security report from the current scan results.

Agnech: Export as HTML

Export findings as an interactive HTML report.

Agnech: Export as JSON

Export findings as structured JSON for integration with other tools.

Agnech: Export as Markdown

Export findings as Markdown for documentation or GitHub issues.

Agnech: Copy Finding

Copy the selected finding details to clipboard.

Configuration Commands

Commands for configuring the extension behavior.

Agnech: Open Settings

Open the Agnech extension settings in VS Code.

Agnech: Configure AI Provider

Set up AI verification with OpenAI, Anthropic, or Groq.

Agnech: Toggle Engine

Enable or disable specific scanning engines.

Agnech: Clear Cache

Clear the CVE database cache and re-download latest data.

Agnech: Reset Settings

Reset all Agnech settings to their default values.

Agnech: Show Extension Info

Display version, engine status, and diagnostic information.

Quick Reference

Ctrl+Shift+SQuick Scan
Ctrl+Shift+DDeep Scan
Ctrl+Shift+WWorkspace Scan
Ctrl+Shift+BToggle Dashboard
Ctrl+Shift+RGenerate Report
F8Next Finding
Shift+F8Previous Finding
EscapeCancel Scan