@mole-inc/bin-wrapper
Binary wrapper that makes your programs seamlessly available as local dependencies
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
Keywords
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 in bundled execa/cross-spawn code; standard behavior for a binary wrapper that spawns child processes with inherited environment. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process use is fundamental to this package's purpose of executing downloaded binaries. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 decode is part of a data URI parsing routine (`:base64:` prefix check), not payload obfuscation. | ai |
Versions (showing 8 of 8)
| Version | Deps | Published |
|---|---|---|
| 8.0.1 | 8 / 18 | |
| 8.0.0 | 8 / 18 | |
| 7.1.1 | 9 / 18 | |
| 7.1.0 | 9 / 18 | |
| 7.0.0 | 9 / 13 | |
| 6.0.1 | 5 / 12 | |
| 6.0.0 | 5 / 12 | |
| 5.0.0 | 6 / 12 |
v8.0.1
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/mole-inc/bin-wrapper/blob/10beeb64d8c153bad4fe69b503de628f101047df/index.cjs#L20209 20207 | 20208 | const getEnv = ({env: envOption, extendEnv, preferLocal, localDir, execPath}) => { > 20209 | const env = extendEnv ? {...process.env, ...envOption} : envOption; 20210 | 20211 | if (preferLocal) {
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v8.0.0
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v7.1.1
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v7.1.0
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v7.0.0
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.