← Home

@aos-harness/runtime

24
Versions
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, so a manually published version cannot be tied back to a reviewed commit.

Maintainers

aos-enginner

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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 findings
HIGH env-spread: src/mcp-client-v2.ts:130 semgrep

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

LOW No provenance attestation provenance

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