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

Plugin金融网络数据
验证
L2 · 结构化
安全
低风险
健康
活跃
信任

功能介绍

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

安装

dsh plugin --profile web add dsh-quant

Install method: npm · 尚未在容器中测试 (L3+)

兼容性

DSH VersionStatus
not statedDeclared — not tested

要求

  • • Node.js: not stated
  • • DSH: declared "not stated"
  • • External credentials: none detected

安全报告

自动静态扫描,非人工审核。

DSH.SO已过时SCAN15 FILES
e3978f
自动审查 · 每日更新
已过时

扫描后有新提交,结果不再代表当前代码,等待重新扫描。

0 严重·0 警告·7 提示·15 扫描文件数
扫描版本e3978f50ee052026-08-17
当前版本d5d0b28d1c72

扫描结果仅对「扫描版本」有效。若当前版本不同,徽章将显示 outdated,直到每日流水线重新扫描。

免责声明:这是自动化静态分析,不构成安全保证。安装前请自行审查。

风险:低风险0 critical · 0 warning · 7 info

• 静态启发式扫描:已完成(15 个文件)

• 依赖漏洞:需深度审计(L3+)

• 权限沙箱:需运行时测试(L4+)

扫描发现 · 7

  • info读取 process.envsrc/dsh-community/github.ts:100
    if (process.env.GITHUB_TOKEN) headers.Authorization = `Bearer ${process.env.GITHUB_TOKEN}`
  • info发起网络请求(fetch / axios)src/dsh-community/github.ts:102
    fetch(base, { signal, headers }),
  • info发起网络请求(fetch / axios)src/dsh-community/github.ts:103
    fetch(`${base}/pulls?state=open&per_page=100`, { signal, headers }),
  • info发起网络请求(fetch / axios)src/dsh-community/github.ts:104
    fetch(`${base}/releases/latest`, { signal, headers }),
  • info发起网络请求(fetch / axios)src/dsh-community/npm.ts:62
    fetch(`https://registry.npmjs.org/${enc}`, { signal }),
  • info发起网络请求(fetch / axios)src/dsh-community/npm.ts:63
    fetch(`https://api.npmjs.org/downloads/point/last-week/${enc}`, { signal }),
  • info发起网络请求(fetch / axios)src/dsh-community/npm.ts:64
    fetch(`https://api.npmjs.org/downloads/point/last-month/${enc}`, { signal }),

静态启发式扫描,可能误报——使用前请自行审查源码。

活跃度

最近提交 2026-08-17 · 活跃度:活跃

• 仓库创建: 2026-08-17

• 星标: ★ 4 · 复刻: 1

• 健康度: 活跃 — 近 30 天有提交

来源

GitHub: github.com/pengpengyi92/dsh-quant

这页有帮助吗?