What it does
Move your whole Claude Code setup into DeepSeek Harness (DSH) with one command. Skills, MCP, hooks, instructions. 从 Claude Code 拎包入住 DSH
Installation
dsh plugin --profile web add dsh-moveinInstall method: npm · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×12b564e603fc42026-08-162b564e603fc4The scan result is only valid for the scanned commit. If the latest commit differs, the badge shows outdated until the daily pipeline rescans.
Disclaimer: automated static analysis, not a security guarantee. Always review what you install.
• Static heuristic scan: done (13 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 12
- infoReads process.envbin/cli.mjs:46const src = restoreLatestBackup(process.env.DSH_HOME || path.join(os.homedir(), '.dsh'));
- infoReads process.envdemo/shoot.mjs:9const FPS = Number(process.env.FPS ?? 30)
- infoReads process.envdemo/shoot.mjs:10const OUT = process.env.OUT ?? join(here, '_frames')
- infoReads process.envdemo/shoot.mjs:11const MOVIE = process.env.MOVIE ?? join(here, 'movie.html')
- criticalChild process module usage (Node.js)lib/apply.mjs:4import { spawnSync } from 'node:child_process';
- warningFilesystem write operationslib/apply.mjs:168fs.writeFileSync(patchPath, head + block);
- warningFilesystem write operationslib/apply.mjs:340exec: () => { fs.mkdirSync(dest, { recursive: true }); fs.writeFileSync(path.join(dest, 'SKILL.md'), conv.skillMd); },
- warningFilesystem write operationslib/apply.mjs:364exec: () => { fs.mkdirSync(dest, { recursive: true }); fs.writeFileSync(path.join(dest, 'SKILL.md'), conv.skillMd); },
- infoReads process.envlib/apply.mjs:53return m ? `!!js process.env.${m[1]}` : yq(v);
- infoReads process.envlib/doctor.mjs:12dshHome = dshHome || process.env.DSH_HOME || path.join(home, '.dsh');
- infoReads process.envlib/reverse.mjs:20dshHome = dshHome || process.env.DSH_HOME || path.join(home, '.dsh');
- infoReads process.envlib/scan.mjs:117dshHome = dshHome || process.env.DSH_HOME || path.join(home, '.dsh');
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-16 · activity: Active
• Repo created: 2026-08-16
• Stars: ★ 3 · Forks: 0
• Health: Active — committed within last 30 days
Source
GitHub: github.com/sjh9714/dsh-movein
