What it does
Live DeepSeek V4 API peak/off-peak status widget — drop-in dsh-plugin for deepseek-ai/deepseek-harness, plus a standalone browser widget.
Installation
dsh plugin --profile web add deepseek-peakInstall 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.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×2shell ×152c4c561de562026-08-1652c4c561de56The 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 (15 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 8
- criticalChild process module usage (Node.js)serve.js:9const { exec } = require("node:child_process");
- criticalShell command execution (exec / execSync)serve.js:67exec(cmd, () => { /* ignore failures — user can open manually */ });
- infoReads process.envserve.js:12const PORT = Number(process.env.DSH_PEAK_PORT) || 3737;
- infoReads process.envserve.js:62if (!process.argv.includes("--no-open") && !process.env.CI) {
- infoHardcoded IP addressserve.js:11const HOST = "127.0.0.1";
- criticalChild process module usage (Node.js)smoke.js:4const { spawn } = require("node:child_process");
- infoReads process.envsmoke.js:10env: { ...process.env, DSH_PEAK_PORT: String(PORT) },
- infoHardcoded IP addresssmoke.js:16const req = http.get({ host: "127.0.0.1", port: PORT, path: p }, (res) => {
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: ★ 6 · Forks: 0
• Health: Active — committed within last 30 days
Source
GitHub: github.com/YMRYMR/deepseek-peak
