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-expandInstall 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.
106aa5301be42026-08-16106aa5301be4The 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 (7 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 7
- infoUses localStoragelib/client.js:72return localStorage.getItem(STORAGE_KEY) === "1";
- infoUses localStoragelib/client.js:79localStorage.setItem(STORAGE_KEY, on ? "1" : "0");
- infoUses localStoragesrc/client/index.js:85try { return localStorage.getItem(STORAGE_KEY) === '1'; } catch (_) { return false; }
- infoUses localStoragesrc/client/index.js:88try { 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
