PluginBench
MCP Server

io.github.mlawsonking/package-guard-mcp MCP Server

io.github.mlawsonking/package-guard-mcp

What is the io.github.mlawsonking/package-guard-mcp MCP server?

Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats.

How to install io.github.mlawsonking/package-guard-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": {
    "package-guard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "package-guard-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "package-guard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "package-guard-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "package-guard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "package-guard-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "package-guard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "package-guard-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add package-guard-mcp -- npx -y package-guard-mcp

Related MCP servers

Input/output safety for AI agents: prompt-injection scan, URL/IP check, pwned passwords, PII scan.

View repository →

Security scan for AI-generated code: injection, SSRF, secrets, weak crypto, unsafe deserialization.

View repository →

Email safety for AI agents: scan inbound for prompt-injection/phishing + outbound for secret leaks.

View repository →

Pre-send risk check for AI agents that move money — screen an address or payment URL before sending.

View repository →

Deterministic web tools for AI agents: read URLs, metadata, email, scrape, RSS, DNS, SSL, HTTP.

View repository →