DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-context-provenance

Context Provenance

针对公开 DeepSeek Harness 运行时证据的仅观察溯源账本

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

npx -y @deepseek-ai/dsh plugin --profile web add github:030611/dsh-context-provenance#601ceed5a8bc3c8d40cbab0211086efa5729400b
README兼容性版本
DSH Context Provenance social preview

兼容性与来源证明

Context Provenance 以 dsh-context-provenance 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/3

版本

0.1.2stable
2026/9/3
0.1.1stable
2026/8/24
0.1.0stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.1.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 3
周下载
0
最近提交
2026/9/3
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Auto Reviewdsh-auto-review针对 DeepSeek Harness 审批请求的第二模型 AI 自动审查:只读审查子代理在审批应答链上决定允许或拒绝,并采用故障关闭回退机制和完整的会话日志审计。Codex Subscriptiondsh-codex-subscription通过 OAuth 在 DeepSeek Harness 中使用 ChatGPT 和 Codex 订阅,支持配额管理、安全重置、网页搜索、图像和快速模式

README

dsh-context-provenance

DSH Context Provenance social preview

Compare adjacent request evidence as Observed, Estimated, or Unavailable—without returning prompt text, message content, tool schemas, or raw paths.

dsh plugin --profile web add dsh-context-provenance

Community-maintained and not an official DeepSeek project. Related trust-layer plugins: Telemetry Redactor, Verification Receipt, and Evidence Audit.

An observe-only, CPU-only, local-only DeepSeek Harness plugin that reports what public runtime interfaces can actually prove about the requesting Agent's context. It retains only the two most recent ordinary agent-loop request observations in memory and exposes them through the existing Cordis inspect query mechanism. It performs no file, network, subprocess, GPU, persistence, session, permission, tool, model-routing, or request mutation.

Audit verdict

Conditional pass against official DSH commit 47f943859bef60e4160492346772ded9b24f765a. Stable public seams exist for a deliberately incomplete evidence ledger. This plugin is not a complete context provenance graph and cannot explain all behavior differences.

Public collision review found official pluginInventory/list, official token-meter projections, official Cordis inspect, and the community dsh-context-doctor. This plugin does not rescan files, reimplement token estimation, add optimization advice, or add another token-breakdown UI. Its distinct surface is strict evidence labeling plus adjacent actual request comparison.

Evidence matrix

FieldLabelPublic interfaceBoundary
Effective request provider/modelObservedllm/stream GenerateOptions, gated by isAgentLoopRequest()Ordinary Agent-loop requests only
Adapter context windowObservedSession.requestContext()Adapter-advertised capacity, optional
System presence/changeObservedGenerateOptions.systemNo text or digest is returned; change uses a process-random keyed comparison kept only in memory
Tool names/catalog changeObservedGenerateOptions.toolsNo descriptions, parameter schemas, or digest is returned
Tool owner/plugin mappingUnavailablePublic ToolSchema has no ownerNo inference from names
Active AGENTS source categoriesObservedDurable user/message.source.kind=agent-instructions changesOnly workspace-root/workspace-nested/outside-workspace; raw paths withheld
Skill name/source/provider categoriesObserved or partialctx.skills.snapshot({ cwd, scope })Raw custom source/provider identifiers withheld; complete=false is incomplete
Loader order/module-kind/enabled/fiber phaseObservedOfficial pluginInventory/list serviceentryId and moduleName withheld; not contribution provenance
System/tools/messages breakdownEstimatedOfficial contextBreakdown projectionFixed heuristic; not provider tokenization or billing
Prompt pressureObservedOfficial contextPressure.pressureTokensDerived from provider-reported usage buckets
Projected next promptEstimatedOfficial contextPressure.projectedTokensProvider anchor plus heuristic delta
Hidden policies/private prompts/hidden toolsUnavailableNo public interfaceNever claimed or inferred

Every returned field carries Observed, Estimated, or Unavailable, its source interface, and a boundary note where needed. Missing services, projection keys, optional fields, or incomplete skill discovery degrade per field; absence is never silently converted to zero.

Usage

