Skip to content

cra readiness audit for Zed

io.github.jmshinhwa/cra-readiness-audit

Flags the lines in your repo that break the EU Cyber Resilience Act - default passwords, disabled TL

client:Zed transport:stdio runtime:npm

Install cra readiness audit in Zed

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

{
  "context_servers": {
    "cra-readiness-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/cra-readiness-audit"
      ]
    }
  }
}

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

cra readiness audit in other clients