← Home

@kithjs/runtime-pipecat

Pipecat runtime adapter for Kith — TS facade over a Python Pipecat sidecar.

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

wbaxterh

Keywords

kithpipecatvoicettsruntime

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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 findings
HIGH env-spread: src/sidecar.ts:34 semgrep

Spreading 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",

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.