safeinstall for Zed
io.github.mickdownunder/safeinstall
Local-first supply-chain security gate for npm/pnpm/bun: typosquat, release age, provenance checks
client:Zed
transport:stdio
runtime:npm
Install safeinstall in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"safeinstall": {
"command": "npx",
"args": [
"-y",
"safeinstall-cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs