What it does
🌊 Persistent dock & fully-customizable balance/usage panel for DeepSeek Harness — activity heatmap, dual-channel comparison, local-only & privacy-first
Installation
dsh plugin --profile web add dsh-usageInstall 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.
No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.
1bad66ca26a92026-08-161bad66ca26a9The 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 (11 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 8
- infoUses localStoragelib/client.js:364const raw = localStorage.getItem(SETTINGS_KEY);
- infoUses localStoragelib/client.js:373localStorage.setItem(SETTINGS_KEY, JSON.stringify(settings));
- infoMakes network requests (fetch / axios)lib/client.js:195const response = await fetch(path, { headers: { accept: "application/json" }, cache: "no-store" });
- infoReads process.envlib/index.js:292const home = process.env.DSH_HOME ?? join(homedir(), ".dsh");
- infoReads process.envlib/index.js:298return process.env.CLAUDE_CONFIG_DIR ?? join(homedir(), ".claude");
- infoReads process.envlib/index.js:303const home = process.env.DSH_HOME ?? join(homedir(), ".dsh");
- infoHardcoded IP addressscripts/proxy-fetch.mjs:35export function fetchViaProxy(rawUrl, { proxyHost = "127.0.0.1", proxyPort = 7890, timeoutMs = 30000, method = "GET", headers = {}, body = "
- infoHardcoded IP addressscripts/proxy-fetch.mjs:116const [url, host = "127.0.0.1", port = "7890"] = process.argv.slice(2);
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: ★ 10 · Forks: 0
• Health: Active — committed within last 30 days
Source
GitHub: github.com/Aisland-SJL/dsh-usage
