@a5c-ai/babysitter-cursor
Babysitter orchestration plugin for Cursor IDE with SDK-managed process-library bootstrapping and in-turn iteration model
5
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, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
tmuskalbenihak
Keywords
babysittercursororchestration
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| phantom-deps | phantom-dep:@a5c-ai/babysitter-sdk | AI (phantom-deps): Same-org SDK dependency; likely used indirectly or via bin scripts rather than direct require in analyzed files. | ai | |
| install-scripts | install-script:postinstall | AI (install-scripts): Cursor IDE plugin bootstrap via node bin/install.js; consistent with documented SDK-managed process-library setup. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): CLI tool passes process.env to spawned subprocesses — standard pattern for orchestration tools, not exfiltration. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): CLI orchestration tool legitimately uses child_process to spawn subprocesses; stable pattern for this package. | ai |