icodesign/orbis
C3A mobile client for deepseek harness remote control
★ 5+ · icodesign/orbis source on GitHub · this plugin in the registry
icodesign/orbis is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, can intercept API traffic, executes system commands, decodes base64 payloads.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./cordis.patch.yml |
| can intercept API traffic | api_intercept | apiProxy, webServer |
| executes system commands | exec | ×6 src, e.g. packages/orbis-remote-dsh/scripts/real-profile-e2e.ts:9, packages/orbis-remote-dsh/scripts/real-profile-e2e.ts:65 |
| decodes base64 payloads | base64_decode | ×1 src, e.g. packages/orbis-transport/src/encoding.ts:33 |
| starts a network server | net_server | ×2 src, e.g. packages/orbis-remote-dsh/scripts/real-profile-e2e.ts:213, packages/orbis-remote-dsh/scripts/real-profile-e2e.ts:216 |
| reads credential-class env vars | token_env | DEEPSEEK_API_KEY |
Services it injects
agents apiProxy credentials directoryPicker locale sessionPersistence sessionProjectionCache slots webServer workspaceRegistry
Environment variables it reads
DEEPSEEK_API_KEY ORBIS_DSH_BIN ORBIS_DSH_E2E_ROOT ORBIS_DSH_REAL_E2E_STRICT ORBIS_DSH_REAL_E2E ORBIS_DSH_EXPECTED_VERSION ORBIS_DSH_E2E_KEEP DSH_HOME ORBIS_DSH_WORKSPACE_ROOT DSH_AGENTS_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.