Add the bundle to a profile, restart DSH, then use the existing inspect tools to query Host provider ContextProvenance, method report. The provider appears when the official Cordis inspect service is present; an older composition without that service still mounts the observer but has no query surface. The provider is model-visible only when a user or model explicitly inspects it; the plugin adds no new tool schema or ordinary request content.

Installation and compatibility boundary

The public source repository is 030611/dsh-context-provenance. Add the public bundle to the selected DSH profile, then inspect the resolved configuration:

dsh plugin --profile <profile> add dsh-context-provenance
dsh --profile <profile> --dump-config

Before installing, verify the registry version, source tag, and release notes rather than treating an untagged repository checkout as a release artifact.

Version 0.1.2 supports exactly DSH 0.1.2-alpha.3, 0.1.2-alpha.4, and 0.1.2-alpha.5 on Node.js ^22.19.0 || >=24.0.0. Each release passed local package gates and disposable Windows Web Profile install, composed-config, cold-start, and uninstall acceptance. See the current compatibility evidence for the exact boundary; the 0.1.1 evidence remains available as historical evidence.

The earlier public-interface audit remains pinned to official DSH commit 47f943859bef60e4160492346772ded9b24f765a as historical design evidence. Current compile, unit, lifecycle, loader-composition, built-artifact, patch, package-install, and disposable-Profile gates use the published 0.1.2-alpha.5 packages, while disposable Profile acceptance covers all three declared releases. These checks are not a claim of remote API, live model/provider, macOS, or Linux testing.

Privacy and lifecycle

Request bodies are synchronously reduced at the llm/stream boundary to provider/model, booleans, safe categories, tool names, and official numeric projections. System text, messages, tool descriptions, JSON parameter schemas, raw plugin identifiers, raw skill provider/source identifiers, and AGENTS paths or contents are never returned.

Equality fingerprints are not privacy protection. A plain SHA-256 digest of a low-entropy or known prompt/schema lets an observer confirm guesses offline. Earlier schema version 1 returned such digests; schema version 2 removes them. Adjacent systemChanged and toolCatalogChanged booleans are computed from process-random keyed fingerprints held only in a private WeakMap and are never serialized. These booleans still reveal equality/change across the retained adjacent pair, which is the minimum comparison signal this plugin intentionally exposes.

AGENTS folding is incremental per live Agent. The first request after plugin load performs one O(session events) catch-up; subsequent requests examine only newly appended events. If a session event view shrinks, the fold safely rebuilds from the visible tail. The in-memory two-request and instruction-state WeakMaps, request listener, and inspect registration become unreachable or are disposed with the plugin Fiber. Restarting or unloading loses all observations.

Version degradation

The official repository is pre-release and advertises no session-format compatibility promise. Version 0.1.2 therefore binds its runtime peer contract to the three explicitly tested 0.1.2-alpha releases rather than a broad pre-release range. Missing optional services or newer fields produce Unavailable; a missing cordisInspect service removes only the report surface and does not prevent the observer from mounting.

Model experience

The plugin adds one entry and one method to the existing Cordis inspect provider directory. Ordinary model requests receive no added prompt, message, or tool schema. A deliberate inspect call returns the bounded evidence report, which then enters normal tool-result history under the existing Cordis inspect tool.

Token and KV-cache effect

No direct effect on ordinary requests. A deliberate inspect call adds its bounded result to conversation history. The existing inspect tool schema remains unchanged.

Known limitations

  • Loader entries do not identify the bundle, profile, override, or dependency that introduced them.
  • Plugin inventory reveals ordered enablement and lifecycle categories, but never raw entry ids, package names, file URLs, absolute paths, or patch specifiers.
  • A tool name or schema does not identify its owning plugin.
  • Skill names remain visible because they are the public callable identity; source/provider are reduced to fixed categories. A skill name itself may still be sensitive if a deployment chooses a sensitive name.
  • AGENTS location categories are durable injected-source metadata, not a filesystem inventory or proof of hidden instructions.
  • Adjacent observations cover actual ordinary llm/stream calls seen while this plugin is mounted. Earlier requests, auxiliary calls, and observations lost on unload or restart are unavailable.
Complete behavior causalityUnavailableNo public interfaceAdjacent changes are correlation, not explanation