dsh-grafana avatar

dsh-grafana

Paste a Grafana dashboard URL and fine-tune it through conversation with DeepSeek Harness — 贴大盘 URL,对话微调,写回 Grafana 调试可视化

Plugin
Verification
L2 · Structured
Security
Low
Health
Active
Trust
Silver

What it does

Paste a Grafana dashboard URL and fine-tune it through conversation with DeepSeek Harness — 贴大盘 URL,对话微调,写回 Grafana 调试可视化

Installation

dsh plugin --profile web add dsh-grafana

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.SOPASSEDSCAN5 FILES
4fcac3
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·5 info·5 files scanned
plugin version0.4.0dsh manifest
scanned commit4fcac3fb0b042026-08-18
latest commit4fcac3fb0b04

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

• Static heuristic scan: done (5 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 5

  • infoUses localStorageclient.js:24
    try { return window.localStorage.getItem(MIRROR_KEY) ?? ""; } catch { return ""; }
  • infoUses localStorageclient.js:28
    if (value) window.localStorage.setItem(MIRROR_KEY, value);
  • infoUses localStorageclient.js:29
    else window.localStorage.removeItem(MIRROR_KEY);
  • infoMakes network requests (fetch / axios)index.js:209
    response = await fetch(`${baseUrl}${path}`, { ...init, redirect: 'error', signal })
  • infoHardcoded IP addressindex.js:61
    const loopback = url.hostname === 'localhost' || url.hostname === '127.0.0.1' || url.hostname === '[::1]'

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

• Stars: ★ 5 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/guhanfei-ai/dsh-grafana

Was this page helpful?