dsh-liquid-glass-balance-card avatar

dsh-liquid-glass-balance-card

Draggable liquid-glass DeepSeek API balance card plugin for DeepSeek Harness (DSH) web GUI / DSH ??????? DeepSeek ??????

PluginNetworkAI ModelsWeb search
Verification
L2 · Structured
Security
Low
Health
Active
Trust
Silver

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

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.SOPASSEDSCAN5 FILES
f1085b
Automated review · daily
PASSED

No critical or warning findings in the automated scan. The result is valid only for the commit hash shown.

0 critical·0 warning·10 info·5 files scanned
plugin version0.1.0dsh manifest
scanned commitf1085b6077d42026-08-18
latest commitf1085b6077d4

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: Low0 critical · 0 warning · 10 info

• 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:92
    const raw = localStorage.getItem(POSITION_KEY);
  • infoUses localStoragelib/client.js:112
    const raw = localStorage.getItem(GLASS_KEY);
  • infoUses localStoragelib/client.js:146
    return localStorage.getItem(COLLAPSED_KEY) === "1";
  • infoMakes network requests (fetch / axios)lib/client.js:919
    const res = await fetch(BALANCE_PATH, { cache: "no-store" });
  • infoMakes network requests (fetch / axios)lib/client.js:953
    const res = await fetch(`${STATS_PATH}?range=${encodeURIComponent(key)}`, { cache: "no-store" });
  • infoMakes network requests (fetch / axios)lib/client.js:968
    const res = await fetch(SETTINGS_PATH, { cache: "no-store" });
  • infoReads process.envlib/index.js:46
    const 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:92
    storages = join(process.env.DSH_HOME, "storages");
  • infoMakes network requests (fetch / axios)lib/index.js:452
    const 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

Was this page helpful?