zed-extension-creator

Warn

Audited by Socket on Jul 22, 2026

2 alerts found:

SecurityAnomaly
SecurityMEDIUM
references/language-servers.md

No direct evidence of hidden malware (credential theft, exfiltration, backdoor/persistence, or obvious obfuscation) is present in the excerpt. However, the code implements a high-impact supply-chain “download/install then execute” mechanism for a language server binary (and optionally npm “latest” code). The provided fragment does not demonstrate cryptographic integrity verification or strict pinning before execution, so the primary finding is elevated security risk from potential upstream compromise or mutable artifacts rather than malicious behavior implemented directly in this snippet.

Confidence: 58%Severity: 71%
AnomalyLOW
assets/templates/language-server-lib.rs

This extension is primarily a legitimate language-server installer, but it materially expands the supply-chain attack surface by downloading an executable from GitHub releases and immediately executing it without any visible checksum/signature verification. Additionally, its pruning logic uses std::fs::read_dir(".") and remove_dir_all based on a filename prefix, which could delete unintended directories depending on the extension’s working directory. User overrides (binary.path) also enable arbitrary executable execution if settings are compromised.

Confidence: 72%Severity: 62%
Audit Metadata
Analyzed At
Jul 22, 2026, 10:07 PM
Package URL
pkg:socket/skills-sh/kjanat%2Fskills%2Fzed-extension-creator%2F@9e90fd960803026e92f80e9c3929ed32b7a30407674ce378b4fd75ef9107fbad
Security Audit — socket — zed-extension-creator