Skip to main content

creating-zed-extensions

Facilitates the creation of Zed extensions using Rust/WASM, enabling custom commands, language support, and themes.

Install this skill

or
74/100

Security score

The creating-zed-extensions skill was audited on Mar 4, 2026 and we found 8 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 258

Piping content to sh shell

SourceSKILL.md
258curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
medium line 258

Curl to non-GitHub URL

SourceSKILL.md
258curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
low line 264

Access to hidden dotfiles in home directory

SourceSKILL.md
264mkdir -p ~/.local/share/zed/extensions/my-extension
low line 265

Access to hidden dotfiles in home directory

SourceSKILL.md
265cd ~/.local/share/zed/extensions/my-extension
low line 283

Access to hidden dotfiles in home directory

SourceSKILL.md
283# Linux: ~/.local/share/zed/extensions/
low line 207

External URL reference

SourceSKILL.md
207.args(&["-s", &format!("https://api.github.com/repos/{}/readme", library)])
low line 258

External URL reference

SourceSKILL.md
258curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
low line 454

External URL reference

SourceSKILL.md
454**Documentation**: https://zed.dev/docs/extensions/developing-extensions
Scanned on Mar 4, 2026
View Security Dashboard