← Home

@zeeshan8281/cli

CLI for meshkit - create and manage agent meshes

1
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

zeeshan8281

Keywords

meshkitcliagents

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): env-spread is used in spawn() to inherit parent env for child process — standard CLI pattern, not exfiltration. ai
typosquat typosquat.levenshtein:joi AI (typosquat): Scoped package @zeeshan8281/cli is not a typosquat of joi; unrelated CLI tool for meshkit. ai

Versions (showing 1 of 1)

Version Deps Published
0.1.0 3 / 4

v0.1.0

2 findings
HIGH env-spread: src/index.ts:32 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/zeeshan8281/meshkit/blob/1ce47afe220404384e0a31f67ab9bcb3613200d8/src/index.ts#L32 30 | spawn('npx', ['tsx', 'watch', 'src/index.ts'], { 31 | stdio: 'inherit', > 32 | env: { ...process.env, MESHKIT_TRACE_PORT: options.port }, 33 | }); 34 | });

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.