Favio8/dsh-plugin-deepeye

C3

DeepEye vision plugin for DeepSeek Harness (DSH): image description, OCR, VQA, UI layout, and clipboard analysis.

★ 1+ · Favio8/dsh-plugin-deepeye source on GitHub · this plugin in the registry

Favio8/dsh-plugin-deepeye is a DeepSeek Harness plugin rated C3 — powerful capability combined with sensitive behavior. It patches the dsh runtime, can rewrite the system prompt, executes system commands, decodes base64 payloads.

What it can do

CapabilityFlagEvidence
patches the dsh runtimeruntime_patch./cordis.patch.yml
can rewrite the system promptprompt_surfacesystemPrompt
executes system commandsexec×3 src, e.g. src/index.ts:11, src/index.ts:461
decodes base64 payloadsbase64_decode×1 src, e.g. src/image-utils.ts:235
reads credential-class env varstoken_envDEEPEYE_API_KEY, GEMINI_API_KEY, OPENAI_API_KEY

Services it injects

attachments llm systemPrompt tools

Hooks it attaches

llm/stream

Outbound domains

generativelanguage.googleapis.com api.openai.com

Environment variables it reads

DEEPEYE_API_KEY OPENAI_API_KEY GEMINI_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.