DevShield AssistSecurity scanning directly inside Visual Studio Code. DevShield Assist helps developers detect exposed secrets and insecure coding patterns before code reaches production. Scan the current file or the entire project and view clear security findings directly in the VS Code Problems panel. Developed by Ayman Naeem. Features
InstallationInstall from Visual Studio Marketplace
You can also install it directly from: DevShield Assist on Visual Studio Marketplace How to useOpen a project folder in Visual Studio Code before running a scan. Scan the current file
Scan the entire project
You can open the Problems panel using:
Security checks
Every finding includes:
ExampleDevShield Assist can identify code such as:
The findings are displayed inside the VS Code Problems panel with the affected location and a recommended fix.
GitHub Actions integrationDevShield Assist can also scan repositories automatically using GitHub Actions. Create this file in your repository:
Add the following workflow:
The workflow fails when DevShield Assist detects high-risk security findings, helping prevent insecure code from being merged. PrivacyDevShield Assist scans your files locally inside Visual Studio Code.
Important noticeDevShield Assist is a lightweight static security scanner. It should be used as an additional security check and not as a replacement for professional security testing, code review, or a complete enterprise security platform. Some results may require manual review. Support and feedbackIf you discover a bug or want to request a feature, open an issue: Source code: About the developerDevShield Assist was created and developed by Ayman Naeem. LicenseDevShield Assist is distributed under the MIT License. Copyright © 2026 Ayman Naeem. |