Roarpeng/GraphFlow
C3★ 1+ · Roarpeng/GraphFlow source on GitHub · this plugin in the registry
Roarpeng/GraphFlow is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, runs code at install time, executes system commands, decodes base64 payloads.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| runs code at install time | install_script | postinstall: node scripts/safe-postinstall.cjs |
| executes system commands | exec | ×69 src, e.g. benchmarks/bench-meta.ts:10, benchmarks/bench-meta.ts:10 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. src/learning/hnsw-index.ts:134 |
| reads credential-class env vars | token_env | ANTHROPIC_API_KEY, BAILIAN_API_KEY, DEEPSEEK_API_KEY, DOUBAO_API_KEY, OPENAI_API_KEY |
Outbound domains
api.deepseek.com api.openai.com open-vsx.org www.apache.org unpkg.com deb.nodesource.com api.anthropic.com dashscope.aliyuncs.com ark.cn-beijing.volces.com
Environment variables it reads
GRAPHFLOW_WORKSPACE_ROOT APPDATA LOCALAPPDATA GRAPHFLOW_LOG_JSON GRAPHFLOW_ANYDOC_NODE_MODULES GITHUB_SHA DEEPSEEK_API_KEY DEEPSEEK_BASE_URL GRAPHFLOW_MCP_STDIO OPENAI_API_KEY
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.