What it does
dsh plugin: quantitative tools for agents — market data (Binance public API), technical indicators (SMA/EMA/RSI/MACD/Bollinger/ATR) and MA-crossover backtest
Installation
dsh plugin --profile web add dsh-quantInstall 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.
The repository has new commits since the scan. The previous result no longer describes the current code; a fresh scan is pending.
e3978f50ee052026-08-17d5d0b28d1c72The 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 · 7
- infoReads process.envsrc/dsh-community/github.ts:100if (process.env.GITHUB_TOKEN) headers.Authorization = `Bearer ${process.env.GITHUB_TOKEN}`
- infoMakes network requests (fetch / axios)src/dsh-community/github.ts:102fetch(base, { signal, headers }),
- infoMakes network requests (fetch / axios)src/dsh-community/github.ts:103fetch(`${base}/pulls?state=open&per_page=100`, { signal, headers }),
- infoMakes network requests (fetch / axios)src/dsh-community/github.ts:104fetch(`${base}/releases/latest`, { signal, headers }),
- infoMakes network requests (fetch / axios)src/dsh-community/npm.ts:62fetch(`https://registry.npmjs.org/${enc}`, { signal }),
- infoMakes network requests (fetch / axios)src/dsh-community/npm.ts:63fetch(`https://api.npmjs.org/downloads/point/last-week/${enc}`, { signal }),
- infoMakes network requests (fetch / axios)src/dsh-community/npm.ts:64fetch(`https://api.npmjs.org/downloads/point/last-month/${enc}`, { signal }),
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-17
• Stars: ★ 4 · Forks: 1
• Health: Active — committed within last 30 days
