juntaoding/Flowboard
C3运行在 DeepSeek Harness 中的开源办公协作与团队管理插件,让目标、会议、Agent 执行、进度和资料在同一套办公逻辑中持续流动。
★ 10+ · juntaoding/Flowboard source on GitHub · this plugin in the registry
juntaoding/Flowboard is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It can rewrite the system prompt, executes system commands, uses eval / new Function, decodes base64 payloads.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| can rewrite the system prompt | prompt_surface | systemPrompt |
| executes system commands | exec | ×12 src, e.g. scripts/dev.mjs:2, scripts/dev.mjs:22 |
| uses eval / new Function | eval | ×2 src, e.g. scripts/reload-dynamic.mjs:23, scripts/reload-dynamic.mjs:29 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. packages/dsh-service/src/index.ts:111 |
| reads credential-class env vars | token_env | FLOWBOARD_TOKEN |
Services it injects
agents remote shell slots systemPrompt timer tools
Hooks it attaches
agent/turn-stopping
Environment variables it reads
FLOWBOARD_TOKEN FLOWBOARD_DB FLOWBOARD_PUBLIC_URL FLOWBOARD_DEV_DSH_HOME FLOWBOARD_API_BASE FLOWBOARD_HOST FLOWBOARD_PORT FLOWBOARD_UPLOAD_DIR DSH_HOME
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.