SafeDep Vet MCP server
Protect your AI agents and IDEs from malicious open-source packages.
1.1k stars
Reviews
Write oneNobody has reviewed SafeDep Vet MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
SafeDep Vet MCP tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanpackage could not be scannedn/a
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 3 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
What the publisher says
From the SafeDep Vet MCP repository's README, as published. We do not edit it. Read it on GitHub
Quick Start • Documentation • Community
[!NOTE]
vet also runs in the cloud. Point it at your GitHub repositories and get continuous scanning, malware detection, and policy enforcement without managing any infrastructure. See SafeDep Cloud for the end-to-end software supply chain security platform.
Why vet?
70-90% of modern software is open source code — how do you know it's safe?
Traditional SCA tools drown you in CVE noise. vet takes a different approach:
- Shadow AI discovery — Discover AI tool usage signals across various tools and configurations
- Catch malware before it ships — Zero-day detection through static and dynamic behavioral analysis (requires SafeDep Cloud access)
- Cut through vulnerability noise — Analyzes actual code usage to surface only the risks that matter
- Enforce policy as code — Express security, license, and quality requirements as CEL expressions
- CI/CD integration — Zero-config security guardrails in CI/CD
Free for open source. Hosted SaaS available at SafeDep.
Quick Start
Install in seconds:
# macOS & Linux
brew install vet
# Using npm
npm install -g @safedep/vetor download a pre-built binary
Get started immediately:
# Scan for malware in your dependencies
vet scan -D . --malware-query
# Fail CI on critical vulnerabilities
vet scan -D . --filter 'vulns.critical.exists(p, true)' --filter-failArchitecture
vet follows a pipeline architecture: readers ingest package manifests from diverse sources (directories, repositories, container images, SBOMs), enrichers augment each package with vulnerability, malware, and scorecard data from SafeDep Cloud, the CEL policy engine evaluates security policies against enriched data, and reporters produce actionable output in formats like SARIF, JSON, and Markdown.
View architecture diagram
graph TB
subgraph "OSS Ecosystem"
R1[npm Registry]
R2[PyPI Registry]
R3[Maven Central]
R4[Other Registries]
endShortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add vet-mcp -- docker run -i --rm ghcr.io/safedep/vet:v1.19.1
SafeDep Vet MCP: common questions
- Is SafeDep Vet MCP server safe?
- Yes, by our scan: it is graded A (90/100). Read the SafeDep Vet MCP safety report
- How do I install SafeDep Vet MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does SafeDep Vet MCP need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is SafeDep Vet MCP maintained?
- The last commit was 4 days ago (2026-09-16). The latest release is v1.19.1.