@opencode-cloud/core
Advanced tools
+1
-1
| [package] | ||
| name = "opencode-cloud-core" | ||
| version = "12.0.0" | ||
| version = "12.0.1" | ||
| edition = "2024" | ||
@@ -5,0 +5,0 @@ rust-version = "1.89" |
+1
-1
| { | ||
| "name": "@opencode-cloud/core", | ||
| "version": "12.0.0", | ||
| "version": "12.0.1", | ||
| "description": "Core NAPI bindings for opencode-cloud (internal package)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -203,10 +203,18 @@ # ============================================================================= | ||
| # - node@25: pinned to major version | ||
| # - python@3.14: pinned to major version | ||
| # - python@3.13: pinned to major version (3.13 has precompiled binaries available) | ||
| # - go@1.25: pinned to minor version | ||
| RUN /home/opencode/.local/bin/mise install node@25 \ | ||
| && /home/opencode/.local/bin/mise install python@3.14 \ | ||
| && /home/opencode/.local/bin/mise install go@1.25 \ | ||
| && /home/opencode/.local/bin/mise use --global node@25 \ | ||
| && /home/opencode/.local/bin/mise use --global python@3.14 \ | ||
| && /home/opencode/.local/bin/mise use --global go@1.25 | ||
| # | ||
| # MISE_PYTHON_COMPILE=0: Disable Python compilation from source. | ||
| # If no precompiled binary exists, mise will fail fast instead of hanging | ||
| # during a 30+ minute compilation that may timeout in CI. | ||
| # | ||
| # Timeout: 10 minutes max for all runtime installations as safety net. | ||
| RUN timeout 600 sh -c '\ | ||
| export MISE_PYTHON_COMPILE=0 && \ | ||
| /home/opencode/.local/bin/mise install node@25 && \ | ||
| /home/opencode/.local/bin/mise install python@3.13 && \ | ||
| /home/opencode/.local/bin/mise install go@1.25 && \ | ||
| /home/opencode/.local/bin/mise use --global node@25 && \ | ||
| /home/opencode/.local/bin/mise use --global python@3.13 && \ | ||
| /home/opencode/.local/bin/mise use --global go@1.25' | ||
@@ -213,0 +221,0 @@ # Set up mise shims in PATH for non-interactive shells |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
336681
0.11%