SpecFusion avatar

SpecFusion

在 DeepSeek Harness / Claude Code / Cursor / Codex / Gemini CLI 里直接搜索 20 个中国开放平台的 65,600+ 篇 API 文档;零配置,支持 Skill 与 DSH 原生插件。

PluginDeveloperTerminalKnowledgeNetworkWeb searchTerminal / Shell
Verification
L2 · Structured
Security
Medium
Health
Active
Trust
Silver

What it does

在 DeepSeek Harness / Claude Code / Cursor / Codex / Gemini CLI 里直接搜索 20 个中国开放平台的 65,600+ 篇 API 文档;零配置,支持 Skill 与 DSH 原生插件。

Installation

dsh plugin --profile web add specfusion

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.SOWARNINGSCAN15 FILES
2d2b00
Automated review · daily
WARNING

No critical findings, but warning-level issues were detected (file writes, remote imports, base64 decoding, downloads).

0 critical·1 warning·6 info·15 files scanned
scanned commit2d2b007f50dd2026-08-16
latest commit2d2b007f50dd

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: Medium0 critical · 1 warning · 6 info

• Static heuristic scan: done (15 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 7

  • infoReads process.envapi/src/index.ts:17
    const PORT = parseInt(process.env.PORT || '3456', 10);
  • infoReads process.envapi/src/index.ts:20
    const DB_PATH = process.env.DB_PATH || resolve(__dirname, '../../data/specfusion.db');
  • infoHardcoded IP addressapi/src/index.ts:50
    await fastify.listen({ port: PORT, host: '0.0.0.0' });
  • infoReads process.envapi/src/middleware/auth.ts:3
    const ADMIN_TOKEN = process.env.ADMIN_TOKEN || 'dev-token';
  • infoReads process.envdsh-plugin/lib/index.js:40
    config.baseUrl || process.env[BASE_URL_ENV] || DEFAULT_BASE_URL;
  • infoHardcoded IP addressscrapers/get-cookies.ts:27
    'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36',
  • warningFilesystem write operationsscrapers/src/utils/cookies.ts:60
    fs.writeFileSync(resolved, JSON.stringify(cookies, null, 2), 'utf-8');

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: ★ 51 · Forks: 14

• Health: Active — committed within last 30 days

Source

GitHub: github.com/wxkingstar/SpecFusion

Was this page helpful?