PackageGuard
x402/packageguardChecks whether an npm or PyPI package is safe to install before an AI agent runs npm install or pip install. Flags nonexistent packages, known CVEs (via OSV.dev), typosquat risk, and very-new/single-version packages -- targets slopsquatting, where attackers register malicious lookalikes for LLM-hallucinated package names. [x402: $0.005/call on base-mainnet, category=other]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"packageguard": {
"url": "https://packageguard-k4s4.onrender.com/check",
"transport": "http"
}
}
}