AITabby/dockyard-dsh
C3A macOS-only native account-pool and provider plugin for DeepSeek Harness.
★ 50+ · AITabby/dockyard-dsh source on GitHub · this plugin in the registry
AITabby/dockyard-dsh is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, executes system commands, decodes base64 payloads, starts a network server.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| patches the dsh runtime | runtime_patch | ./packages/dsh-plugin/cordis.patch.yml |
| executes system commands | exec | ×37 src, e.g. scripts/build.mjs:1, scripts/build.mjs:1 |
| decodes base64 payloads | base64_decode | ×3 src, e.g. packages/dsh-plugin/lib/client.js:1300, packages/dsh-plugin/lib/client.js:2658 |
| starts a network server | net_server | ×2 src, e.g. packages/dsh-plugin/dist/index.mjs:1593, packages/oauth/src/browser-oauth-authorizer.mjs:147 |
| reads credential-class env vars | token_env | DOCKYARD_ANTIGRAVITY_AUTHORIZATION_URL, DOCKYARD_ANTIGRAVITY_CLIENT_SECRET, DOCKYARD_ANTIGRAVITY_OAUTH_SCOPE, DOCKYARD_ANTIGRAVITY_TOKEN_URL |
Services it injects
commands connection credentials llm locale modelDirectories remote settings slots
Hooks it attaches
llm/adapters-updated llm/stream
Outbound domains
www.googleapis.com chatgpt.com api2.cursor.sh daily-cloudcode-pa.googleapis.com platform.claude.com api.openai.com cursor.com auth.x.ai accounts.google.com oauth2.googleapis.com
Environment variables it reads
DOCKYARD_ANTIGRAVITY_CLI DOCKYARD_CURSOR_CLI DOCKYARD_ANTIGRAVITY_USER_AGENT DOCKYARD_CLAUDE_CLI DOCKYARD_ANTIGRAVITY_CLIENT_ID DOCKYARD_ANTIGRAVITY_CLIENT_SECRET DOCKYARD_ANTIGRAVITY_AUTHORIZATION_URL DOCKYARD_ANTIGRAVITY_TOKEN_URL DOCKYARD_ANTIGRAVITY_USERINFO_URL DOCKYARD_ANTIGRAVITY_REDIRECT_URI
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.