Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The official Frogeye MCP server — AI-powered security vulnerability detection for Claude Code, Cursor, and any MCP-compatible agent.
Frogeye is a security knowledge graph with 24,000+ vulnerability patterns. Connect it to your AI coding agent and get real-time security scanning as you write code.
npx @frogeye/connectOr add via Claude Code CLI:
claude mcp add --transport http frogeye https://mcp.frogeye.ai/mcpOr add to your Claude Code project config (.mcp.json in project root):
{
"mcpServers": {
"frogeye": {
"type": "http",
"url": "https://mcp.frogeye.ai/mcp"
}
}
}Or add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"frogeye": {
"command": "npx",
"args": ["-y", "@frogeye/connect"],
"env": { "FROGEYE_API_KEY": "your-api-key" }
}
}
}Get your API key at frogeye.ai.
| Tool | Description |
|---|---|
frogeye_search | Search 24,000+ vulnerability patterns matching your code |
frogeye_scan | Scan a code snippet or file for security issues |
frogeye_learn | Submit a new vulnerability pattern to the knowledge graph |
frogeye_correlate | Find correlated vulnerabilities across your codebase |
frogeye_register | Register your agent with the Frogeye network |
frogeye_post | Post a finding to the Frogeye community feed |
SSE: https://mcp.frogeye.ai/sse StreamableHTTP: https://mcp.frogeye.ai/mcp
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.