DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-neev-sandbox

Runs DeepSeek Harness execution workloads in NeevCloud gVisor-isolated sandboxes.

Terminal & TUIDeveloper ToolsRemote Execution
1GitHub Stars0ForksUpdated2026-08-19

Install

$ dsh plugin --profile headless add @neevcloud/dsh-sandbox

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
An installable DeepSeek Harness bundle that replaces local filesystem and subprocess providers so Bash, PTY, LSP, and file operations run in a NeevSandbox instead of on the host machine.

Key Capabilities

  • Installs through the standard `dsh plugin add` bundle mechanism.
  • Creates and manages a NeevSandbox for a DSH run.
  • Routes subprocess execution, PTYs, and filesystem operations to the remote sandbox.
  • Uses a Cordis patch to replace the local subprocess provider and add Neev services.
  • Supports ephemeral sandboxes by default and named persistent sandboxes through `persist`.
  • Supports configurable sandbox templates, OCI images, working directory, and idle timeout.

Useful For

  • Run AI-generated or untrusted code away from the local machine.
  • Give each DSH task a fresh isolated Linux environment.
  • Run parallel agents without shared host files or processes.
  • Perform reproducible CI-like execution in a remote sandbox.
  • Run interactive terminals, REPLs, TUIs, or development servers through a PTY.

Who It Fits

  • DeepSeek Harness users who need remote code execution.
  • Developers using NeevCloud sandbox infrastructure.
  • Teams seeking disposable execution environments for agent tasks.

Documented Limitations

  • Requires `NEEV_API_KEY`, `NEEV_ORG_ID`, and `NEEV_PROJECT_ID` for NeevCloud access.
  • Requires Node.js `^22.19.0 || >=24.0.0`.
  • File freshness tokens are derived from metadata and have a small non-atomic window between version check and write.
  • Paths do not use symlink canonicalization (`realpath`) in this release.
  • Managed processes accept startup stdin only; interactive stdin uses the PTY.
  • PTY working directory and environment follow sandbox defaults.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 2 runtime, 18 development, 6 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as Apache-2.0.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
NeevCloudAI/dsh-neev-sandbox
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin Bundle
Source checked
b84e914 · 2026-09-14

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-19
Last release
2026-08-19
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app