What it does
Pin DSH sidebar conversations: pin to the top of a workspace, or lift the session into a global tray above ALL workspaces — multi-pin, exact restore, zero deps.
Installation
dsh plugin --profile web add github:Yu-tao-Li/dsh-pinInstall method: GitHub · 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.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×20.2.0dsh manifest887f5dd615b22026-08-19887f5dd615b2The 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 (8 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
High-risk findings · 8 / 8
- criticalChild process module usage (Node.js)e2e/browser-e2e.mjs:20import { spawn } from "node:child_process";
- criticalChild process module usage (Node.js)e2e/screenshot.mjs:11import { spawn } from "node:child_process";
- warningHTTP request to a raw IP addresse2e/browser-e2e.mjs:25const BASE = (process.argv[2] || "http://127.0.0.1:3081").replace(/\/$/, "");
- warningHTTP request to a raw IP addresse2e/browser-e2e.mjs:51const r = await fetch(`http://127.0.0.1:${CDP_PORT}${path}`);
- warningHTTP request to a raw IP addresse2e/browser-e2e.mjs:62const r = await fetch(`http://127.0.0.1:${CDP_PORT}/json/new?about:blank`, { method: "PUT" });
- warningHTTP request to a raw IP addresse2e/screenshot.mjs:16const BASE = process.argv[2] || "http://127.0.0.1:3081";
- warningHTTP request to a raw IP addresse2e/screenshot.mjs:25async function getJson(p) { const r = await fetch(`http://127.0.0.1:${CDP_PORT}${p}`); return r.json(); }
- warningHTTP request to a raw IP addresse2e/screenshot.mjs:29if (!page) { const r = await fetch(`http://127.0.0.1:${CDP_PORT}/json/new?about:blank`, { method: "PUT" }); page = await r.json(); }
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-18 · activity: Active
• Repo created: 2026-08-19
• Stars: ★ 0 · Forks: 0
• Health: Active — committed within last 30 days
Source
GitHub: github.com/Yu-tao-Li/dsh-pin
