← Home

@munesoft/envx

One-line .env loader, validator, and type-safe config for Node.js

2
Versions
MIT
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures gitHead linked

Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.

Maintainers

erickjongo

Keywords

envdotenvconfigvalidationtypescriptenvironment

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): Intentional behavior for a .env loader; merging process.env is the documented purpose of this package. ai
semgrep semgrep:env-bulk-read AI (semgrep): Enumerating process.env is core functionality for a config/env loader library. ai
typosquat typosquat.levenshtein:knex AI (typosquat): Scoped env-config package; no functional or naming resemblance to knex beyond edit distance. ai

Versions (showing 2 of 2)

Version Deps Published
1.0.1 0 / 1
1.0.0 0 / 1

v1.0.0

2 findings
HIGH env-spread: bin/envx.js:46 semgrep

Spreading entire process.env into an object — may capture all secrets 44 | // Load .env 45 | const fileVars = loadFile(envPath); > 46 | const merged = { ...fileVars, ...process.env }; 47 | 48 | // Load schema

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.