win-ca
1
Versions
—
License
Yes
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
ukoloff
Keywords
n-apissltlscarootwindowsvscodeelectron
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| install-scripts | install-script:postinstall | AI (install-scripts): Postinstall is a benign try/require probe to warm up native bindings; stable pattern for this package. | ai | |
| npm-metadata | bundled-binaries | AI (npm-metadata): roots.exe and crypt32-*.node are documented N-API native bindings for reading Windows cert store; expected for this package. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process used in fallback.js to invoke roots.exe for Windows cert enumeration; core functionality of this package. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require selects crypt32-ia32 or crypt32-x64 based on process.arch; standard arch-selection pattern for native bindings. | ai |
Versions (showing 1 of 1)
| Version | Deps | Published |
|---|---|---|
| 3.5.1 | 4 / 7 |
v3.5.1
3 findings
HIGH
Package has 'postinstall' script
install-scripts
Script: node -e "try{require('.')}catch(e){}"
HIGH
Bundled binary files (3)
npm-metadata
Package contains compiled binaries that could be backdoors: • lib/roots.exe • lib/crypt32-ia32.node • lib/crypt32-x64.node
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.