DepsShield – Real-time dependency security for MCP-enabled AI coding tools #641
ganolmc
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
What would you like to share?
I built an MCP server that adds dependency security checks to Claude Desktop, Cursor, Cline, and other MCP-compatible tools.
The problem
Supply chain attacks grew 188% this year. In September, 18 npm packages (including chalk and debug) with 2.6 billion weekly downloads were compromised in just 2 hours. AI coding assistants suggest packages at machine speed—but have no awareness of security risks.
What it does
DepsShield checks npm packages against vulnerability databases (OSV, GitHub Advisory) and returns:
Response time is under 3 seconds, so it doesn't interrupt your workflow.
Setup (zero installation)
Add to your Claude Desktop config:
{ "mcpServers": { "depsshield": { "command": "npx", "args": ["-y", "@depsshield/mcp-server"] } } }Restart Claude Desktop and it's ready.
What's next
Security note
Runs locally via npx. Queries only public databases (OSV, npm registry). No credentials required, no code sent anywhere.
Feedback welcome—especially on what security signals would be most useful to surface.
Relevant Links
Beta Was this translation helpful? Give feedback.
All reactions