zed-editor
Enables users to configure and customize the Zed code editor, managing keybindings, settings, and tasks for enhanced coding workflows.
Install this skill
Security score
The zed-editor skill was audited on May 31, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 21 | ~/.config/zed/settings.json |
Access to hidden dotfiles in home directory
| 22 | ~/.config/zed/keymap.json |
Access to hidden dotfiles in home directory
| 23 | ~/.config/zed/tasks.json |
Access to hidden dotfiles in home directory
| 441 | - Linux: `~/.local/share/zed/extensions/installed/` |
Access to hidden dotfiles in home directory
| 551 | mkdir -p ~/.claude/hooks |
Access to hidden dotfiles in home directory
| 552 | cp hooks/post-tool-use.sh ~/.claude/hooks/post-tool-use.sh |
Access to hidden dotfiles in home directory
| 553 | chmod +x ~/.claude/hooks/post-tool-use.sh |
Access to hidden dotfiles in home directory
| 558 | Add to `~/.claude/settings.json`: |
Access to hidden dotfiles in home directory
| 569 | "command": "~/.claude/hooks/post-tool-use.sh" |
Access to hidden dotfiles in home directory
| 582 | - Linux: `~/.config/zed/tasks.json` |
Access to hidden dotfiles in home directory
| 588 | - Linux: `~/.config/zed/keymap.json` |
Access to hidden dotfiles in home directory
| 607 | Changes accumulate per Claude Code session at `~/.claude/changes/<session-id>.json`. A symlink at `~/.claude/changes/latest.json` always points to the current session. |