@zeeshan8281/cli
CLI for meshkit - create and manage agent meshes
Supply chain provenance
Status for the latest visible version.
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
Keywords
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 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 findingsSpreading 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 | });
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.