← Back to Plugins
MCP Server MCP

io.github.VamsiSudhakaran1/release-gate

github By github 👁 1 views ▲ 0 votes

Pre-deploy security auditor for AI agent code — the risks generic SAST misses.

Homepage Verified source GitHub

Install

uvx release-gate

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "release-gate",
      "version": "0.8.4",
      "runtimeHint": "release-gate-mcp",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Colon/semicolon-separated directories the server may read under. Defaults to the working directory. The server refuses any path outside these roots (blocks ../, absolute, and symlink escapes).",
          "name": "RG_MCP_ALLOWED_ROOTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...