ProScan Security Scanner for VS CodeRun security scans and see findings directly in your editor. ProScan analyzes your code for vulnerabilities, hardcoded secrets, and security misconfigurations as you work. RequirementsA running Proscan instance on your network. The extension connects to your Proscan server to run scans and retrieve results. Setup
FeaturesInline Security FindingsVulnerabilities appear as editor diagnostics — underlined in your code with severity-based colors. Hover for details, CWE references, and remediation guidance. Quick FixWhen a fix suggestion is available, use the lightbulb (Ctrl+.) to apply it directly. The extension shows the suggested code change before applying. Scan CommandsOpen the command palette (Ctrl+Shift+P) and type "ProScan":
Auto-Scan on SaveWhen enabled (default), files are automatically scanned each time you save. Disable this in settings if you prefer manual scanning only. Findings SidebarThe ProScan panel in the activity bar shows all findings organized by severity. Click a finding to jump to the relevant line in your code. AuthenticationTwo authentication methods:
Extension Settings
Links |