skylos for Zed
io.github.duriantaco/skylos
Dead code, security, secrets detection and code quality for Python, TypeScript, Go.
client:Zed
transport:stdio
runtime:pypi
Install skylos in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"skylos": {
"command": "uvx",
"args": [
"skylos"
],
"env": {
"SKYLOS_API_KEY": "<SKYLOS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs