@hubspot/theme-preview-dev-server
Supply chain provenance
Status for the latest visible version.
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
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): env-spread is used to pass process.env to mkcert subprocess while unsetting JAVA_HOME — standard local dev tooling pattern. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process is used to invoke mkcert binary for local HTTPS cert setup; expected for this dev-server package. | ai | |
| phantom-deps | phantom-dep:@types/node-fetch | AI (phantom-deps): @types/node-fetch is a type declaration package; not directly imported at runtime by convention. | ai |
Versions (showing 1 of 1)
| Version | Deps | Published |
|---|---|---|
| 0.0.12 | 6 / 5 |
v0.0.12
3 findingsSpreading entire process.env into an object — may capture all secrets 51 | const cmd = `${(0, utils_js_1.wrapInQuotes)(mkcertBinary)} -install -key-file ${(0, utils_js_1.wrapInQuotes)(thi 52 | await (0, utils_js_1.exec)(cmd, { > 53 | env: { 54 | ...process.env, 55 | JAVA_HOME: undefined,
Spreading entire process.env into an object — may capture all secrets 63 | } 64 | const { stdout } = await (0, utils_js_1.exec)(`"${mkcertBinary}" --version`, { > 65 | env: { 66 | ...process.env, 67 | JAVA_HOME: undefined,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.