@zerotoallai/cli
v0.2.27
Published
Quick security check for MCP servers. Find CVEs before you connect.
Maintainers
Readme
@zerotoallai/cli
Quick security check for MCP servers
Check any MCP server for CVEs and trust scores in seconds.
Quick Start
# Check any npm package directly
npx @zerotoallai/cli analyze @supabase/mcp-server-supabase
# Quick CVE lookup
npx @zerotoallai/cli check mcp-remoteOutput:
● mcp-remote RED (35/100)
⚠ CVE FOUND
CVE-2025-6514 (CVSS 9.7)
RCE via command injection
⛔ NOT RECOMMENDEDWhy?
- 168 MCP servers analyzed with trust scores
- 3 CVEs discovered in popular MCP servers
- No official security review process exists
This CLI gives you a trust score before you connect.
Commands
check - Quick lookup (168 servers)
# Check for CVEs
npx @zerotoallai/cli check mcp-remote
# → RED: CVE-2025-6514 (CRITICAL)
# Safe servers
npx @zerotoallai/cli check github-mcp-server
# → GREEN (95/100)
# Needs review
npx @zerotoallai/cli check slack-mcp-server
# → YELLOW (75/100)analyze - Deep analysis
npx @zerotoallai/cli analyze ./package.jsonAnalyzes permissions, dependencies, and risk patterns.
baseline - Ecosystem stats
npx @zerotoallai/cli baselineShows MCP ecosystem averages.
Known CVEs
| Server | CVE | Severity | |--------|-----|----------| | mcp-remote | CVE-2025-6514 | CRITICAL (9.7) | | node-code-sandbox-mcp | CVE-2025-53372 | HIGH | | figma-developer-mcp | CVE-2025-53967 | HIGH |
Safe Servers (Top 5)
| Server | Score | Owner | |--------|-------|-------| | sequential-thinking | 95 | Anthropic | | github-mcp-server | 95 | GitHub | | memory-mcp | 92 | Anthropic | | inspector | 91 | MCP | | playwright-mcp | 90 | Microsoft |
API
curl "https://zero-to-all-protocol-production-b265.up.railway.app/mcp/baseline?format=llm"Links
- Website: zerotoall.ai
- API: zero-to-all-protocol-production-b265.up.railway.app
- GitHub: github.com/0xjunkim/zerotoallai
License
MIT
"88% of MCP servers require your credentials. How many have you actually reviewed?"
