opencues/opencues
C3Turn any text field into a two-way LLM channel: it reads what you write and fills what you ask. Flags a slip as you type, answers anything you end with _. Claude Code, OpenCode, Gemini CLI, shell, Chr
★ 10+ · opencues/opencues source on GitHub · this plugin in the registry
opencues/opencues is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, executes system commands, uses eval / new Function, decodes base64 payloads.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| executes system commands | exec | ×220 src, e.g. scripts/check-cc-patch-boot.cjs:268, scripts/check-cc-patch-boot.cjs:269 |
| uses eval / new Function | eval | ×12 src, e.g. scripts/check-cc-patch-boot.cjs:78, integrations/dsh/client.js:4263 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. scripts/check-release-alignment.cjs:320 |
| starts a network server | net_server | ×5 src, e.g. integrations/shell/src/daemon.ts:274, integrations/windows/src/config-server.cjs:235 |
| reads credential-class env vars | token_env | ANTHROPIC_API_KEY, CEREBRAS_API_KEY, FINNHUB_API_KEY, GEMINI_API_KEY, GROQ_API_KEY, OPENAI_API_KEY |
Services it injects
llm slots webServer
Outbound domains
api.groq.com openrouter.ai api.cerebras.ai api.openai.com bun.sh generativelanguage.googleapis.com api.anthropic.com www.linkedin.com status.claude.com www.google.com
Environment variables it reads
OPENCUES_HOME GROQ_API_KEY DEBUG_OPENCUES OPENAI_API_KEY OPENCUES_BRIDGE GEMINI_API_KEY ANTHROPIC_API_KEY WSL_DISTRO_NAME CEREBRAS_API_KEY OPENCUES_TMUX
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.