Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>LibAnalyzerNew to Visual Studio Code? Get it now.
LibAnalyzer

LibAnalyzer

Aswin Venkat

|
182 installs
| (0) | Free
Find and fix vulnerable libraries in your project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

libanalyzer

Lib Analyzer is a VScode extension written in javascript. It is used to detect vulnerable libraries in your project.

Language support

Libanalyzer supports,

  • NPM project (Javascript)
  • Maven project (Java)
  • Go project (Golang)

Requirement

To scan using libanalyzer you should have any one of the following dependencies file,

  • go.mod or go.sum file if your project is golang
  • pom.xml file if your project is java
  • packages.json file if your project is javascript

Running

Once the extension is installed open any of your project (go or js or java)

  • Open the respective dependency file .mod or .sum or .json or .xml
  • Press ctrl+shift+P if you are in windows
  • Press cmd+shift+P if you are in mac
  • In the top search bar type Run libanalyzer
  • Hit enter and that's it scan started

Steps

1. Open up a dependency file

Opening a dependency file

2. Search and run the command

Running libanalyzer

For more information

  • Contact me Hackwithash
  • Follow me on Linkedin

Enjoy!

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