security
Vet
vet-mcp checks open source packages—like those suggested by AI coding tools—for vulnerabilities and malicious code. It supports npm and PyPI, and runs locally via Docker or as a standalone binary for fast, automated vetting.
cloud
macos
windows
linux
rust
enterprise
security
Installation
npx -y safedep/vetConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "vet",
"command": "npx",
"args": [
"-y",
"safedep/vet"
]
}About This MCP Server
safedep/vet
vet-mcp checks open source packages—like those suggested by AI coding tools—for vulnerabilities and malicious code. It supports npm and PyPI, and runs locally via Docker or as a standalone binary for fast, automated vetting.
GitHub: https://github.com/safedep/vet/blob/main/docs/mcp.md
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub