DSH Plugin Store v0.1.0 Preview 2
Pre-releaseInstall the preview
dsh plugin --profile web add github:sandbaseai/dsh-plugin-store#v0.1.0-preview.2The explicit tag keeps the installed source pinned to this reviewed preview instead of following later changes on main. Restart DSH Web, open Settings, and select Store.
- Project site: https://sandbaseai.github.io/dsh-plugin-store/
- Repository: https://github.com/sandbaseai/dsh-plugin-store
GitHub-installable preview
Preview 2 includes the verified Host and Web client build artifacts in the repository so GitHub-source installs can resolve the declared entry points. This addresses the ERR_MODULE_NOT_FOUND advisory reported by the DSH 1024Store static review.
Changes since Preview 1
- Commit
lib/index.jsfor the Host plugin entry point. - Commit
lib/client.jsfor the native Web Settings client. - Commit the exported Host and client type declarations.
- Publish
SECURITY.mdwith catalog, installation, and enterprise trust boundaries. - Enable GitHub Private Vulnerability Reporting.
- Add the project to the DSH 1024Store curated source catalog.
Verification
The committed artifacts are byte-for-byte identical to the output produced in the DeepSeek Harness 0.1.0-rc.5 workspace:
pnpm --filter @sandbaseai/dsh-plugin-store typecheck # passed
pnpm --filter @sandbaseai/dsh-plugin-store bundle # passed
Host ESM: lib/index.js
Web client: lib/client.js
Compatibility boundary
This remains a prerelease targeting the Harness 0.1.0-rc.5 integration APIs. Review third-party plugin source before installation and use organizational allowlists, isolation, credential controls, and audit logs for enterprise deployment.
- Security policy: https://github.com/sandbaseai/dsh-plugin-store/security/policy
- Early tester report: #1
- Launch discussion: #5
If this improves your DSH workflow, star the repository and report the next compatibility case we should verify.