← Back to Plugins
MCP Server MCP

io.github.sparkvibe-io/GuardianShield

github By github 👁 1 views ▲ 0 votes

AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs

Homepage Verified source GitHub

Install

uvx guardianshield

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "guardianshield",
      "version": "1.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Default safety profile (general, education, healthcare, finance, children)",
          "format": "string",
          "name": "GUARDIANSHIELD_PROFILE"
        },
        {
          "description": "Path to the SQLite audit database",
          "format": "string",
          "name": "GUARDIANSHIELD_AUDIT_PATH"
        },
        {
          "description": "Set to 1 for debug logging",
          "format": "string",
          "name": "GUARDIANSHIELD_DEBUG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...