← Home

@mole-inc/bin-wrapper

Binary wrapper that makes your programs seamlessly available as local dependencies

8
Versions
MIT
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

aaharu

Keywords

binchecklocalwrapper

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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 findings
HIGH env-spread: index.cjs:20209 semgrep

Spreading 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) {

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v8.0.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v7.1.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v7.1.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v7.0.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.