dotenvx
Audited by Socket on Feb 28, 2026
1 alert found:
MalwareThe code fragment describes a legitimate CLI tooling concept (dotenvx) with encryption, run-time env injection, and multi-environment support. The documented download/install pattern (curl ... | sh) is a notable supply-chain risk vector because it downloads and executes code from a remote URL, which is commonly abused for delivering malicious payloads. Aside from that, the functionality—managing encrypted environment variables, keypairs, and per-environment workflows—appears coherent with the claimed purpose. The most significant risk is the unpinned remote-install flow; if used, it should employ pinned/verified shims or vendor-provided install scripts served over trusted channels, with integrity checks. Overall risk is moderate due to the documented download-and-exec pattern, but the skill’s internal capabilities themselves are appropriate for its stated purpose.