Getting started with the Snyk CLI Introduction to the Snyk CLI Snyk is a developer-first, cloud-native security tool to scan and monitor your software development projects for security vulnerabilities. Snyk…
Getting started with the Snyk CLI
Introduction to the Snyk CLI
Snyk is a developer-first, cloud-native security tool to scan and monitor your software development projects for security vulnerabilities. Snyk scans multiple content types for security issues:
- Snyk Open Source: Find and automatically fix open-source vulnerabilities
- Snyk Code: Find and fix vulnerabilities in your application code in real time
- Snyk Container: Find and fix vulnerabilities in container images and Kubernetes applications
- Snyk IaC: Find and fix insecure configurations in Terraform and Kubernetes code
Snyk CLI test command output example
Snyk CLI scanning supports many languages and tools. For detailed information, see the following:
- Supported languages, package managers, and frameworks for Open Source and Snyk Code
- Supported operating system distributions for Container
- Supported IaC Languages and cloud providers
Install the Snyk CLI and authenticate your machine
To use the CLI, you must install it and authenticate your machine. See Install or update the Snyk CLI and Authenticate the CLI with your account. You can refer to the release notes for a summary of changes in each release. Before scanning your code, review the Code execution warning for Snyk CLI.
{% hint style="info" %}
Before you can use the CLI for Open Source scanning, you must install your package manager. The needed third-party tools, such as Gradle or Maven, must be in the PATH.
{% endhint %}
You can also install the CLI in your IDE or CI/CD environment. For details, see the IDE and CI/CD documentation for instructions for each integration.
Test your installation
After authenticating, you can test your installation. For a quick test, run snyk --help.
Alternatively, you can perform a quick test on a public npm package, for example snyk test ionic.
Look at the test command report in your terminal. The report shows the vulnerabilities Snyk found in the package. For each issue found, Snyk reports the severity of the issue, provides a link to a detailed description, reports the path through which the vulnerable module got into your system, and provides guidance on how to fix the problem.
Scan your development Project
Before using the Snyk CLI to test your Open Source Project for vulnerabilities, with limited exceptions, you must build your Project. For details, see Open Source Projects that must be built before testing.
In addition, depending on the language of your open-source Project, you may need to set up your language environment before using the Snyk CLI. For details, refer to Supported languages, package managers, and frameworks.
After you have installed the CLI and authenticated your machine, to scan an open-source Project, use cd /my/project/ to change the current directory to a folder containing a supported package manifest file, such as package.json, pom.xml, or composer.lock. Then run snyk test. All vulnerabilities identified are listed, including their path and fix guidance.
To scan your source code, run snyk code test.
You can scan a Docker image by its tag running, for example: snyk container test ubuntu:18.04.
To scan a Kubernetes (K8s) file, run the following:\snyk iac test /path/to/kubernetes_file.yaml
For details about using the Snyk CLI to scan each content type, see the following:
- Snyk CLI for Snyk Open Source and the CLI help for the
testandmonitorcommands - Snyk CLI for Snyk Code and the Snyk Code CLI help
- Snyk CLI for Snyk Container, including Docker scanning, and the Snyk Container CLI help
- Snyk CLI for Snyk IaC, including Terraform and Kubernetes (K8s) Projects, and the Snyk IAC CLI help
Monitor your Open Source or Container Project
Snyk can monitor your Open Source or Container integrated SCM Project periodically and alert you to new vulnerabilities. To set up your Project to be monitored, run snyk monitor or snyk container monitor.
This creates a snapshot of your current dependencies so Snyk can regularly scan your code. Snyk can then alert you about newly disclosed vulnerabilities as they are introduced or when a previously unavailable patch or upgrade path is created. The following code shows an example of the output of the snyk monitor command.
> snyk monitor
Monitoring /project (project-name)...
Explore this snapshot at
https://app.snyk.io/org/my-org/project/29361c2c-9005-4692
-8df4-88f1c040fa7c/history/e1c994b3-de5d-482b-9281-eab4236c851e
Notifications about newly disclosed issues related to these
dependencies will be emailed to you.
You can log in to your Snyk account and navigate to the Projects page to find the latest snapshot and scan results:
Snyk monitor snapshot and scan results
For more information, see Monitor your Projects at regular intervals.
Running out of tests
Test limits do not apply to public repositories. If you notice that the test limits related to your private repositories (where applicable) are being used by tests on public repositories, you can remedy this by telling Snyk the public URL of the repository that is being scanned by the Snyk CLI. This ensures that Snyk does not count a public repository towards the test limits.
If you run out of tests on an open-source Project, follow these steps:
- Run
snyk monitor. - In the Snyk Web UI, navigate to the Settings of the Project.
- Enter the URL of your open-source repository under Git remote URL.
Additional information about the Snyk CLI
Run snyk help or see the CLI commands and options summary.
See the course Introduction to the Snyk CLI for a quick video training session.
Snyk also provides a cheat sheet (blog post).
In particular, see the information about the following options that you may find useful:
--severity-threshold=low|medium|high|critical: Report only vulnerabilities of the specified level or higher.--json: Print results in JSON format.--all-projects: Auto-detect all Projects in the working directory.
Getting support for the Snyk CLI
Use the resources on the Snyk support page to find help for using the Snyk CLI or Snyk in general. Note that Snyk support does not actively monitor GitHub Issues on any Snyk development project.
Snyk CLI is closed to contributions
Effective July 22, 2024, Snyk CLI no longer accepts external contributions.
Due to the CLI's extensive usage and intricate nature, even minor modifications can have unforeseen consequences. Since introducing release channels to the CLI code in April 2024, Snyk's focus has been on stabilizing releases. Snyk believes this open-source, closed-contribution model best serves this goal.
In the spirit of transparency to Snyk customers and CLI users, Snyk will continue working in public. However, going forward, Snyk CLI is closed to contributions.
Snyk appreciates and extends gratitude to the Snyk community.
Security
For any security issues or concerns, see the SECURITY.md file in the GitHub repository.
Members
-
cli
Snyk CLI scans and monitors your projects for security vulnerabilities.
TypeScript ★ 5.6k 4m agoExplain → -
agent-scan
Security scanner for AI agents, MCP servers and agent skills.
Python ★ 2.7k 7h agoExplain → -
driftctl
Detect, track and alert on infrastructure drift
Go ★ 2.7k 8d agoExplain → -
zip-slip-vulnerability
Zip Slip Vulnerability (Arbitrary file write through archive extraction)
★ 842 10mo agoExplain → -
actions
A set of GitHub actions for checking your projects for vulnerabilities.
HTML ★ 640 24d agoExplain → -
parlay
Enrich SBOMs with data from third party services
Go ★ 230 1mo agoExplain → -
vulncost ▣
Find security vulnerabilities in open source npm packages while you code
JavaScript ★ 210 4y agoExplain → -
broker
A broker system between a public service and a private service
TypeScript ★ 120 3d agoExplain → -
vscode-extension
Snyk extension for Visual Studio Code
TypeScript ★ 111 4h agoExplain → -
socketsleuth
Burp Extension to add additional functionality for pentesting websocket based applications
Java ★ 108 10mo agoExplain → -
snyk-to-html
Tool to export test reports from the Snyk CLI to HTML.
Handlebars ★ 105 9d agoExplain → -
leaky-vessels-dynamic-detector ▣
Leaky Vessels Dynamic Detector
C ★ 105 1y agoExplain → -
kubernetes-monitor
Use Snyk to find and fix vulnerabilities in your Kubernetes workloads
TypeScript ★ 99 2d agoExplain → -
leaky-vessels-static-detector
Static detection tool for runc and Docker "Leaky Vessels" vulnerabilities
Go ★ 95 9mo agoExplain → -
deepcode_ai_fix ▣
No description.
Python ★ 91 10mo agoExplain → -
snyk-maven-plugin
Test and monitor your projects for vulnerabilities with Maven. This plugin is officially maintained by Snyk.
Java ★ 83 1mo agoExplain → -
snyk-ls
Language Server used by IDEs as Snyk Backend for Frontends
Go ★ 82 3h agoExplain → -
nodejs-lockfile-parser
Generate a Snyk dependency tree from package-lock.json or yarn.lock file
TypeScript ★ 77 4h agoExplain → -
release-notes-preview ▣
GitHub Action for providing release notes preview for semantic releases
TypeScript ★ 75 3y agoExplain → -
policy-engine
Unified Policy Engine
Go ★ 72 1mo agoExplain → -
snyk-intellij-plugin
Snyk Vulnerability Scanner for IDEs based on the IntelliJ platform
Kotlin ★ 67 6h agoExplain → -
snyk-images
A build toolchain for Snyk Docker images.
HTML ★ 66 1mo agoExplain → -
user-docs
Gitbook documentation repo.
Go ★ 55 32m agoExplain → -
studio-mcp
No description.
Go ★ 49 2d agoExplain → -
dep-graph
Represents a dependency graph
TypeScript ★ 49 24d agoExplain → -
studio-recipes
A collection of Snyk Studio suggested Rules, Commands, Hooks, and Directives
Python ★ 48 3h agoExplain → -
awesome-snyk-community ▣
Awesome Snyk community contributions, champions, integrations, blogs, tools and more 💜
★ 48 4y agoExplain → -
snyk-api-import
⚡️Snyk API powered import tool to help you automate & monitor a large scale import into Snyk organizations. Designed for onboarding with a built in queue & retries 📈
TypeScript ★ 43 1mo agoExplain → -
faker-security
Python Faker provider for security related data
Python ★ 42 29d agoExplain → -
snyk-visual-studio-plugin
Snyk Visual Studio Extension
C# ★ 41 5h agoExplain → -
serverless-snyk ▣
Serverless plugin for securing your dependencies with Snyk
JavaScript ★ 41 5y agoExplain → -
jobs ▣
Job opportunities at Snyk - join us in driving Open Source Security!
JavaScript ★ 40 4y agoExplain → -
snyk-docker-plugin
This plugin provides dependency metadata for Docker images
TypeScript ★ 38 1h agoExplain → -
snyk-azure-pipelines-task
No description.
TypeScript ★ 37 8h agoExplain → -
resolve-deps
Resolves a node package tree with combined support for both npm@2 and npm@3
TypeScript ★ 30 28d agoExplain → -
snyk-gradle-plugin
Basic Snyk CLI plugin for Gradle support
TypeScript ★ 29 24d agoExplain → -
skemium
Generate and Compare Debezium CDC (Chance Data Capture) Avro Schema, directly from your Database.
Java ★ 28 20h agoExplain → -
github-codeowners ▣
No description.
TypeScript ★ 27 2mo agoExplain → -
artifactory-snyk-security-plugin
Allow Artifactory users to test their applications against the Snyk vulnerability database
Java ★ 25 2h agoExplain → -
homebrew-tap
An automatically updated Homebrew tap for Snyk
Ruby ★ 24 2d agoExplain → -
snyk-python-plugin
Basic Snyk CLI plugin for Python support
Python ★ 23 22d agoExplain → -
snyk-eclipse-plugin
Eclipse plugin
Java ★ 22 7h agoExplain → -
nexus-snyk-security-plugin ▣
Allow Nexus users to test their applications against the Snyk vulnerability database
Java ★ 21 10mo agoExplain → -
snyk-orb
Integrate Security into your CircleCI pipeline with Snyk
★ 21 29d agoExplain → -
event-loop-spinner
Centralised event loop spinning
TypeScript ★ 21 1mo agoExplain → -
snyk-apps-demo
Snyk demo app that showcases how Snyk Apps work, including the authorization flow.
TypeScript ★ 21 11d agoExplain → -
pkgbot ▣
Superseded by @statsbot (private repo)
JavaScript ★ 19 6y agoExplain → -
driftctl-action
GitHub Action for driftctl
Shell ★ 19 1mo agoExplain → -
snyk-broker-helm
No description.
Go Template ★ 19 28d agoExplain → -
gradle-plugin
Snyk Gradle Plugin - Scanning and monitoring your dependencies for security vulnerabilities from Gradle
Java ★ 18 28d agoExplain → -
go-application-framework
Framework for building client side applications like the Snyk CLI with its Extensions
Go ★ 16 4h agoExplain → -
nodejs-runtime-agent ▣
Snyk Node Runtime Agent
JavaScript ★ 16 4y agoExplain → -
scoop-snyk
A Scoop Bucket for Snyk, making installation on Windows easier
Ruby ★ 15 2d agoExplain → -
snyk-code-review-exercise ▣
Example Code Review Exercise
★ 15 1y agoExplain → -
snyk-go-plugin
Basic Snyk CLI plugin for Golang support
TypeScript ★ 14 24d agoExplain → -
snyk-iac-rules
No description.
Go ★ 14 21d agoExplain → -
code-client
Typescript consumer of public API
TypeScript ★ 13 8d agoExplain → -
snyk-poetry-lockfile-parser
No description.
TypeScript ★ 13 28d agoExplain → -
dotnet-deps-parser
Generate a dependency tree from .NET & .NET Core manifest files
TypeScript ★ 12 1mo agoExplain → -
unified-range
Uniform version ranges based on the Maven VersionRange spec
Python ★ 12 29d agoExplain → -
java-call-graph-builder ▣
Tool for building a call graph for the JVM ecosystem (Maven, Gradle...)
TypeScript ★ 12 2y agoExplain → -
teamcity-snyk-security-plugin
Allow TeamCity users to test their applications against the Snyk vulnerability database
Java ★ 12 13h agoExplain → -
cocoapods-lockfile-parser
Generate a Snyk dependency graph from a Podfile.lock file
TypeScript ★ 12 3d agoExplain → -
policy
Snyk policy parser and matching logic
TypeScript ★ 11 7d agoExplain → -
snyk-go-parser
A library to parse dependency manifests for Go
TypeScript ★ 11 28d agoExplain → -
agentic-integration-wrappers
Provides wrappers to integrate with agentic workflows
Shell ★ 11 2d agoExplain → -
snyk-sbt-plugin
Basic Snyk CLI plugin for SBT support
TypeScript ★ 10 28d agoExplain → -
fluentd-logzio-kubernetes ▣
A kubernetes daemonset that pushes your cluster logs to logz.io using fluentd
Shell ★ 10 8y agoExplain → -
snyk-mvn-plugin
Basic Snyk CLI plugin for Maven support
TypeScript ★ 10 2d agoExplain → -
snyk-php-plugin
Basic Snyk CLI plugin for PHP support
TypeScript ★ 9 28d agoExplain → -
snyk-hex-plugin
No description.
Elixir ★ 9 21d agoExplain → -
snyk-nuget-plugin
Basic Snyk CLI plugin for .NET support.
TypeScript ★ 9 2d agoExplain → -
config
Common config loader for snyk
TypeScript ★ 9 4mo agoExplain → -
rpm-parser
Produce a list of dependencies from an RPM database file
TypeScript ★ 9 21d agoExplain → -
composer-lockfile-parser
Snyk composer.lock file parser
TypeScript ★ 9 28d agoExplain → -
kubernetes-scanner
Collects data about Kubernetes resources for Snyk
Go ★ 9 20d agoExplain → -
rust-vulnerable-apps
Benchmark for rust security rules
Rust ★ 9 1mo agoExplain → -
snyk-github-import ▣
Import projects from GitHub repos modified since a given date
JavaScript ★ 8 6y agoExplain → -
cloud-config-parser
A utility library for finding issues in configuration files
TypeScript ★ 8 22d agoExplain → -
sweater-comb
API linting rules
TypeScript ★ 8 1mo agoExplain → -
go-httpauth
"Advanced" HTTP Authentication mechanisms to be used in the golang HTTP stack
Go ★ 8 29d agoExplain → -
snyk-cpp-plugin
Snyk CLI C/C++ plugin
TypeScript ★ 8 2d agoExplain → -
graphlib ⑂
A directed multi-graph library for JavaScript
TypeScript ★ 8 28d agoExplain → -
resolve-package
Resolves the location of a node package given a path
HTML ★ 7 28d agoExplain → -
driftctl-docs
Docs site for driftctl
MDX ★ 7 1mo agoExplain → -
cli-extension-sbom
No description.
Go ★ 7 2d agoExplain → -
code-client-go
Client used for Snyk Code scanning capabilities in the IDE and CLI.
Go ★ 7 9h agoExplain → -
saw-mcp
No description.
Python ★ 7 4h agoExplain → -
snyk-iac-aws-cdk ▣
Snyk Infrastructure as Code Demo for AWS CDK
JavaScript ★ 7 2y agoExplain → -
cli-extension-os-flows
No description.
Go ★ 6 53m agoExplain → -
snyk-cocoapods-plugin
Basic Snyk CLI plugin for CocoaPods support
TypeScript ★ 6 3d agoExplain → -
module
Module helper - for parsing strings and confirming support
JavaScript ★ 6 28d agoExplain → -
code-sdk-java ▣
Snyk Code Public API package in Java
Java ★ 6 3y agoExplain → -
java-runtime-agent ▣
Java runtime instrumentation
Java ★ 6 5y agoExplain → -
snyk-to-jira ▣
Shell script to convert Snyk issues to JIRA tickets
Shell ★ 6 7y agoExplain → -
snyk-iac-devsecops-challenge ▣
Demo Repository
Python ★ 6 1y agoExplain → -
try-require
Snyk package loading system with policy detection
JavaScript ★ 5 20d agoExplain → -
snyk-paket-parser
No description.
TypeScript ★ 5 28d agoExplain → -
unless-overloaded ▣
Yet another attempt at worker pools
TypeScript ★ 5 21d agoExplain → -
custom-rules-examples
No description.
Open Policy Agent ★ 5 20d agoExplain → -
cli-extension-dep-graph
No description.
Go ★ 5 2d agoExplain → -
snyk-universal-broker-helm
Helm Chart for the Universal Broker
TypeScript ★ 5 28d agoExplain → -
code-review-exercise-node
No description.
TypeScript ★ 5 5mo agoExplain → -
snykwire ▣
No description.
JavaScript ★ 5 9y agoExplain → -
press-kit ▣
Snyk's press kit
★ 5 7y agoExplain → -
snyk-nodejs-plugin
Basic Snyk CLI plugin for NodeJS support
TypeScript ★ 4 4h agoExplain → -
follow-npm ▣
Simple cli tool that prints package@version to stdout
JavaScript ★ 4 5y agoExplain → -
snyk-bazel-plugin ▣
Basic Snyk CLI plugin for Bazel support
TypeScript ★ 4 4y agoExplain → -
snyk-cli-interface
API definitions for Snyk CLI
TypeScript ★ 4 1mo agoExplain → -
lambda-env-updater
Very simple executable to update a lambda function environment variables
Go ★ 4 1mo agoExplain → -
go-deps-resolver
Scans the imports from all Go packages (and subpackages) rooted in current dir and prints the dependency graph in a JSON format that can be imported via npmjs.com/graphlib
Go ★ 4 1mo agoExplain → -
mix-parser
No description.
TypeScript ★ 4 28d agoExplain → -
sequelize-encrypted ⑂
Encrypted fields for Sequelize ORM
JavaScript ★ 4 16d agoExplain → -
eslint-plugin-airtight
No description.
TypeScript ★ 4 15d agoExplain → -
snyk-code-local-engine
No description.
HTML ★ 4 17d agoExplain → -
error-catalog-golang-public
The Public Snyk Error Catalog
Go ★ 4 21d agoExplain → -
gemfile ⑂
A Gemfile.lock parser for Node.js represented with JSON.
JavaScript ★ 4 28d agoExplain → -
broker-snyk-client-example ▣
An example of the old-style broker configuration. Please read the newer docs.
★ 4 6y agoExplain → -
snyk-docker-analyzer ▣
CLI for analyzing docker images (previous method, see snyk-docker-plugin)
Go ★ 4 6y agoExplain → -
java-security-code-workshop ⑂ ▣
No description.
Java ★ 4 2y agoExplain → -
scala-woof ▣
An intentionally vulnerable application, for testing
Scala ★ 3 5y agoExplain → -
driftctl-orb
CircleCI driftctl orb
Shell ★ 3 1mo agoExplain → -
snyk-iac-parsers
This golang project contains the file parsing functionality used in Snyk Infrastructure as Code.
Go ★ 3 1mo agoExplain → -
snyk-iac-capture
No description.
Go ★ 3 1mo agoExplain → -
snyk-swiftpm-plugin
No description.
TypeScript ★ 3 28d agoExplain → -
container-cli
CLI Extensions for Snyk Container
Go ★ 3 7d agoExplain → -
snyk-broker-config
Small CLI utility for Snyk Universal Broker
TypeScript ★ 3 28d agoExplain → -
code-review-exercise-python
Python version of code review exercise
Python ★ 3 5mo agoExplain → -
cli-extension-secrets
Snyk CLI extension for secrets detection.
Go ★ 3 6d agoExplain → -
node-dump-stacks ⑂
No description.
C++ ★ 3 23d agoExplain → -
cyclonedx-go ⑂ ▣
Go library to consume and produce CycloneDX Software Bill of Materials (SBOM)
Go ★ 3 1mo agoExplain → -
cli-extension-iac-rules
Snyk CLI extension for Snyk Cloud
Go ★ 3 1mo agoExplain → -
cli-extension-ai-bom
Snyk CLI Extension to generate an AI BOM document for a local software project
Go ★ 3 1mo agoExplain → -
groovy-vuln-examples
This repo contains examples of some common Groovy related security vulnerabilities
Groovy ★ 3 1mo agoExplain → -
coredns-helm ⑂ ▣
Helm Charts for CoreDNS
Mustache ★ 3 1y agoExplain → -
runtime-sensor ▣
[Archived by ProdSec on 2026.05.05]
★ 3 10mo agoExplain → -
code-review-exercise-golang
Go version of the code review exercise
Go ★ 3 5mo agoExplain → -
hcl2json ⑂
Convert hcl2 to json: Forked to temporarily maintain fixes on the 0.3.1 release as 0.3.2 has backward incompatible changes.
Go ★ 3 1mo agoExplain → -
snyk-iac-arm
No description.
Bicep ★ 3 1mo agoExplain → -
demo-snyk-maven-plugin ▣
Demo project for snyk-maven-plugin
Java ★ 3 2y agoExplain → -
jenkins-docker ▣
No description.
CSS ★ 3 8y agoExplain → -
dotnet-project-json ▣
Standard project.json dependency file.
★ 3 7y agoExplain → -
test-pug ▣
No description.
Ruby ★ 3 3y agoExplain → -
test-ruby-project ▣
No description.
Ruby ★ 3 3y agoExplain → -
test-git-ruby-project ▣
No description.
Ruby ★ 3 3y agoExplain → -
snyk-cli-action ▣
Run Snyk CLI in the Github Action flow
Dockerfile ★ 3 6y agoExplain → -
snyk-iac-custom-rules-beta ▣
Beta documentation for Snyk IaC Custom Rules
★ 3 3y agoExplain → -
oompa ▣
A tiny pick-me-app for websocket-based, stateless, microservices.
JavaScript ★ 2 8y agoExplain → -
dotnet-poc ▣
No description.
JavaScript ★ 2 9y agoExplain → -
node-woof ▣
An intentionally vulnerable application, for testing
JavaScript ★ 2 4y agoExplain → -
clojure-manifest-parser ▣
WIP
TypeScript ★ 2 5y agoExplain → -
jest-runner-tap ▣
A jest runner for tap, for bridging existing tests into a jest workflow
TypeScript ★ 2 5y agoExplain → -
cli-extension-iac
No description.
Go ★ 2 1mo agoExplain → -
express-x-hub ⑂ ▣
X-Hub-Signature Express.js Middleware
JavaScript ★ 2 8mo agoExplain → -
cli-extension-agent-scan
CLI Extension for Invariant agent-scan
Go ★ 2 1mo agoExplain → -
hosted-git-info ⑂ ▣
Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab
JavaScript ★ 2 8y agoExplain → -
tree ▣
Displays a visual tree representation of an `npm ls` object
JavaScript ★ 2 10y agoExplain → -
test-ruby-repo-policy ▣
A test ruby repo with a policy file
Ruby ★ 2 3y agoExplain → -
testproject-java-maven ⑂ ▣
No description.
★ 2 2y agoExplain → -
passport-snyk-oauth2 ▣
Snyk Apps Passport OAuth2 Strategy
TypeScript ★ 2 2y agoExplain → -
community-operators-prod ⑂ ▣
community-operators metadata backing OpenShift OperatorHub
Dockerfile ★ 2 2y agoExplain → -
pages ▣
Was logged out pages on the website, (Jekyll via. GitHub Pages), now Wordpress
HTML ★ 1 6y agoExplain → -
maven-semver
A semver parser that uses maven semantics with node-semver's api
JavaScript ★ 1 28d agoExplain → -
php-poc ▣
No description.
JavaScript ★ 1 9y agoExplain → -
snyk-types-tap ▣
Opinionated, Snyk-specific typings for TAP. Write your tests nicely!
★ 1 6y agoExplain → -
uv-goof
A collection of vulnerable uv projects.
Python ★ 1 1mo agoExplain → -
package-manager-detection ▣
No description.
TypeScript ★ 1 9mo agoExplain → -
cli-extension-ai-redteam
Snyk CLI extension supporting AI Red Teaming
Go ★ 1 2mo agoExplain → -
kiro-power-snyk
Public repo for the Snyk Secure at Inception Kiro Power.
★ 1 1mo agoExplain → -
charts ⑂ ▣
Curated applications for Kubernetes
★ 1 6y agoExplain → -
spdx-correct.js ⑂ ▣
temporary patch for a library which corrects invalid SPDX identifiers
JavaScript ★ 1 6y agoExplain → -
recursive-readdir ⑂ ▣
A safe version of recursive-readdir. Node.js module to list all files in a directory or any subdirectories.
JavaScript ★ 1 10y agoExplain → -
aws-modernization-hub ⑂ ▣
No description.
★ 1 5y agoExplain → -
glob-parent ⑂ ▣
Extract the non-magic parent path from a glob string.
JavaScript ★ 1 5y agoExplain → -
quickstart-snyk-serverless ⑂ ▣
AWS Quick Start Team
★ 1 3y agoExplain → -
go-license-detector ⑂ ▣
Reliable project licenses detector.
Go ★ 1 3y agoExplain → -
lambda-vuln-example ▣
Sample vulnerable lambda function
★ 1 9y agoExplain → -
logzio-docker ⑂ ▣
Forward all your Docker logs to Logz.io
JavaScript ★ 1 5y agoExplain → -
terraform-provider-grafana ⑂ ▣
Terraform Grafana provider
Go ★ 1 4y agoExplain → -
emitter ⑂ ▣
A JavaScript event emitter written in ES6.
★ 1 2y agoExplain → -
spring.goof ⑂ ▣
No description.
Java ★ 1 2y agoExplain → -
community-operators ⑂ ▣
The canonical source for Kubernetes Operators that are published on OperatorHub.io and part of the default catalog of the Operator Lifecycle Manager.
Dockerfile ★ 1 2y agoExplain → -
bazel-simple-app ▣
Bazel Java demo app for creating Dep Graph
Java ★ 1 5y agoExplain → -
aws-cloudformation-resource-providers ▣
Snyk integration to AWS CloudFormation Registry
Go ★ 1 3y agoExplain → -
sre-exercise-sample-app ▣
A Node.js web server with severe event loop blocking challenges, for use with Snyk's SRE practical exercise.
JavaScript ★ 1 5y agoExplain → -
pubsubbeat ⑂ ▣
An Elastic Beat to ingest data from Google Pub/Sub
Go ★ 1 6y agoExplain → -
eslint-plugin-sinful ⑂ ▣
No description.
★ 1 4y agoExplain → -
java-woof ▣
An intentionally vulnerable application, for testing
Java ★ 0 3y agoExplain → -
snyk-docker-pull
No description.
TypeScript ★ 0 6h agoExplain → -
grafana-api-golang-client ⑂ ▣
Grafana HTTP API Client for Go
Go ★ 0 4y agoExplain → -
claude-plugin-snyk
Public repo for the Snyk Secure at Inception Claude Plugin.
Python ★ 0 23d agoExplain → -
cursor-plugin-snyk
Public repo for the Snyk Secure at Inception Cursor Plugin.
Python ★ 0 23d agoExplain → -
update-notifier ⑂ ▣
Update notifications for your CLI app
★ 0 5y agoExplain → -
maven-simple-repo ⑂ ▣
A plain repo with a single valid pom.xml file on its root
★ 0 3y agoExplain → -
postgres_exporter ⑂ ▣
A PostgreSQL metric exporter for Prometheus
★ 0 3y agoExplain → -
npm-types ⑂ ▣
Typescript definitions for npm registry content
TypeScript ★ 0 6y agoExplain → -
terraform-helm ⑂ ▣
Helm chart to install Terraform Cloud Operator and other associated components.
★ 0 4y agoExplain → -
terraform-provider-metanetworks ⑂ ▣
Terraform Meta Networks provider
★ 0 5y agoExplain → -
pkg-fetch ⑂ ▣
Holds the binaries used by `pkg` to generate executables
★ 0 5y agoExplain → -
node-https-proxy-agent ⑂ ▣
An HTTP(s) proxy `http.Agent` implementation for HTTPS endpoints
★ 0 6y agoExplain →
No repos match these filters.