What it does
DeepSeek Harness account monitoring, usage accounting, completion alerts, official recharge, flexible layout, and agent-assisted session controls. / 账户监控、提醒、充值与会话控制中心
Installation
dsh plugin --profile web add deepseek-harness-control-centerInstall 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 ×2shell ×17da60748b49a2026-08-167da60748b49aThe 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 (6 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 11
- infoReads process.envindex.js:21const STORE_PATH = join(process.env.DSH_HOME ?? join(homedir(), '.dsh'), 'storages', 'wallet.json')
- infoMakes network requests (fetch / axios)index.js:264const response = await fetch('https://api.deepseek.com/user/balance', {
- criticalChild process module usage (Node.js)integrations/dsh-session-delete/preflight.mjs:3import { execFileSync } from 'node:child_process'
- warningShell command execution (exec / execSync)integrations/dsh-session-delete/preflight.mjs:28commit = execFileSync('git', ['-C', root, 'rev-parse', 'HEAD'], { encoding: 'utf8' }).trim()
- infoUses localStoragelib/client.js:41var nativeStorage = extension.storage || root.localStorage || null
- infoMakes network requests (fetch / axios)lib/client.js:881fetch(url).then(function (resp) {
- infoMakes network requests (fetch / axios)lib/client.js:1313fetch('/api/wallet/threshold', {
- infoMakes network requests (fetch / axios)lib/client.js:1327fetch('/api/wallet/clear-session', {
- criticalChild process module usage (Node.js)scripts/verify-pack.mjs:3import { execFileSync } from 'node:child_process'
- criticalShell command execution (exec / execSync)scripts/verify-pack.mjs:24const output = execFileSync(process.execPath, [npmCli, 'pack', '--dry-run', '--json'], { encoding: 'utf8' })
- infoReads process.envscripts/verify-pack.mjs:22const npmCli = process.env.npm_execpath
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: ★ 21 · Forks: 3
• Health: Active — committed within last 30 days
Source
GitHub: github.com/feibi-mochi/deepseek-harness-control-center
