csyangwen/dsh-memory-evolve
C3为 DeepSeek Harness 带来「跨会话长期记忆 + 后台自我进化」能力的纯插件实现:五轨记忆 · git 分支感知 · 回合内自我审查 · 技能自我进化与技能管理器 · 四轨待办 · COI 调度 · 会话广播 · 会话搜索 · 提示词管理器 · 临时信息便签——零核心修改、零运行时依赖,随装随用、卸载即净。
★ 100+ · csyangwen/dsh-memory-evolve source on GitHub · this plugin in the registry
csyangwen/dsh-memory-evolve is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, can rewrite the system prompt, gates tool execution, executes system commands.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| can rewrite the system prompt | prompt_surface | systemPrompt, tools/pre-execute |
| gates tool execution | tool_gate | hook: tools/pre-execute |
| executes system commands | exec | ×48 src, e.g. lib/canvas.js:31, lib/index.js:19 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. lib/coi/broadcast.js:130 |
Services it injects
agents conversation llm locale sessionPersistence sessionTitle sessions settings slots systemPrompt tools workspaceRegistry
Hooks it attaches
agent/created agent/disposed agent/settled agent/status agent/turn-stopping connection/reset fs/observed session/disposed session/event tools/post-execute tools/pre-execute
Outbound domains
github.github.com
Environment variables it reads
DSH_HOME DSH_SOURCE
How to read this
Levels measure capability surface and transparency, not maliciousness. A C3 plugin can be entirely legitimate — a desktop shell genuinely needs subprocesses. The point is that you can see this before installing. See the levels explained and how dsh plugins work.
Findings come from static analysis of shipped code; nothing is executed. Think a flag is wrong? Open an issue — every flag cites the file and line it came from.