@kithjs/runtime-pipecat
Pipecat runtime adapter for Kith — TS facade over a Python Pipecat sidecar.
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): Standard pattern: forwarding process.env to a spawned sidecar process. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Decoding base64-encoded TTS audio chunks; not hiding payloads. | ai |
Versions (showing 1 of 1)
| Version | Deps | Published |
|---|---|---|
| 0.1.0 | 1 / 1 |
v0.1.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/wbaxterh/kith/blob/08b920f20c5299eb929b343ac4d0f935eff9734f/src/sidecar.ts#L34 32 | 33 | const spawnOptions: Parameters<typeof Bun.spawn>[1] = { > 34 | env: { ...process.env, ...options.env }, 35 | stdout: "pipe", 36 | stderr: "pipe",
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.