Community directory previewDeepSeek Harness is in developer preview
DC

dsh-custom-subagents

PluginConfirmed pluginCommunity

ktdhhc/dsh-custom-subagents · updated 8 days ago

Installation

dsh plugin --profile web add dsh-custom-subagents
dsh plugin --profile web add ./dsh-custom-subagents-
dsh plugin --profile web add dsh-custom-subagents@
dsh plugin --profile web add github:ktdhhc/dsh-custom-subagents

Plugins in this repository

  • dsh-profile-web
  • dsh-custom-subagentsv0.1.4

    Custom reusable Subagent Definitions with a Settings page and one delegate_agent tool for DeepSeek Harness

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (13)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/dsh-agent>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-api-remotes>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-client-connection>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-client-runtime>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-client-ui-settings>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-llm>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-session>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-settings>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-subagent>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-tools>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/dsh-typert-protocol>=0.1.1-rc.2 <0.2.0-0 || >=0.1.2-0 <0.2.0-0shared
    • @deepseek-ai/schemastery^3.18.1shared

Paths are pinned to commit 8c5d3c86f012

Overview

一个dsh的子agent控制插件

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
8c5d3c86f012
Evidence Score
79/100
Static risk
High risk
Files scanned
6
Findings
7

Evidence breakdown

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

Compatibility confidence: Limited

Install-time scripts (1)
  • prepacknode scripts/build-client.js && node scripts/check-client-stale.js
Findings (7)
  • Highinstall.script
    package.jsoninstall-time
    "prepack": "node scripts/build-client.js && node scripts/check-client-stale.js"
  • Mediumobfuscation.child-process
    scripts/build-client.js:1obfuscation
    import { spawnSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/build-client.js:13obfuscation
    const derive = spawnSync(process.execPath, [resolve(root, 'scripts/build-typert.js')], {
  • Mediumobfuscation.child-process
    scripts/build-client.js:27obfuscation
    const result = spawnSync(process.execPath, [tsdownRun, '--config', 'tsdown.config.mjs'], {
  • Mediumobfuscation.child-process
    scripts/check-client-stale.js:3obfuscation
    import { spawnSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/check-client-stale.js:13obfuscation
    const derive = spawnSync(process.execPath, [resolve(ROOT, 'scripts/build-typert.js')], {
  • Mediumobfuscation.child-process
    scripts/check-client-stale.js:32obfuscation
    const result = spawnSync(process.execPath, [resolve(ROOT, 'node_modules/tsdown/dist/run.mjs'), '--config', 'tsdown.config.mjs'], {
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0