deepseek-peak avatar

deepseek-peak

Live DeepSeek V4 API peak/off-peak status widget — drop-in dsh-plugin for deepseek-ai/deepseek-harness, plus a standalone browser widget.

PluginBrowserNetworkUI & SkinsWeb search
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

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-peak

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.SOHIGH-RISKSCAN15 FILES
52c4c5
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.

3 critical·0 warning·5 info·15 files scanned
code-exec ×2shell ×1
scanned commit52c4c561de562026-08-16
latest commit52c4c561de56

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: High3 critical · 0 warning · 5 info

• 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:9
    const { exec } = require("node:child_process");
  • criticalShell command execution (exec / execSync)serve.js:67
    exec(cmd, () => { /* ignore failures — user can open manually */ });
  • infoReads process.envserve.js:12
    const PORT = Number(process.env.DSH_PEAK_PORT) || 3737;
  • infoReads process.envserve.js:62
    if (!process.argv.includes("--no-open") && !process.env.CI) {
  • infoHardcoded IP addressserve.js:11
    const HOST = "127.0.0.1";
  • criticalChild process module usage (Node.js)smoke.js:4
    const { spawn } = require("node:child_process");
  • infoReads process.envsmoke.js:10
    env: { ...process.env, DSH_PEAK_PORT: String(PORT) },
  • infoHardcoded IP addresssmoke.js:16
    const 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

Was this page helpful?