nconf
Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
4
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, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
jcrugzzindexzeromhamann
Keywords
configurationkey value storeplugabble
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require is used to load nconf store backends by name from a fixed local directory — not arbitrary user input. This is a stable architectural pattern in nconf. | ai | |
| semgrep | semgrep:env-bulk-read | AI (semgrep): nconf is a configuration library; reading process.env keys is its core documented functionality. This is expected and benign for this package. | ai |