java-invoke-local
1
Versions
—
License
No
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
No source commit
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
bytekast
Keywords
jvmjavagroovyscalakotlinserverlessawslambda
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): Intentional: passes environment variables to spawned JVM process, core functionality of this tool. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): CLI tool that invokes Java processes; child_process usage is the entire purpose of this package. | ai |
Versions (showing 1 of 1)
| Version | Deps | Published |
|---|---|---|
| 0.0.6 | 0 / 0 |
v0.0.6
2 findings
HIGH
env-spread: lib/index.js:7
semgrep
Spreading entire process.env into an object — may capture all secrets 5 | 6 | const invokeJavaLocal = (args, env) => { > 7 | const environment = {...process.env, ...env} 8 | const version = getJavaVersion() 9 | const vmArgs = []
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.