Skip to content

openapi security contract lint for Zed

io.github.jmshinhwa/openapi-security-contract-lint

Finds the lines in an OpenAPI file that publish an endpoint with no authentication, an API key in th

client:Zed transport:stdio runtime:npm

Install openapi security contract lint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "openapi-security-contract-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/openapi-security-contract-lint"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

openapi security contract lint in other clients