What it does
Context visibility + GitHub-style usage heatmap for DeepSeek Harness (dsh) — Codex-style /context lens + 53-week contribution graph
Installation
dsh plugin --profile web add dsh-scopeInstall 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.
c1ff24c541b72026-08-16—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.
• Static heuristic scan: done (12 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 7
- infoMakes network requests (fetch / axios)src/client/UsageHeatmap.jsx:107fetch(DAYS_PATH, { headers: { accept: 'application/json' } })
- infoReads process.envsrc/index.js:73const home = process.env.DSH_HOME ?? join(homedir(), '.dsh')
- infoHardcoded IP addresssrc/index.js:40const LOOPBACK_ADDRESSES = new Set(['127.0.0.1', '::1', '::ffff:127.0.0.1'])
- infoHardcoded IP addresssrc/index.js:41const LOOPBACK_HOSTNAMES = new Set(['localhost', '127.0.0.1', '[::1]'])
- infoReads process.envtsdown.config.mjs:66'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV ?? 'production'),
- infoReads process.envtsdown.config.mjs:67'import.meta.env.MODE': JSON.stringify(process.env.NODE_ENV ?? 'production'),
- infoReads process.envtsdown.config.mjs:68'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-16 · activity: Active
• Repo created: 2026-08-16
• Stars: ★ 1 · Forks: 0
• Health: Active — committed within last 30 days
Source
GitHub: github.com/helloxkk/dsh-scope
