Modern software projects rely on many outside pieces of code called dependencies. These pieces often contain security holes or outdated instructions. This dashboard sits inside your code editor and tracks the health of these components. It replaces manual check tools like npm audit, composer audit, and pip audit. It updates your view as you work so you catch problems before they become risks.
.vsix. Click this file to save it to your computer.You must install this file through your code editor. Follow these steps:
Once installed, the extension runs automatically. It scans your open project folders for known code ecosystems. It recognizes files for cargo-rust, composer, gomod, gradle, maven, npm, nuget, and pip.
You can view the dashboard by clicking the new icon that appeared in your left sidebar. The screen shows a list of your dependencies. A green checkmark means the dependency is secure. A yellow warning means an update is available. A red icon means your project contains a known security flaw.
If you see a red icon:
This extension helps you maintain diverse software environments. You do not need to install separate tools for different languages. The system handles these ecosystems:
You can adjust how the tool behaves:
The tool runs local scans on your machine. We do not send your private source code to external servers. The extension matches your dependency list against a public database of known vulnerabilities. This ensures your project stays private while you receive up-to-date security information.
Does this slow down my editor? The tool runs background checks. It uses minimal memory and does not block your work.
What happens if I work offline? The dashboard functions based on its last fetched database. It shows a warning if you have not connected to the internet in more than 24 hours.
Can I ignore specific alerts? Yes. Right-click any dependency in the list and select “Ignore this alert”. The dashboard keeps this entry in the ignored list until you remove it.
Is this tool free? This software remains free for all users under the current license.
Use the issues tab on the GitHub page to report errors or suggest improvements. Include your version of Visual Studio Code and your operating system in your report. This helps the team fix problems faster.