dsh-catppuccin-theme avatar

dsh-catppuccin-theme

DeepSeek Harness Web GUI 的 Catppuccin 主题插件:Latte / Frappé / Macchiato / Mocha 四种主题一键切换,内置可开关的玻璃质感(Glassmorphism)

PluginUI & SkinsWeb search
Verification
L2 · Structured
Security
Medium
Health
Active
Trust
Silver

What it does

DeepSeek Harness Web GUI 的 Catppuccin 主题插件:Latte / Frappé / Macchiato / Mocha 四种主题一键切换,内置可开关的玻璃质感(Glassmorphism)

Installation

dsh plugin --profile web add dsh-catppuccin-theme

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.SOWARNINGSCAN15 FILES
8bb3d0
Automated review · daily
WARNING

No critical findings, but warning-level issues were detected (file writes, remote imports, base64 decoding, downloads).

0 critical·1 warning·7 info·15 files scanned
scanned commit8bb3d0df49e02026-08-16
latest commit8bb3d0df49e0

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

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 8

  • warningHTTP request to a raw IP addressscripts/screenshot-previews.cjs:88
    await page.goto('http://127.0.0.1:3080', { waitUntil: 'domcontentloaded', timeout: 30000 })
  • infoReads process.envscripts/screenshot-previews.cjs:31
    const cache = path.join(process.env.LOCALAPPDATA, 'ms-playwright')
  • infoHardcoded IP addressscripts/screenshot-previews.cjs:88
    await page.goto('http://127.0.0.1:3080', { waitUntil: 'domcontentloaded', timeout: 30000 })
  • infoUses localStoragesrc/client/glass/glass-layer.ts:86
    const raw = localStorage.getItem(NUMERIC_KEYS[key])
  • infoUses localStoragesrc/client/glass/glass-layer.ts:96
    localStorage.setItem(NUMERIC_KEYS[key], String(value))
  • infoUses localStoragesrc/client/glass/glass-layer.ts:105
    return localStorage.getItem(MODE_KEY) === 'compat' ? 'compat' : 'mica'
  • infoUses localStoragesrc/client/index.ts:67
    const raw = localStorage.getItem(FLAVOR_STORAGE_KEY)
  • infoUses localStoragesrc/client/index.ts:79
    localStorage.setItem(FLAVOR_STORAGE_KEY, choice)

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: ★ 7 · Forks: 1

• Health: Active — committed within last 30 days

Source

GitHub: github.com/NoNameLeGo/dsh-catppuccin-theme

Was this page helpful?