NeevCloudAI/dsh-neev-sandbox ↗★ 0
@neevcloud/dsh-sandbox
NeevSandbox execution providers for DeepSeek Harness
AI Analysis
核心用途是为 DSH 智能体提供安全的 NeevSandbox 云端沙箱执行环境。适合需要安全运行、隔离测试不可信代码的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NeevCloudAI/dsh-neev-sandboxREADME
Read the full README ↗Configuration
The runtime module accepts these Cordis config fields (all optional):
| Field | Default | Meaning |
|---|---|---|
orgId | NEEV_ORG_ID | Organization id |
projectId | NEEV_PROJECT_ID | Project id |
templateId | sb-ubuntu-26-04-minimal | Sandbox template the server provisions from |
image | — | Explicit OCI image; takes precedence over templateId |
cwd | discovered | Absolute working directory; discovered via pwd when omitted |
The API key is read only from NEEV_API_KEY — it is never a config field,
so a secret can never end up in a committed profile patch, and it is never
forwarded into the sandbox.
Override a row in your profile's cordis.patch.yml (a patch replaces the whole
config, so restate what you need):
- id: neev-runtime
name: '@neevcloud/dsh-sandbox/runtime'
config:
templateId: sb-ubuntu-26-04-minimal