@a5c-ai/babysitter-gemini
Babysitter plugin for Gemini CLI — event-sourced orchestration with AfterAgent continuation hooks, session binding, and human-in-the-loop approval gates
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 |
|---|---|---|---|---|
| install-scripts | install-script:postinstall | AI (install-scripts): Postinstall runs a local node script for plugin setup; consistent with documented extension pattern for this package. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Standard pattern: passing process.env + extra var to spawnSync in a CLI tool; not exfiltration. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): CLI orchestration tool legitimately uses child_process; stable pattern across versions. | ai |
Versions (showing 4 of 4)
| Version | Deps | Published |
|---|---|---|
| 5.0.0 | 1 / 0 | |
| 4.0.156 | 1 / 0 | |
| 4.0.154 | 1 / 0 | |
| 4.0.153 | 1 / 0 |
v5.0.0
3 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/a5c-ai/babysitter-gemini/blob/30c72102a18fb27abec9cfe0c8da9f40afd4b7c4/bin/install-shared.js#L133 131 | spawnSync(process.execPath, [postInstall], { 132 | cwd: pluginRoot, stdio: 'inherit', > 133 | env: { ...process.env, PLUGIN_ROOT: pluginRoot }, 134 | }); 135 | }
Spreading entire process.env into an object — may capture all secrets Source: https://github.com/a5c-ai/babysitter-gemini/blob/30c72102a18fb27abec9cfe0c8da9f40afd4b7c4/bin/install-shared.js#L160 158 | timeout: options.timeout || 120000, 159 | cwd: options.cwd || process.cwd(), > 160 | env: { ...process.env, ...options.env }, 161 | }); 162 | return result;
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v4.0.156
2 findingsScript: node bin/postinstall.js
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v4.0.154
2 findingsScript: node bin/postinstall.js
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v4.0.153
2 findingsScript: node bin/postinstall.js
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.