dsh-quant avatar

dsh-quant

dsh plugin: quantitative tools for agents — market data (Binance public API), technical indicators (SMA/EMA/RSI/MACD/Bollinger/ATR) and MA-crossover backtest

PluginFinanceNetworkData
Verification
L2 · Structured
Security
Low
Health
Active
Trust
Silver

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

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.SOOUTDATEDSCAN15 FILES
e3978f
Automated review · daily
OUTDATED

The repository has new commits since the scan. The previous result no longer describes the current code; a fresh scan is pending.

0 critical·0 warning·7 info·15 files scanned
scanned commite3978f50ee052026-08-17
latest commitd5d0b28d1c72

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

• 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:100
    if (process.env.GITHUB_TOKEN) headers.Authorization = `Bearer ${process.env.GITHUB_TOKEN}`
  • infoMakes network requests (fetch / axios)src/dsh-community/github.ts:102
    fetch(base, { signal, headers }),
  • infoMakes network requests (fetch / axios)src/dsh-community/github.ts:103
    fetch(`${base}/pulls?state=open&per_page=100`, { signal, headers }),
  • infoMakes network requests (fetch / axios)src/dsh-community/github.ts:104
    fetch(`${base}/releases/latest`, { signal, headers }),
  • infoMakes network requests (fetch / axios)src/dsh-community/npm.ts:62
    fetch(`https://registry.npmjs.org/${enc}`, { signal }),
  • infoMakes network requests (fetch / axios)src/dsh-community/npm.ts:63
    fetch(`https://api.npmjs.org/downloads/point/last-week/${enc}`, { signal }),
  • infoMakes network requests (fetch / axios)src/dsh-community/npm.ts:64
    fetch(`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

Source

GitHub: github.com/pengpengyi92/dsh-quant

Was this page helpful?