What it does
Draggable liquid-glass DeepSeek API balance card plugin for DeepSeek Harness (DSH) web GUI / DSH ??????? DeepSeek ??????
Installation
dsh plugin --profile web add dsh-liquid-glass-balance-cardInstall 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.
0.1.0dsh manifestf1085b6077d42026-08-18f1085b6077d4The 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 (5 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 10
- infoUses localStoragelib/client.js:92const raw = localStorage.getItem(POSITION_KEY);
- infoUses localStoragelib/client.js:112const raw = localStorage.getItem(GLASS_KEY);
- infoUses localStoragelib/client.js:146return localStorage.getItem(COLLAPSED_KEY) === "1";
- infoMakes network requests (fetch / axios)lib/client.js:919const res = await fetch(BALANCE_PATH, { cache: "no-store" });
- infoMakes network requests (fetch / axios)lib/client.js:953const res = await fetch(`${STATS_PATH}?range=${encodeURIComponent(key)}`, { cache: "no-store" });
- infoMakes network requests (fetch / axios)lib/client.js:968const res = await fetch(SETTINGS_PATH, { cache: "no-store" });
- infoReads process.envlib/index.js:46const base = process.env[BASE_URL_ENV] ?? PUBLIC_BASE_URL;
- infoReads process.envlib/index.js:91} else if (process.env.DSH_HOME) {
- infoReads process.envlib/index.js:92storages = join(process.env.DSH_HOME, "storages");
- infoMakes network requests (fetch / axios)lib/index.js:452const response = await fetch(balanceUrl(), {
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-18
• Stars: ★ 4 · Forks: 0
• Health: Active — committed within last 30 days
Source
GitHub: github.com/SoDaZilla-zzz/dsh-liquid-glass-balance-card
