Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>secure-code-scannerNew to Visual Studio Code? Get it now.
secure-code-scanner

secure-code-scanner

ralitsash

|
5 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

secure-code-scanner README

Secure Code Scanner is a Visual Studio Code extension that analyzes source code for potential security vulnerabilities. It offers AI-generated suggestions for safer alternatives and provides a comprehensive, visual report of all detected issues.

Features

Live Vulnerability Detection Detects and highlights vulnerabilities in real-time as you write code, providing immediate feedback.

One-Click Full Project Scan Scans your entire project on command and generates a detailed, interactive report with AI-based suggestions for remediation.

AI-Powered Fix Suggestions Uses OpenAI’s language model to propose improvements for insecure code patterns.

Hover Hints and Tooltips Hover over flagged code to see the vulnerability explanation and fix suggestion.

Requirements

To use the AI features of this extension, you will need:

A valid OpenAI API key This key can be provided securely when prompted by the extension.

Node.js installed on your machine (for building/packaging the extension)

Extension Settings

Start coding: vulnerabilities will be highlighted automatically.

Run full scan: open command palette (Ctrl+Shift+P or Cmd+Shift+P) and run Secure Code Scanner: Scan Code.

View the report: after a scan, a detailed webview will display all findings.

Your OpenAI API key is stored securely using VSCode's Secret Storage and never shared or logged.

Known Issues

Release Notes

1.0.0

Initial release of ...

1.0.1

Fixed issue #.

1.1.0

Added features X, Y, and Z.


Following extension guidelines

Working with Markdown

Here are some useful editor keyboard shortcuts:

  • Press Ctrl+P to see detailed report of the found vulnerabilities .

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft