Supply-chain security for AI agents, npm packages, and MCP servers. Analyze packages before you install them — zero-dep Node, runs locally, never executes untrusted code.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"pkgxray": {
"command": "npx",
"args": [
"-y",
"adamsjack711-ux/pkgxray"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add pkgxray npx -y adamsjack711-ux/pkgxray
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"pkgxray": {
"command": "npx",
"args": [
"-y",
"adamsjack711-ux/pkgxray"
]
}
}
}
📋 Copy
Topics
ai-agents cli devsecops mcp model-context-protocol nodejs npm prompt-injection security static-analysis supply-chain supply-chain-security