@hashintel/brunch
AI chat interface built on HASH
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 |
|---|---|---|---|---|
| phantom-deps | phantom-dep:clsx | AI (phantom-deps): Same pattern: config-referenced UI dep in a bundled app. | ai | |
| phantom-deps | phantom-dep:react-dom | AI (phantom-deps): Same pattern: config-referenced UI dep in a bundled app. | ai | |
| phantom-deps | phantom-dep:tailwindcss | AI (phantom-deps): Same pattern: config-referenced UI dep in a bundled app. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Standard child-process env passthrough pattern; adds one variable to process.env, not exfiltration. | ai | |
| phantom-deps | phantom-dep:tsx | AI (phantom-deps): Declared as runtime dep, used via npx in scripts; phantom-dep heuristic false positive for this package. | ai | |
| phantom-deps | phantom-dep:react | AI (phantom-deps): Full-stack app scaffold; UI deps declared but consumed at runtime by bundled dist, not directly imported by entry. | ai |
v0.3.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/hashintel/brunch/blob/05173d19a8f414200b86415ce62e02ffb54b2f2e/bin/brunch.js#L20 18 | stdio: 'inherit', 19 | cwd: packageRoot, > 20 | env: { ...process.env, BRUNCH_LAUNCH_CWD: launchCwd }, 21 | }); 22 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.2.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/hashintel/brunch/blob/cdb42b671435aa7390235aa207dd32b605290e95/bin/brunch.js#L20 18 | stdio: 'inherit', 19 | cwd: packageRoot, > 20 | env: { ...process.env, BRUNCH_LAUNCH_CWD: launchCwd }, 21 | }); 22 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.