← Home

@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

4
Versions
MIT
License
Yes
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

tmuskalbenihak

Keywords

babysittergeminiorchestration

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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 findings
HIGH env-spread: bin/install-shared.js:133 semgrep

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#L133 131 | spawnSync(process.execPath, [postInstall], { 132 | cwd: pluginRoot, stdio: 'inherit', > 133 | env: { ...process.env, PLUGIN_ROOT: pluginRoot }, 134 | }); 135 | }

HIGH env-spread: bin/install-shared.js:160 semgrep

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;

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.

v4.0.156

2 findings
HIGH Package has 'postinstall' script install-scripts

Script: node bin/postinstall.js

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.

v4.0.154

2 findings
HIGH Package has 'postinstall' script install-scripts

Script: node bin/postinstall.js

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.

v4.0.153

2 findings
HIGH Package has 'postinstall' script install-scripts

Script: node bin/postinstall.js

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.