← Home

@hubspot/theme-preview-dev-server

1
Versions
Apache-2.0
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

camdenphalenbandersonalsorberdeen-hubspotharminder01bkrainer-hsjhilkeratanasiukksvirkou-hubspotkbreeman-hubspotbrodgers16jsinesservice-ccstfinley_hsjyeager_hubspotarota-hubspothemangthakkarmshannon_hspsteeleidem-hsamead_hsjnorthridge_hubspotelingyrtscalesrsegurajonmiller_hsjedeen-hsbmatto_hsjblake_hubspothweaverhubspotbash-hsasun1234blamattina_hubspotchiragchadhajazzyclimberjmcdermott

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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 findings
HIGH env-spread: src/mkcert/mkcert.js:53 semgrep

Spreading 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,

HIGH env-spread: src/mkcert/mkcert.js:65 semgrep

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,

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.