@nomicfoundation/hardhat-utils
Supply chain provenance
Status for the latest visible version.
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:silent-process-exec | AI (semgrep): Spawns process.execPath (Node.js itself) detached — standard Hardhat pattern for background worker subprocesses, not a reverse shell or miner. | ai | |
| semgrep | semgrep:silent-process-exec-var | AI (semgrep): Same subprocess.ts spawn call as silent-process-exec; legitimate background Node.js worker pattern for Hardhat tooling. | ai | |
| semgrep | semgrep:hex-decode | AI (semgrep): Standard Buffer.from hex decoding in an Ethereum utility library; hex manipulation is core to the package's purpose. | ai |
Versions (showing 13 of 13)
| Version | Deps | Published |
|---|---|---|
| 4.1.3 | 7 / 10 | |
| 4.1.2 | 7 / 10 | |
| 4.1.1 | 7 / 10 | |
| 4.1.0 | 7 / 10 | |
| 4.0.5 | 8 / 11 | |
| 4.0.4 | 8 / 11 | |
| 4.0.3 | 8 / 11 | |
| 4.0.2 | 8 / 11 | |
| 4.0.1 | 8 / 11 | |
| 4.0.0 | 8 / 11 | |
| 3.0.6 | 8 / 11 | |
| 3.0.5 | 8 / 11 | |
| 3.0.4 | 8 / 11 |
v4.1.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v4.1.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v4.1.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v4.1.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v4.0.5
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v4.0.4
3 findingsSilent detached process — runs invisibly in the background (reverse shells, miners) 37 | } 38 | > 39 | const subprocess = spawn(process.execPath, subprocessArgs, { 40 | detached: true, 41 | env,
Silent detached process — runs invisibly in the background (reverse shells, miners) 37 | } 38 | > 39 | const subprocess = spawn(process.execPath, subprocessArgs, { 40 | detached: true, 41 | env,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v4.0.3
3 findingsSilent detached process — runs invisibly in the background (reverse shells, miners) 37 | } 38 | > 39 | const subprocess = spawn(process.execPath, subprocessArgs, { 40 | detached: true, 41 | env,
Silent detached process — runs invisibly in the background (reverse shells, miners) 37 | } 38 | > 39 | const subprocess = spawn(process.execPath, subprocessArgs, { 40 | detached: true, 41 | env,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v4.0.2
3 findingsSilent detached process — runs invisibly in the background (reverse shells, miners) 37 | } 38 | > 39 | const subprocess = spawn(process.execPath, subprocessArgs, { 40 | detached: true, 41 | env,
Silent detached process — runs invisibly in the background (reverse shells, miners) 37 | } 38 | > 39 | const subprocess = spawn(process.execPath, subprocessArgs, { 40 | detached: true, 41 | env,
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v4.0.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v4.0.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v3.0.6
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v3.0.5
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v3.0.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.