dsh-multi-lang-ui avatar

dsh-multi-lang-ui

Multi-language UI plugin for DeepSeek Harness: 繁體中文 / 日本語 / 한국어 / Français / Deutsch / Español language options with hand-polished translations and automatic fallbacks

PluginUI & Skins
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

Multi-language UI plugin for DeepSeek Harness: 繁體中文 / 日本語 / 한국어 / Français / Deutsch / Español language options with hand-polished translations and automatic fallbacks

Installation

dsh plugin --profile web add github:asd13006/dsh-multi-lang-ui

Install method: GitHub · 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-RISKSCAN15 FILES
6d8de3
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.

2 critical·10 warning·15 info·15 files scanned
code-exec ×2
plugin version0.1.0dsh manifest
scanned commit6d8de399f8f22026-08-19
latest commit6d8de399f8f2

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: High2 critical · 10 warning · 15 info

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

High-risk findings · 12 / 12

  • criticalDynamic code execution via eval()scripts/extract.mjs:172
    obj = eval("(" + resolveIdentifiers(raw, constMap, text, new Set([...seen, name])) + ")");
  • criticalDynamic code execution via eval()scripts/extract.mjs:245
    return eval("(" + resolved + ")");
  • warningFilesystem write operationsscripts/assemble.mjs:315
    fs.writeFileSync(outFile, clientJs, "utf8");
  • warningFilesystem write operationsscripts/collect-chars.mjs:74
    fs.writeFileSync(out, sorted.map(([c, n]) => `${c}\t${n}`).join("\n"), "utf8");
  • warningFilesystem write operationsscripts/extract.mjs:248
    fs.writeFileSync(path.join(import.meta.dirname, "..", "src", "debug-resolved.txt"), resolved, "utf8");
  • warningFilesystem write operationsscripts/extract.mjs:476
    fs.writeFileSync(path.join(outDir, pkg + ".json"), JSON.stringify(zhOut, null, 2), "utf8");
  • warningFilesystem write operationsscripts/extract.mjs:477
    fs.writeFileSync(path.join(enOutDir, pkg + ".json"), JSON.stringify(enOut, null, 2), "utf8");
  • warningHTTP request to a raw IP addressverify/check_all_langs.py:19
    page.goto("http://127.0.0.1:3080", wait_until="domcontentloaded", timeout=30000)
  • warningHTTP request to a raw IP addressverify/final_check.py:6
    BASE = "http://127.0.0.1:3080"
  • warningHTTP request to a raw IP addressverify/verify_market.py:6
    BASE = "http://127.0.0.1:3080"
  • warningHTTP request to a raw IP addressverify/verify_multilang.py:6
    BASE = "http://127.0.0.1:3080"
  • warningHTTP request to a raw IP addressverify/verify_zh_tw.py:6
    BASE = "http://127.0.0.1:3080"

Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-19 · activity: Active

• Repo created: 2026-08-19

• Stars: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/asd13006/dsh-multi-lang-ui

Was this page helpful?