MCP Server
Active
io.github.eltociear/skill-audit-mcp MCP Server
io.github.eltociear/skill-audit-mcp
What is the io.github.eltociear/skill-audit-mcp MCP server?
MCP server: static security scanner for MCP servers, agent skills & plugins. 68 attack patterns.
How to install io.github.eltociear/skill-audit-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"skill-audit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/skill-audit-mcp:mcp-1.0.2"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"skill-audit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/skill-audit-mcp:mcp-1.0.2"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"skill-audit-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/skill-audit-mcp:mcp-1.0.2"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"skill-audit-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/skill-audit-mcp:mcp-1.0.2"
]
}
}
}Claude Code
claude mcp add skill-audit-mcp -- docker run -i --rm ghcr.io/eltociear/skill-audit-mcp:mcp-1.0.2Related MCP servers
EVM contract/token risk check + ERC20 approval (proxy, EIP-7702, unlimited-allowance). Zero deps.
1
View repository →Python
MIT
Detects leaked secrets & API keys: 32+ provider rules (AWS, GitHub, Stripe, OpenAI…), zero deps.
1
View repository →Python
MIT