dff652 / deepseek-harness-community-plugins

已收录

Configuration-only DeepSeek Harness bundle for AI Asset Hub's reviewed read-only MCP tools

main工具 查看源代码

安装

npm pack --workspace @dff652/dsh-ai-asset-hub --ignore-scripts

此命令根据 GitHub 仓库地址生成。运行前请检查上游 README 与源代码;需要可复现安装时,请固定 release 或 commit。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 d51dae1同步于 2026年8月18日

最近一次目录同步未能刷新此 README 快照。

DeepSeek Harness Plugins connects DSH to a reviewed eight-tool read-only AI Asset Hub MCP surface

CI AIAH candidate 0.1.1 MIT License Node.js 22.19 or 24 and newer

Expose AI Asset Hub's reviewed, read-only MCP tools inside DeepSeek Harness without bundling provider code, data, credentials, or machine-specific paths. The first package in this public monorepo is a small configuration bundle with a deliberately narrow contract.

[!IMPORTANT] @dff652/dsh-ai-asset-hub@0.1.1 is a public clean-history source candidate. Portable CI, the recorded runtime gates and an unauthenticated fresh-clone audit pass. It is not yet tagged, released, published to npm, listed in a marketplace, or deployed to a live profile.

What you get

Contract
One provider bridgeStarts a deployment-owned aiah mcp process through the official DSH MCP client.
Eight read-only toolsStatus, diff, doctor, migration readiness/status, scan, validate, and version.
Fail-closed activationRejects missing, blank, or relative DSH_AIAH_COMMAND values.
Five-file packageShips only package.json, index.js, cordis.patch.yml, README.md, and LICENSE.

The bundle does not ship the AI Asset Hub executable, copy provider handlers, store credentials, or expose build/apply/rollback operations.

Validate the local candidate

Pack from a reviewed checkout, record the resulting digest, and install only that exact tarball into a disposable DSH profile:

npm pack --workspace @dff652/dsh-ai-asset-hub --ignore-scripts
sha256sum dff652-dsh-ai-asset-hub-0.1.1.tgz
dsh plugin --profile <profile> add -w ./dff652-dsh-ai-asset-hub-0.1.1.tgz
dsh --profile <profile> --dump-config

The deployment must set DSH_AIAH_COMMAND to the absolute path of its separately reviewed aiah executable. The bundle passes exactly one argument, mcp, and never resolves the executable through PATH.

How the boundary works

DeepSeek Harness profile
        │
        ├─ @dff652/dsh-ai-asset-hub      configuration only
        │          │
        │          └─ @deepseek-ai/dsh-mcp-client@0.1.0-rc.6
        │                         │ stdio
        │                         ▼
        └────────────── DSH_AIAH_COMMAND mcp
                                  │
                                  └─ 8 reviewed read-only tools

Provider binaries, identities, homes, endpoints, credentials, and runtime data remain outside the package. MCP annotations are descriptive metadata rather than a permission system, so provider-side zero-write tests remain the authority for the read-only invariant.

Model-visible tool contract

mcp__aiah__aiah_asset_status
mcp__aiah__aiah_diff
mcp__aiah__aiah_doctor
mcp__aiah__aiah_migration_readiness
mcp__aiah__aiah_migration_status
mcp__aiah__aiah_scan
mcp__aiah__aiah_validate
mcp__aiah__aiah_version

The namespace is frozen by contract tests. Writer tools such as build, apply, and rollback are intentionally absent.

Verify from source

Run the portable repository and package checks:

npm run check:repo
npm test
npm pack --workspace @dff652/dsh-ai-asset-hub --dry-run --ignore-scripts

On a host with the reviewed DSH runtime, run the activation and process lifecycle gates. These fail instead of silently skipping when dsh is absent:

npm run test:activation:aiah
npm run test:lifecycle:aiah

For provider E2E acceptance, point the verifier at a separately reviewed AIAH executable and disposable test data—never a personal provider home or live profile:

npm run verify:aiah -- \
  --command /absolute/path/to/aiah \
  --testdata-root /absolute/path/to/disposable/aiah-testdata

The verifier checks initialization, the exact eight-tool surface, a version canary, safe calls, and optional zero-write snapshots.

For installation, upgrade, removal and rollback procedures, see the consumer operations guide. Release tags are package-specific in this monorepo; the first planned tag is dsh-ai-asset-hub-v0.1.1.

Reviewed compatibility

ComponentReviewed value
Package@dff652/dsh-ai-asset-hub@0.1.1 candidate
DeepSeek Harness0.1.0-rc.6
MCP client@deepseek-ai/dsh-mcp-client@0.1.0-rc.6
Node.js^22.19.0 || >=24.0.0
AI Asset Hub executableOfficial Release v0.1.11

CI runs the portable contract on Node 22.19 and 24.19. The recorded runtime acceptance used Node 24.19, a disposable DSH home, disposable test data, and the official AIAH v0.1.11 Linux AMD64 asset.

Release state

TransitionState
Clean repository and originComplete; main synchronized and CI passed
Public repository and dsh-plugin topicComplete
Reviewed GitHub Release tarballNot released
npm publicationNot published
Marketplace listingNot submitted
Model-visible L5 acceptanceNot claimed
Live-profile deploymentNot part of this repository

Read the full release-readiness record for exact digests, environment evidence, remaining gates, and the rule that publication and deployment transitions require separate authorization.

Project notes

  • This is an independent project, not an official DeepSeek project or an official security review of AI Asset Hub.
  • Future providers must enter as separate workspaces after their own source, license, secret, artifact, and disposable-profile review.
  • Agent Mail is future scope; no placeholder bundle or automatic-wake claim is included here.

Contributions are welcome within the documented public boundary. Start with CONTRIBUTING.md, and report vulnerabilities according to SECURITY.md.

License

MIT

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测
安全策略已检测
贡献指南已检测
文档已检测

仓库信息

开发语言
JavaScript
许可证
MIT
最新发布
dsh-ai-asset-hub-v0.1.1
最后更新
2026年8月18日 08:30

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。