dsh-vsceditor avatar

dsh-vsceditor

DeepSeek Harness 内嵌 VSCode 编辑器插件:嵌入完整 code-server,agent 写文件时自动弹出红绿 diff 跟随(edit sync / file locking / follow mode)

PluginDeveloperNetworkFileCode review
Verification
L2 · Structured
Risk
Medium
Health
Active
Trust
Silver

What it doesAI

VSCode editor plugin for DeepSeek Harness embedding code-server with live diff-follow and file sync when agents modify files.

  • Embeds full code-server for in-harness editing
  • Auto diff popup with red/green changes on agent write
  • Edit sync, file locking, and follow mode support

AI-generated from the repo README — for reference only.

Installation

dsh plugin --profile web add github:k-ying/dsh-vsceditor

Install method: GitHub · no verification record (L1-L5)

Compatibility

DSH VersionStatus
not statedno verification record

Requirements

  • • Node.js: not stated
  • • DSH: not stated
  • • External credentials: none detected

Security Report

Automated static scan, not manual review.

DSH.SO VETMEDIUM3b0795
Automated review · daily
MEDIUM

Vet verdict is suspicious: findings need human review (exfiltration endpoints, file deletion, etc.).

0 critical·1 high·6 medium·46 score
plugin version0.2.0dsh manifest
scanned commit3b0795bb35552026-08-25
latest commit3b0795bb3555
vet verdictsuspicious · gitscore 46

Vet is an AST static scan (npm artifact or git source).

Disclaimer: automated static analysis, not a security guarantee. Always review what you install.

Risk details

RiskRuleLocationDescription
high
R2
extension.js:7
require('http') 危险内置模块(执行/网络能力触达)
medium
R14
install-code-server.sh:45
脚本下载即执行:curl 下载落盘(脚本随包分发,安装/运行期任意代码执行面)
medium
R2
extension.js:6
require() 动态模块加载(npm 包内能力触达)
medium
R2
extension.js:8
require('fs') 标准内置模块
medium
R2
host.js:18
require('node:fs') 标准内置模块
Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-25 · activity: Active

• Repo created: 2026-08-25

• Stars: ★ 0 · Forks: 0

• Health: Active — committed within last 30 days

Source

GitHub: github.com/k-ying/dsh-vsceditor

Was this page helpful?