JimchengChina/dsh-frontier-repro ↗★ 0
dsh-frontier-repro
DeepSeek Harness 的证据优先前沿 AI 雷达与可复现性网关插件
AI 分析
核心用途是提供前沿 AI 动态追踪与可复现性验证网关。适合需要对 AI 证据进行本地管理和验证的系统管理员或研究人员。需要 Node.js ^22.19 或 >=24。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JimchengChina/dsh-frontier-repro说明文档
阅读完整 README ↗Configuration
- id: frontier-repro
config:
defaultDays: 90
defaultLimit: 20
maxRecords: 1000
maxCollections: 20
requestTimeoutMs: 20000
maxResponseBytes: 5242880
pageConcurrency: 3
githubEnrichLimit: 8
githubTokenEnv: GITHUB_TOKEN
xBearerTokenEnv: X_BEARER_TOKEN
# storagePath: /absolute/path/index.json
# sourceFile: /absolute/path/sources.json
promptGuidance: true
promptOrder: 145
sourceFile is trusted local administrator configuration. Tool arguments never accept arbitrary source URLs. Person sources require a name, role, and first-party identity evidence. GITHUB_TOKEN is optional and only raises public API limits; X API access remains explicitly required for X sources. See sources.example.json and docs/source-policy.md.