NeevCloudAI/dsh-neev-sandbox0

@neevcloud/dsh-sandbox

NeevSandbox execution providers for DeepSeek Harness

AI 分析

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

パッケージ
@neevcloud/dsh-sandbox
バージョン
0.1.0
ライセンス
Apache-2.0
最終更新
2026/08/18

インストール

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

ドキュメント

README 全文を読む ↗

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