Community directory previewDeepSeek Harness is in developer preview
DC

dsh-click

PluginConfirmed pluginCommunity

PerryLink/dsh-click · updated 9 days ago

Installation

dsh plugin --profile web add "github:PerryLink/dsh-click#main"
dsh plugin --profile web add dsh-click
dsh plugin --profile web add ./dsh-click-
dsh plugin --profile web add github:PerryLink/dsh-click

Plugins in this repository

  • dsh-clickv0.1.4

    Cross-platform native desktop control tools for DeepSeek Harness (Windows first): screen_shot, screen_read (accessibility tree + pixel description for text-only models), click/type/scroll/key, and app_list/app_launch — every mutating action gated by approval, never stealing foreground focus, with stale-observation rejection and process-identity checks

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (9)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/dsh-agent>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-attachment>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-llm>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-session>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-subprocess>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-tools>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/dsh-user-approval>=0.1.0-rc.8 <0.2.0shared
    • @deepseek-ai/schemastery^3.18.0shared

Paths are pinned to commit ac8fbd386e2d

Overview

Cross-platform native desktop control for DeepSeek Harness (Windows first): screen_shot, screen_read, click/type/scroll/key, app_list/app_launch - approval-gated, never stealing foreground focus

Repository check result

Results are bound to the listed commit and cover only static checks run by this registry. The Evidence Score measures reviewable information; it is not a compatibility percentage or a security guarantee.

Static repository check

High risk
Checked commit
ac8fbd386e2d
Evidence Score
84/100
Static risk
High risk
Files scanned
3
Findings
3

Evidence breakdown

Source provenance25/25
Install documentation25/25
Maintenance17/20
Compatibility evidence14/20
Security signals3/10

Compatibility confidence: Limited

Install-time scripts (1)
  • preparenode scripts/prepare.mjs
Findings (3)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "node scripts/prepare.mjs"
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:6obfuscation
    import { spawnSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:23obfuscation
    const result = spawnSync(process.execPath, [bin, ...args], { stdio: 'inherit' })
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0