What it does
在 DeepSeek Harness / Claude Code / Cursor / Codex / Gemini CLI 里直接搜索 20 个中国开放平台的 65,600+ 篇 API 文档;零配置,支持 Skill 与 DSH 原生插件。
Installation
dsh plugin --profile web add specfusionInstall 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 findings, but warning-level issues were detected (file writes, remote imports, base64 decoding, downloads).
2d2b007f50dd2026-08-162d2b007f50ddThe 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.envapi/src/index.ts:17const PORT = parseInt(process.env.PORT || '3456', 10);
- infoReads process.envapi/src/index.ts:20const DB_PATH = process.env.DB_PATH || resolve(__dirname, '../../data/specfusion.db');
- infoHardcoded IP addressapi/src/index.ts:50await fastify.listen({ port: PORT, host: '0.0.0.0' });
- infoReads process.envapi/src/middleware/auth.ts:3const ADMIN_TOKEN = process.env.ADMIN_TOKEN || 'dev-token';
- infoReads process.envdsh-plugin/lib/index.js:40config.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:60fs.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
