DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Dynamic Assembler — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-plugin-dynamic-assembler

Plugin Dynamic Assembler

由自然语言驱动的 DeepSeek Harness (dsh) 动态组装器:在运行时发现插件(优先官方插件,可选第三方插件),生成组装计划,并通过 Cordis 加载插件,同时为非官方插件内置安全审计关卡。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-dynamic-assembler@0.3.20
README兼容性版本

兼容性与来源证明

Plugin Dynamic Assembler 以 dsh-plugin-dynamic-assembler 发布,当前版本为 0.3.20。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.3.20stable
2026/9/7
0.3.8stable
2026/8/23
0.3.7stable
2026/8/23
查看其余 21 个版本收起版本
0.3.6stable
2026/8/23
0.3.5stable
2026/8/23
0.3.4stable
2026/8/23
0.3.3stable
2026/8/23
0.3.2stable
2026/8/23
0.3.1stable
2026/8/23
0.3.0stable
2026/8/23
0.2.14stable
2026/8/23
0.2.13stable
2026/8/22
0.2.12stable
2026/8/22
0.2.11stable
2026/8/22
0.2.10stable
2026/8/22
0.2.9stable
2026/8/22
0.2.8stable
2026/8/22
0.2.7stable
2026/8/22
0.2.6stable
2026/8/22
0.2.4stable
2026/8/22
0.2.3stable
2026/8/22

相关插件

正在加载相关插件…

最新版
0.3.20
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
430.2 kB
文件数
22
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
83
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
0.2.2
stable
2026/8/22
0.2.1stable
2026/8/21
0.2.0stable
2026/8/17

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方

README

dsh-plugin-dynamic-assembler

Natural-language driven, security-gated dynamic assembly for DeepSeek Harness (dsh).

Tell your dsh agent what you want to build in plain language — it discovers the plugins it needs at runtime (official-first, third-party optional), generates an assembly plan, asks for your confirmation, then loads them through the Cordis runtime. Any unofficial plugin passes a built-in static security audit before it is ever loaded.

For self-evolving agents, security gates are not a feature — they are a prerequisite.

📦 Published on npm — npm i dsh-plugin-dynamic-assembler (v0.3.5)


Why

dsh is built on "everything is a plugin". The natural next step is self-assembly: an agent that can compose its own toolchain from what's installed — which is exactly the "self-evolving agent harness" direction DeepSeek's spatiotemporal composability paper calls out as the next validation target.

