NeevCloudAI/dsh-neev-sandbox0

@neevcloud/dsh-sandbox

NeevSandbox execution providers for DeepSeek Harness

AI Analysis

核心用途是为 DSH 智能体提供安全的 NeevSandbox 云端沙箱执行环境。适合需要安全运行、隔离测试不可信代码的用户。

Package
@neevcloud/dsh-sandbox
Version
0.1.0
License
Apache-2.0
Last updated
Aug 18, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NeevCloudAI/dsh-neev-sandbox

Configuration

The runtime module accepts these Cordis config fields (all optional):

FieldDefaultMeaning
orgIdNEEV_ORG_IDOrganization id
projectIdNEEV_PROJECT_IDProject id
templateIdsb-ubuntu-26-04-minimalSandbox template the server provisions from
imageExplicit OCI image; takes precedence over templateId
cwddiscoveredAbsolute 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