@aos-harness/runtime
Supply chain provenance
Status for the latest visible version.
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
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 used to pass environment to a spawned child process with user overrides — standard MCP client pattern, not exfiltration. | ai |
Versions (showing 24 of 24)
| Version | Deps | Published |
|---|---|---|
| 0.11.0 | 2 / 3 | |
| 0.9.0 | 1 / 3 | |
| 0.8.5 | 1 / 3 | |
| 0.8.4 | 1 / 3 | |
| 0.8.3 | 1 / 3 | |
| 0.8.2 | 1 / 3 | |
| 0.8.1 | 1 / 3 | |
| 0.8.0 | 1 / 3 | |
| 0.7.1 | 1 / 3 | |
| 0.7.0 | 1 / 3 | |
| 0.5.2 | 1 / 3 | |
| 0.5.1 | 1 / 3 | |
| 0.5.0 | 1 / 3 | |
| 0.4.2 | 1 / 3 | |
| 0.4.1 | 1 / 3 | |
| 0.4.0 | 1 / 3 | |
| 0.3.2 | 1 / 3 | |
| 0.3.1 | 1 / 3 | |
| 0.3.0 | 1 / 3 | |
| 0.2.0 | 1 / 3 | |
| 0.1.3 | 1 / 3 | |
| 0.1.2 | 1 / 3 | |
| 0.1.1 | 1 / 3 | |
| 0.1.0 | 1 / 3 |
v0.11.0
2 findingsSpreading entire process.env into an object — may capture all secrets 128 | this.process = spawn(this.opts.command, this.opts.args ?? [], { 129 | stdio: ["pipe", "pipe", "pipe"], > 130 | env: this.opts.env ? { ...process.env, ...this.opts.env } : process.env, 131 | }); 132 | } catch (e) {
Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.