songoao25/dsh-chatgpt-subscription

C3

ChatGPT Subscription - a DeepSeek Harness plugin: bind your ChatGPT account via official OAuth and chat with ChatGPT models inside DSH, using your Plus/Pro subscription quota

★ 1+ · songoao25/dsh-chatgpt-subscription source on GitHub · this plugin in the registry

songoao25/dsh-chatgpt-subscription is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, starts a network server, reads credential-class env vars.

What it can do

CapabilityFlagEvidence
patches the dsh runtimeruntime_patch./cordis.patch.yml
starts a network servernet_server×2 src, e.g. lib/index.js:313, src/host.js:312
reads credential-class env varstoken_envDSH_CHATGPT_AUTH, DSH_CHATGPT_OAUTH_PORT, DSH_CHATGPT_OAUTH_TIMEOUT_MS

Services it injects

credentials settings shell slots timer

Outbound domains

auth.openai.com api.openai.com

Environment variables it reads

DSH_CHATGPT_OAUTH_TIMEOUT_MS DSH_CHATGPT_DATA_DIR DSH_CHATGPT_BIND_FILE DSH_CHATGPT_AUTH DSH_CHATGPT_OAUTH_PORT

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.