minhdevtry/dsh-markdown-ide1

@anoslide/dsh-vscode-workspace

Unified 3-Column VS Code Workspace & TipTap Notion WYSIWYG Suite for DeepSeek Harness

包名
@anoslide/dsh-vscode-workspace
版本
1.0.0
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:minhdevtry/dsh-markdown-ide

🔒 Security Sandboxing & Configuration

The host service enforces sandbox security:

  • Sandbox Root (DSH_SANDBOX_ROOT): Defaults to process.cwd(). All file access, reading, writing, and deletion are strictly bounded within this directory.
  • Path Traversal Prevention: Absolute path resolution and realpath verification (isInsideSandbox) block directory traversal attacks (../).
  • Optional Authentication (DSH_PASSWORD): When set in the environment, /vscode-files/* routes require session-based or token authentication.
  • Cloudflare R2 Integration: Configure Cloudflare R2 bucket credentials (R2_ACCOUNT_ID, R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, R2_BUCKET_NAME, R2_PUBLIC_DOMAIN) for cloud asset storage, or default to local image persistence.

For comprehensive technical design and API documentation, see Architecture & Technical Specification.