pengxuding/dsh-plugin-judge
pengxuding★ 0JavaScriptLast synced: 2026-08-15
DSH 插件价值裁判:装前审核(源码静态扫描 + LLM 裁判)、装后审计与模型切换复核提醒 · Plugin value auditor for DeepSeek Harness.
README excerpt
dsh-plugin-judge · Plugin Value Auditor for DeepSeek Harness Judge whether a DeepSeek Harness plugin is worth using: pre-install review, post-install audit, and re-audit reminders when the model changes. 中文文档 The problem this plugin solves Plugins fall into two natures: - Capability plugins give the model new abilities (new tools, skills, MCP servers, services, commands) — like giving the model "an extra hand". - Constraint plugins impose rules and guardrails on the model (injecting system prompt sections, personas, AGENTS.md rules, intercepting agent/pre-step / tools/pre-execute , restrict / guard on tools, or complete: true wholesale prompt replacement) — like putting the model "in a cage". Constraint plugins carry a hidden cost: the model will follow the rules faithfully (compliance looks great), but it performs worse on the task you actually care about — rules crowd the context and suppress the model's own judgment, putting a low ceiling over a capable model. Worse, as models get upgraded, many "patch rules for the old model" turn from patches into ceilings, and the plugin becomes obsolete or even harmful. So a plugin's value is not a property of the plugin alone — it is a bina…
View full README on GitHub →