Community directory previewDeepSeek Harness is in developer preview
DR

dsh-req-workbench

PluginConfirmed pluginCommunity

Songran241/dsh-req-workbench · updated 15 days ago

Installation

dsh plugin --profile web add github:Songran241/dsh-req-workbench
dsh plugin --profile web add @dsh-community/dsh-req-workbench

Plugins in this repository

  • @dsh-community/dsh-req-workbenchv0.1.0

    需求管理工作台:在 DeepSeek Harness Web UI 中管理需求与子任务,支持从对话 turn 与本地文档导入功能需求,子任务截止时间与超时提醒。

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (9)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/dsh-api-remotes^0.1.0-rc.6shared
    • @deepseek-ai/dsh-client-locale^0.1.0-rc.6shared
    • @deepseek-ai/dsh-client-runtime^0.1.0-rc.6shared
    • @deepseek-ai/dsh-client-ui-sidebar^0.1.0-rc.6shared
    • @deepseek-ai/dsh-client-ui-slots^0.1.0-rc.6shared
    • @deepseek-ai/dsh-storage-domain^0.1.0-rc.6shared
    • @deepseek-ai/dsh-typert-protocol^0.1.0-rc.6shared
    • @deepseek-ai/schemastery^3.18.1shared

Paths are pinned to commit e2210ec15f85

Overview

DeepSeek Harness Web UI 插件:需求管理工作台,从对话/文本/本地文件解析并管理需求与子任务,支持截止时间与超时提醒。

Repository check result

Results are bound to the listed commit and cover only static checks run by this registry. The Evidence Score measures reviewable information; it is not a compatibility percentage or a security guarantee.

Static repository check

High risk
Checked commit
e2210ec15f85
Evidence Score
76/100
Static risk
High risk
Files scanned
3
Findings
5

Evidence breakdown

Source provenance25/25
Install documentation25/25
Maintenance12/20
Compatibility evidence11/20
Security signals3/10

Compatibility confidence: Limited

Install-time scripts (1)
  • preparenode scripts/build.mjs
Findings (5)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "node scripts/build.mjs"
  • Mediumobfuscation.child-process
    scripts/build.mjs:5obfuscation
    import { execSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/build.mjs:27obfuscation
    execSync(`${bin}/tsc src/index.ts --target ES2022 --module ESNext --moduleResolution bundler --outDir ${hostEsmDir} --skipLibCheck --esModuleInterop --resolveJsonModule --declaration false --noEmitOnE…
  • Mediumobfuscation.child-process
    scripts/build.mjs:31obfuscation
    execSync(`${bin}/tsc src/client.tsx src/typert.remote-client.ts --target ES2022 --module ESNext --moduleResolution bundler --jsx react-jsx --outDir ${esmDir} --skipLibCheck --esModuleInterop --resolve…
  • Mediumobfuscation.child-process
    scripts/build.mjs:54obfuscation
    execSync(`${bin}/tsdown --config tsdown.tmp.mjs`, { cwd: root, stdio: 'inherit' })
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0