Commands
Complete reference for all Agnech VS Code extension commands. Access commands via keyboard shortcuts or the Command Palette (Ctrl+Shift+P).
Command Palette
Scanning Commands
Commands for running security scans on your code.
Agnech: Quick ScanCtrl+Shift+SRun a quick scan on the current file using all quick-scan engines (Pattern, SAST, CVE, Graph).
Agnech: Deep ScanCtrl+Shift+DRun a comprehensive scan with all 7 engines including Taint Analysis, Symbolic Execution, and AI Verification.
Agnech: Workspace ScanCtrl+Shift+WScan all supported files in the current workspace. Progress is shown in the status bar.
Agnech: Scan SelectionScan only the currently selected code. Useful for checking specific functions or blocks.
Agnech: Cancel ScanEscapeCancel the currently running scan operation.
Reporting Commands
Commands for generating and exporting security reports.
Agnech: Generate ReportCtrl+Shift+RGenerate a security report from the current scan results.
Agnech: Export as HTMLExport findings as an interactive HTML report.
Agnech: Export as JSONExport findings as structured JSON for integration with other tools.
Agnech: Export as MarkdownExport findings as Markdown for documentation or GitHub issues.
Agnech: Copy FindingCopy the selected finding details to clipboard.
Configuration Commands
Commands for configuring the extension behavior.
Agnech: Open SettingsOpen the Agnech extension settings in VS Code.
Agnech: Configure AI ProviderSet up AI verification with OpenAI, Anthropic, or Groq.
Agnech: Toggle EngineEnable or disable specific scanning engines.
Agnech: Clear CacheClear the CVE database cache and re-download latest data.
Agnech: Reset SettingsReset all Agnech settings to their default values.
Agnech: Show Extension InfoDisplay version, engine status, and diagnostic information.