HomeSecurity › shellward

shellward

AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.

TypeScript Local macOSWindowsLinux
★ 137 stars Last pushed 2026-09-21 License: Apache-2.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.11)

npx -y shellward@0.5.11

Or add to your MCP client config:

{
  "mcpServers": {
    "shellward": {
      "command": "npx",
      "args": [
        "-y",
        "shellward@0.5.11"
      ],
      "env": {
        "SHELLWARD_MODE": "<YOUR_VALUE>",
        "SHELLWARD_LOCALE": "<YOUR_VALUE>",
        "SHELLWARD_THRESHOLD": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHELLWARD_MODE — Security mode: enforce (block + log) or audit (log only)
  • SHELLWARD_LOCALE — Locale: auto, zh, or en
  • SHELLWARD_THRESHOLD — Injection detection threshold 0-100 (lower = stricter)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry