{
"schema": "omdsh-workshop-submission/v2",
"operation": "create-project",
"project": {
"id": "dsh-score",
"displayName": "dsh-score",
"summary": "Multi-dimensional quality scoring for DeepSeek Harness plugins: scores one repo or npm package across install success (consuming dsh-test-drive results), maintenance activity, documentation completeness, security scan, and protocol complian",
"kind": "extension",
"category": "developer-tools",
"tags": [
"plugin-scoring",
"quality-score",
"leaderboard",
"supply-chain"
],
"repository": "https://github.com/PerryLink/dsh-score",
"path": null,
"author": {
"name": "PerryLink",
"url": "https://github.com/PerryLink"
},
"license": "Apache-2.0",
"media": null
},
"release": {
"version": "0.2.5",
"ref": "9f8ae60d12259a2eae6fbdfce6d66946f43a7d11",
"updatedAt": "2026-09-05T07:08:40.915Z",
"channel": "stable",
"compatibility": "0.1.2-rc.1",
"changelog": "Wave2 batch release (2026-09-04) for the published @deepseek-ai/dsh 0.1.2-rc.1 host line; see CHANGELOG.md.",
"capabilities": {
"requiresFabric": false,
"deepHook": false,
"restartRequired": true
},
"profileBundle": {
"packageName": "dsh-score",
"spec": "0.2.5"
},
"updateFrom": null
},
"management": {
"method": "profile-bundle",
"protocol": "harness-profile",
"label": "dsh-score",
"instructions": "dsh plugin --profile <name> add dsh-score # npm channel; or pnpm pack and add the tarball",
"source": null
},
"declarations": {
"permissions": "Registered capabilities: fs:read, subprocess:spawn, session:append, network:inherit, native-code:none. No writes outside the session/profile; see packageManifest.permissions.",
"testing": "Wave2 release gate green (typecheck/test/build/verify/pack, 2026-09-04); profile runtime smoke PASS in the wave2 d2-smoke-v4 matrix (2026-09-04); devDeps/test peers pinned to the published 0.1.2-rc.1 line; install/remove evidence not separately collected (packageManifest.evidence null).",
"trustedPublisherRequested": false,
"installScriptsMustRemainDisabled": true
},
"packageManifest": {
"schema": "omdsh-workshop-package/v1",
"type": "plugin",
"integration": {
"protocol": "harness-profile",
"artifact": "cordis.patch.yml"
},
"install": {
"mode": "transactional",
"adapter": "profile-bundle",
"failurePolicy": "generation-rollback",
"touchesCurrentBeforeActivation": false
},
"lifecycle": {
"activation": "hot-reload",
"dispose": "supported"
},
"permissions": [
"fs:read",
"subprocess:spawn",
"session:append",
"network:inherit",
"native-code:none"
],
"compatibility": {
"dshVersions": [
"0.1.2-rc.1"
]
},
"capability": {
"id": "plugin-quality-score",
"kind": "tool",
"invocation": "score, /score, score_report, score_batch",
"expected": "scores one repo or npm package across five dimensions (install success, maintenance, documentation, security, protocol compliance) from real CLI evidence and produces a JSON/Markdown leaderboard report"
},
"evidence": {
"install": null,
"failureIsolation": null,
"hotReload": null,
"remove": null
}
}
}
Author Studio manifest
{ "schema": "omdsh-workshop-submission/v2", "operation": "create-project", "project": { "id": "dsh-score", "displayName": "dsh-score", "summary": "Multi-dimensional quality scoring for DeepSeek Harness plugins: scores one repo or npm package across install success (consuming dsh-test-drive results), maintenance activity, documentation completeness, security scan, and protocol complian", "kind": "extension", "category": "developer-tools", "tags": [ "plugin-scoring", "quality-score", "leaderboard", "supply-chain" ], "repository": "https://github.com/PerryLink/dsh-score", "path": null, "author": { "name": "PerryLink", "url": "https://github.com/PerryLink" }, "license": "Apache-2.0", "media": null }, "release": { "version": "0.2.5", "ref": "9f8ae60d12259a2eae6fbdfce6d66946f43a7d11", "updatedAt": "2026-09-05T07:08:40.915Z", "channel": "stable", "compatibility": "0.1.2-rc.1", "changelog": "Wave2 batch release (2026-09-04) for the published @deepseek-ai/dsh 0.1.2-rc.1 host line; see CHANGELOG.md.", "capabilities": { "requiresFabric": false, "deepHook": false, "restartRequired": true }, "profileBundle": { "packageName": "dsh-score", "spec": "0.2.5" }, "updateFrom": null }, "management": { "method": "profile-bundle", "protocol": "harness-profile", "label": "dsh-score", "instructions": "dsh plugin --profile <name> add dsh-score # npm channel; or pnpm pack and add the tarball", "source": null }, "declarations": { "permissions": "Registered capabilities: fs:read, subprocess:spawn, session:append, network:inherit, native-code:none. No writes outside the session/profile; see packageManifest.permissions.", "testing": "Wave2 release gate green (typecheck/test/build/verify/pack, 2026-09-04); profile runtime smoke PASS in the wave2 d2-smoke-v4 matrix (2026-09-04); devDeps/test peers pinned to the published 0.1.2-rc.1 line; install/remove evidence not separately collected (packageManifest.evidence null).", "trustedPublisherRequested": false, "installScriptsMustRemainDisabled": true }, "packageManifest": { "schema": "omdsh-workshop-package/v1", "type": "plugin", "integration": { "protocol": "harness-profile", "artifact": "cordis.patch.yml" }, "install": { "mode": "transactional", "adapter": "profile-bundle", "failurePolicy": "generation-rollback", "touchesCurrentBeforeActivation": false }, "lifecycle": { "activation": "hot-reload", "dispose": "supported" }, "permissions": [ "fs:read", "subprocess:spawn", "session:append", "network:inherit", "native-code:none" ], "compatibility": { "dshVersions": [ "0.1.2-rc.1" ] }, "capability": { "id": "plugin-quality-score", "kind": "tool", "invocation": "score, /score, score_report, score_batch", "expected": "scores one repo or npm package across five dimensions (install success, maintenance, documentation, security, protocol compliance) from real CLI evidence and produces a JSON/Markdown leaderboard report" }, "evidence": { "install": null, "failureIsolation": null, "hotReload": null, "remove": null } } }