This plugin makes that practical and safe:

  • Runtime discovery — available plugins are read from ctx.registry at runtime. No hardcoded plugin lists to maintain.
  • Official-first — @deepseek-ai/* plugins are preferred for any capability; third-party plugins are only considered when no official plugin matches.
  • User consent, not silence — plans that involve third-party plugins surface them explicitly and require your allow_unofficial confirmation (policy configurable: ask / allow / deny).
  • Audit before load — every unofficial plugin is statically scanned (dangerous patterns + metadata) and scored 0-100. red (<60) plugins are rejected by default.

Features

🧭 Runtime discoveryctx.registry traversal — see everything loaded, nothing hardcoded
🥇 Official-first policyPrefer @deepseek-ai/*; third-party only as fallback, always surfaced
🔐 Third-party gateunofficialPolicy: ask (default) / allow / deny
🛡️ Built-in security auditassemble_inspect — pattern scan + metadata check → score → green / yellow / red
⚠️ Sensitive-op confirmationNetwork / fs / shell / subagent / MCP / code / credentials require explicit confirm
🗑️ Cascade unloadEverything dynamically loaded is disposed when the plugin unloads (Cordis time-composability)
🧩 8 toolsassemble_inspect · assemble_discover · assemble_plan · assemble_execute · assemble_unload · assemble_freeze · assemble_auto · assemble_compare (v0.3.3 same-class compare; v0.3.4 fixed Star/feature/audit-column render; v0.3.5 fixed audit-column pipeline root cause; v0.3.6 added assemble_inspect github_repo release audit; v0.3.8 wired release audit into compare table + placeholder detection)

Install

# install from npm (recommended); dsh auto-discovers it, no local path needed:
npm i dsh-plugin-dynamic-assembler
# or, managed by dsh profile:
pnpm dsh plugin --profile web add dsh-plugin-dynamic-assembler
# restart the web service afterwards
pnpm dsh web

Config (optional)

Add to your profile's cordis.patch.yml (new entries must be wrapped in - insert:):

- insert:
    - id: dynamic-assembler
      name: dsh-plugin-dynamic-assembler
      config:
        denyList: []                  # capability name substrings never assembled
        unofficialPolicy: ask         # ask | allow | deny
        pluginSources: []             # third-party plugins to consider (npm name or local dir)

pluginSources is how you tell the assembler about not-yet-loaded third-party plugins:

      config:
        pluginSources:
          - my-dsh-plugin            # npm package name
          - /path/to/local-plugin    # local directory

Already-loaded plugins (official or third-party) are discovered automatically — no config needed.

Tools

ToolWhat it doesKey parameters
assemble_inspectAudit a plugin package (official or not): pattern scan + metadata → score & grade. v0.3.6 adds github_repo — for GitHub-Releases-only community plugins (not on npm), pass owner/repo to run a release-artifact audit instead of a dead-red "unresolvable". v0.3.8 wires this release audit into the assemble_compare table's audit column + placeholder-package detectionplugin, github_repo?
assemble_planAnalyze a natural-language requirement, discover matching capabilities (official-first), produce an assembly plan (loads nothing)requirement
assemble_executeLoad and start the planned plugins via Cordis. Requires confirmation; unofficial plugins require allow_unofficial; red audits require forcenames, confirm, confirm_sensitive, allow_unofficial, force?, configs?
assemble_unloadDispose everything this plugin dynamically loaded (safety rollback)—

Example conversation

User: "I need a robot that can search the web and turn results into a Markdown document."

  1. Model calls assemble_plan({ requirement: "search the web and write a Markdown document" }) → runtime discovers loaded plugins, matches capabilities official-first, returns plan + recommended order.
  2. User confirms; model calls assemble_execute({ names: ["tool-web","web-search-deepseek"], confirm: true, confirm_sensitive: true, allow_unofficial: false }) → loaded plugins are activated; unloaded official plugins are dynamically imported by convention name @deepseek-ai/dsh-<name>.
  3. Rollback anytime: assemble_unload().

Security model

assemble_inspect performs a static audit with two layers:

  1. Metadata — npm scope (official vs third-party), license, repository, install/postinstall scripts (high risk), peer dependency completeness.
  2. Source — the entry file (plus adjacent source files, size-capped) is scanned for dangerous patterns:
SeverityPatterns
🔴 higheval / new Function, child_process/exec/spawn, install scripts, hardcoded secrets
🟡 mediumfs write/delete, network requests, dynamic import, base64 decode, char obfuscation
🔵 infoprocess.env access, pre-release version, missing license/repo, non-official scope

Scoring: start at 100, subtract per finding → green ≥ 80 / yellow ≥ 60 / red < 60.

  • green — loadable.
  • yellow — loadable with visibility (still requires allow_unofficial for third-party).
  • red — rejected by default; only a deliberate force: true (high risk) can override.

⚠️ Boundary — read this. A static audit is a risk signal, not a security guarantee. Plugins are JS modules: once ctx.plugin() loads one, it has full Node process privileges, and malicious code can trivially evade regex scanning. Only install plugins from sources you trust, and stay alert with third-party plugins. Isolated sandbox execution is planned as a v2 direction.

Extending the capability dictionary

The intent-to-capability mapping lives in CAPABILITY_RULES (src/dynamic-assembler.ts). Each rule maps natural-language keywords → candidate plugin-name substrings:

{ keywords: ['搜索', 'search', '联网', 'fetch', '网页', '抓取'],
  label: '联网搜索/抓取',
  match: ['tool-web', 'web-search', 'web-fetch-http', 'web'],
  dependsOn: ['web'],
  sensitive: true }
  • match entries are plugin-name substrings matched against runtime-discovered plugins (official-first).
  • Unmatched, unloaded official plugins are dynamically imported via the convention name @deepseek-ai/dsh-<name>.
  • sensitive: true requires explicit confirmation before loading.
  • Open a PR to add rules — the dictionary is a heuristic, never a hardcoded list.

Development

npm install
npm test        # node --test (ESM strip-types) — audit engine + official-first logic + regressions
  • src/inspect.ts — pure audit engine (no cordis dependency, fully unit-testable)
  • src/dynamic-assembler.ts — plugin entry, 4 tools, official-first planning
  • test/ — node:test suites (cordis/dsh-tools stubbed; they only exist inside the dsh monorepo)

License

MIT © 2026 Lishu (黎叔玩AI)