dotenvx

Warn

Audited by Socket on Apr 20, 2026

1 alert found:

Security
SecurityMEDIUM
assets/gh_action_example.yaml

The main issue is supply-chain execution: the workflow installs dotenvx by executing a remote script via `curl ... | sh` without integrity verification or pinning. It then runs tests with `DOTENV_PRIVATE_KEY` available to the process environment, amplifying the impact if the installed tooling or the CI execution context is malicious or compromised. No direct malicious payload is visible in the snippet, but the pattern is high-risk and should be mitigated by using pinned, verified artifacts (checksum/signature), avoiding curl|sh, and minimizing secret exposure during build/test.

Confidence: 76%Severity: 78%
Audit Metadata
Analyzed At
Apr 20, 2026, 06:15 AM
Package URL
pkg:socket/skills-sh/mizchi%2Fchezmoi-dotfiles%2Fdotenvx%2F@e4051224c7ad00ada53c93820d29ebd7cb436e5e
Security Audit — socket — dotenvx