dsh-composer-expand avatar

dsh-composer-expand

Composer expand/collapse toggle for DeepSeek Harness (dsh): a ⬆/⬇ button in the composer tool row grows the input to a tall 70vh writing view for long drafts.

PluginContent
Verification
L2 · Structured
Security
Low
Health
Active
Trust
Silver

What it does

Composer expand/collapse toggle for DeepSeek Harness (dsh): a ⬆/⬇ button in the composer tool row grows the input to a tall 70vh writing view for long drafts.

Installation

dsh plugin --profile web add dsh-composer-expand

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.SOPASSEDSCAN7 FILES
106aa5
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·7 info·7 files scanned
scanned commit106aa5301be42026-08-16
latest commit106aa5301be4

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 · 7 info

• Static heuristic scan: done (7 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 7

  • infoUses localStoragelib/client.js:72
    return localStorage.getItem(STORAGE_KEY) === "1";
  • infoUses localStoragelib/client.js:79
    localStorage.setItem(STORAGE_KEY, on ? "1" : "0");
  • infoUses localStoragesrc/client/index.js:85
    try { return localStorage.getItem(STORAGE_KEY) === '1'; } catch (_) { return false; }
  • infoUses localStoragesrc/client/index.js:88
    try { localStorage.setItem(STORAGE_KEY, on ? '1' : '0'); } catch (_) { /* private mode */ }
  • infoReads process.envtsdown.config.mjs:63
    'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV ?? 'production'),
  • infoReads process.envtsdown.config.mjs:64
    'import.meta.env.MODE': JSON.stringify(process.env.NODE_ENV ?? 'production'),
  • infoReads process.envtsdown.config.mjs:65
    'import.meta.env': JSON.stringify({ MODE: process.env.NODE_ENV ?? 'production' }),

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

Activity

Last commit 2026-08-15 · activity: Active

• Repo created: 2026-08-16

• Stars: ★ 4 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/13071301808/dsh-composer-expand

Was this page helpful?