@e9n/pi-heartbeat
Periodic health check extension for pi — runs a heartbeat prompt as an isolated subprocess
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): Passing process.env to a subprocess spawn is idiomatic and expected for this type of extension package. | ai |
v0.1.1
2 findingsSpreading entire process.env into an object — may capture all secrets 209 | cwd: this.cwd, 210 | stdio: ["pipe", "pipe", "pipe"], > 211 | env: { ...process.env }, 212 | }); 213 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.