Test your code
Check for known vulnerabilities in public GitHub repos, npm packages and Docker images
By submitting this form you consent to us emailing you occasionally about our products and services. You can unsubscribe from emails at any time, and we will never pass your email onto third parties. Privacy Policy
Test a local project
Snyk’s CLI helps you find and fix known vulnerabilities in your dependencies, both ad hoc and as part of your CI (Build) system
The Snyk CLI requires you to authenticate with your account before using it. It supports Node.js, Ruby, Python, Java, Scala, Go and .NET.
Installation
Snyk is installed via npm. Run these commands to install it for local use:
npm install -g snyk
Once installed, you need to authenticate with your Snyk account:
snyk auth
To only test your project for known vulnerabilities, browse to your project’s folder and run snyk test:
cd ~/projects/myproj/
snyk test
Stay secure!
Get alerted when new vulnerabilities are found in your dependencies, and automatic pull requests when a fix is available.