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. AM 8:30

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.