@daytonaio/opencode
OpenCode plugin that automatically runs all sessions in Daytona sandboxes for isolated, reproducible development environments
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 |
|---|---|---|---|---|
| phantom-deps | phantom-dep:@daytonaio/api-client | AI (phantom-deps): Same org scope; loaded by convention in bundled plugin. | ai | |
| phantom-deps | phantom-dep:@daytonaio/toolbox-api-client | AI (phantom-deps): Same org scope; loaded by convention in bundled plugin. | ai | |
| phantom-deps | phantom-dep:tar | AI (phantom-deps): Bundled plugin with many declared deps; phantom-dep heuristic fires broadly but deps are legitimately declared. | ai | |
| phantom-deps | phantom-dep:axios | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:pathe | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:busboy | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:dotenv | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:fast-glob | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:form-data | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:@iarna/toml | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:shell-quote | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): env-spread is used to pass git author/email env vars to child_process; standard pattern for git wrappers. | ai | |
| phantom-deps | phantom-dep:isomorphic-ws | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:@aws-sdk/client-s3 | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:@opentelemetry/api | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:@daytona/api-client | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:@aws-sdk/lib-storage | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:@opentelemetry/sdk-node | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:@opentelemetry/resources | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:@daytona/toolbox-api-client | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| phantom-deps | phantom-dep:expand-tilde | AI (phantom-deps): Same bundled-plugin false-positive pattern. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process used to invoke git commands in a git manager plugin; expected and benign for this package. | ai |
Versions (showing 26 of 26)
| Version | Deps | Published |
|---|---|---|
| 0.184.0 | 27 / 0 | |
| 0.183.0 | 27 / 0 | |
| 0.182.0 | 27 / 0 | |
| 0.179.0 | 27 / 0 | |
| 0.173.0 | 27 / 0 | |
| 0.172.0 | 27 / 0 | |
| 0.171.0 | 27 / 0 | |
| 0.161.0 | 27 / 0 | |
| 0.160.0 | 27 / 0 | |
| 0.159.0 | 27 / 0 | |
| 0.158.1 | 27 / 0 | |
| 0.158.0 | 27 / 0 | |
| 0.157.0 | 27 / 0 | |
| 0.155.0 | 27 / 0 | |
| 0.154.0 | 27 / 0 | |
| 0.153.0 | 27 / 0 | |
| 0.152.1 | 27 / 0 | |
| 0.152.0 | 27 / 0 | |
| 0.151.0 | 27 / 0 | |
| 0.150.0 | 27 / 0 | |
| 0.149.0 | 27 / 0 | |
| 0.148.0 | 27 / 0 | |
| 0.147.0 | 27 / 0 | |
| 0.146.0 | 27 / 0 | |
| 0.145.0 | 27 / 0 | |
| 0.144.0 | 27 / 0 |
v0.184.0
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.183.0
1 findingPackage was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.
v0.182.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/e5f55b6b7891376fdd6431327eb0564b15301dd7/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.179.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/d00c37b05eb36250c210b799229ddc77d971b47e/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.173.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/a514f13e85af42c652d2aa5cddcd49591ac7d28e/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.172.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/2ee41e40a9d7eb04505d868f4ebbcee08b0f1c33/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.171.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/8b7331b22243939820bfe5b8ca6b0ccf164ea878/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.161.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/b67321ce882091f7e2e88f129c06865f65a3c4da/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.160.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/2b57dd0e3b221c8d4865343dd18106db9287302d/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.159.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/283f867715e48153024d1eb2af849e1f3986bab8/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.158.1
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/1f2cacffec201d616e0661a0842a4cc0a912d516/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.158.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/e18b323492a57b2ec5a7e8085a13cf69251aae13/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.157.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/e3852bbfd45a9904ca9d16446ddb68268dc1c35e/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.155.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/5a1a23cb25633a993333bc9f586dfd9783adae1e/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.154.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/fd06539db29c491d5ccf17bced9111859761ebf9/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.153.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/fe5ebead0cdc6653e59c33c312b8482caff8c76c/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.152.1
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/6a6ecaedee512088970ba036cafc9af73d975bbb/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.152.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/fb992fc146fc2cd0c488640e9ba32b7d5fe9a857/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.151.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/d1fae98051458d5b716a4d4e7380c1e1b01bb2a8/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.150.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/13256c15f6e33e9293dca99bf65d70fab587f507/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.149.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/acdfc89702eeeefa15b99d7968abefa0b7f8c3ee/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.148.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/c7b2e50ba84a03bf4802ba8fdc5bcb3b7060d3db/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.147.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/15e19e21e20fe56635033e8a40582dfff623a2b7/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.146.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/aa1fa691ec84965a1c800f079eecf8c85fb95d2a/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.145.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/5153322a287e5bd1020e06004c7216eae52166b3/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.144.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/daytonaio/daytona/blob/f7fe921fb326deb1f24fa7a3a321f875c66cab12/.opencode/plugin/daytona/git/host-git-manager.js#L122 120 | const reservationCommitEmail = '[email protected]'; 121 | const reservationCommitMessage = 'OpenCode reservation'; > 122 | const commitEnv = { 123 | ...process.env, 124 | GIT_AUTHOR_NAME: reservationCommitName,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.