deepseek-harness-control-center avatar

deepseek-harness-control-center

DeepSeek Harness account monitoring, usage accounting, completion alerts, official recharge, flexible layout, and agent-assisted session controls. / 账户监控、提醒、充值与会话控制中心

PluginDeveloperProductivityStorageNotifications
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

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

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-RISKSCAN6 FILES
7da607
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.

3 critical·1 warning·7 info·6 files scanned
code-exec ×2shell ×1
scanned commit7da60748b49a2026-08-16
latest commit7da60748b49a

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: High3 critical · 1 warning · 7 info

• 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:21
    const STORE_PATH = join(process.env.DSH_HOME ?? join(homedir(), '.dsh'), 'storages', 'wallet.json')
  • infoMakes network requests (fetch / axios)index.js:264
    const response = await fetch('https://api.deepseek.com/user/balance', {
  • criticalChild process module usage (Node.js)integrations/dsh-session-delete/preflight.mjs:3
    import { execFileSync } from 'node:child_process'
  • warningShell command execution (exec / execSync)integrations/dsh-session-delete/preflight.mjs:28
    commit = execFileSync('git', ['-C', root, 'rev-parse', 'HEAD'], { encoding: 'utf8' }).trim()
  • infoUses localStoragelib/client.js:41
    var nativeStorage = extension.storage || root.localStorage || null
  • infoMakes network requests (fetch / axios)lib/client.js:881
    fetch(url).then(function (resp) {
  • infoMakes network requests (fetch / axios)lib/client.js:1313
    fetch('/api/wallet/threshold', {
  • infoMakes network requests (fetch / axios)lib/client.js:1327
    fetch('/api/wallet/clear-session', {
  • criticalChild process module usage (Node.js)scripts/verify-pack.mjs:3
    import { execFileSync } from 'node:child_process'
  • criticalShell command execution (exec / execSync)scripts/verify-pack.mjs:24
    const output = execFileSync(process.execPath, [npmCli, 'pack', '--dry-run', '--json'], { encoding: 'utf8' })
  • infoReads process.envscripts/verify-pack.mjs:22
    const 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

Was this page helpful?