Skip to content

livewire client surface audit for Zed

io.github.jmshinhwa/livewire-client-surface-audit

Marks every line of a Livewire or Blade file that the visitor's browser can call, rewrite or read

client:Zed transport:stdio runtime:npm

Install livewire client surface audit in Zed

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

{
  "context_servers": {
    "livewire-client-surface-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/livewire-client-surface-audit"
      ]
    }
  }
}

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

livewire client surface audit in other clients