dsh-movein avatar

dsh-movein

Move your whole Claude Code setup into DeepSeek Harness (DSH) with one command. Skills, MCP, hooks, instructions. 从 Claude Code 拎包入住 DSH

PluginDeveloperAI Models
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

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-movein

Install method: npm · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SOHIGH-RISKSCAN13 FILES
2b564e
Automated review · daily
HIGH-RISK

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

1 critical·3 warning·8 info·13 files scanned
code-exec ×1
scanned commit2b564e603fc42026-08-16
latest commit2b564e603fc4

The 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.

Risk: High1 critical · 3 warning · 8 info

• 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:46
    const src = restoreLatestBackup(process.env.DSH_HOME || path.join(os.homedir(), '.dsh'));
  • infoReads process.envdemo/shoot.mjs:9
    const FPS = Number(process.env.FPS ?? 30)
  • infoReads process.envdemo/shoot.mjs:10
    const OUT = process.env.OUT ?? join(here, '_frames')
  • infoReads process.envdemo/shoot.mjs:11
    const MOVIE = process.env.MOVIE ?? join(here, 'movie.html')
  • criticalChild process module usage (Node.js)lib/apply.mjs:4
    import { spawnSync } from 'node:child_process';
  • warningFilesystem write operationslib/apply.mjs:168
    fs.writeFileSync(patchPath, head + block);
  • warningFilesystem write operationslib/apply.mjs:340
    exec: () => { fs.mkdirSync(dest, { recursive: true }); fs.writeFileSync(path.join(dest, 'SKILL.md'), conv.skillMd); },
  • warningFilesystem write operationslib/apply.mjs:364
    exec: () => { fs.mkdirSync(dest, { recursive: true }); fs.writeFileSync(path.join(dest, 'SKILL.md'), conv.skillMd); },
  • infoReads process.envlib/apply.mjs:53
    return m ? `!!js process.env.${m[1]}` : yq(v);
  • infoReads process.envlib/doctor.mjs:12
    dshHome = dshHome || process.env.DSH_HOME || path.join(home, '.dsh');
  • infoReads process.envlib/reverse.mjs:20
    dshHome = dshHome || process.env.DSH_HOME || path.join(home, '.dsh');
  • infoReads process.envlib/scan.mjs:117
    dshHome = 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

Was this page helpful?