2023-04-07 13:36:53 +05:30
2023-04-07 13:36:53 +05:30
2023-04-04 22:09:32 +02:00
2023-01-12 20:32:21 +05:30
2023-01-12 20:41:52 +05:30
2023-02-18 18:01:35 +05:30
2022-12-30 09:09:03 +05:30
2023-02-21 19:42:44 +05:30
2023-02-22 19:06:48 +05:30
2023-03-30 01:38:31 +02:00
2023-01-12 20:32:21 +05:30

SafeDep Vet

🙌 Refer to https://safedep.io/docs for the documentation 📖

License Release OpenSSF Scorecard CodeQL Scorecard supply-chain security

vet banner

Automate Open Source Package Vetting in CI/CD

vet is a tool for identifying risks in open source software supply chain. It helps engineering and security teams to identify potential issues in their open source dependencies and evaluate them against organizational policies.

🔥 vet in action

vet Demo

Getting Started

  • Download the binary file for your operating system/architecture from the Official GitHub Releases

  • Get an API key for the vet insights data access for performing the scan

vet auth trial --email john.doe@example.com

vet register trial

A time limited trial API key will be sent over email.

  • Configure vet to use API key to access the insights
vet auth configure

vet configure

Insights API is used to enrich OSS packages with metadata for rich query and policy decisions. Alternatively, the API key can be passed through environment variable VET_API_KEY

  • Run vet to identify risks
vet scan -D /path/to/repository

vet scan directory

  • You can also scan a specific (supported) package manifest
vet scan --lockfiles /path/to/pom.xml
vet scan --lockfiles /path/to/requirements.txt
vet scan --lockfiles /path/to/package-lock.json

Example Security Gate using vet to prevent introducing new OSS dependency risk in an application.

📖 Documentation

vet docs

🎊 Community

First of all, thank you so much for showing interest in vet, we appreciate it ❤️

SafeDep Discord

🔖 References

Description
Next Generation Software Composition Analysis (SCA) with Malicious Package Detection, Code Context & Policy as Code
Readme Apache-2.0 24 MiB
v1.12.5 Latest
2025-09-05 14:25:43 -05:00
Languages
Go 94.6%
templ 2%
Python 0.9%
Shell 0.8%
JavaScript 0.8%
Other 0.9%