Community directory previewDeepSeek Harness is in developer preview
DS

dsh-scout

PluginConfirmed pluginCommunity

omdsh-dev/dsh-scout · updated 18 days ago

Installation

dsh plugin --profile web add /path/to/dsh-scout
dsh plugin --profile web add @deepseek-ai/dsh-tool-scout
dsh plugin --profile web add github:omdsh-dev/dsh-scout

Plugins in this repository

  • @deepseek-ai/dsh-tool-scoutv0.0.1-rc.2

    Model-facing environment probe tool for DeepSeek Harness: runtime environment, PATH commands, software versions, and host resources on demand

    package.json
    package.json
    dsh.bundle.patch
    cordis.patch.yml
    Official core packages (7)
    • @deepseek-ai/cordis^4.0.1shared
    • @deepseek-ai/dsh-agent^0.1.0-rc.6shared
    • @deepseek-ai/dsh-home-paths^0.1.0-rc.6shared
    • @deepseek-ai/dsh-invariants^0.1.0-rc.6shared
    • @deepseek-ai/dsh-system-prompt^0.1.0-rc.6shared
    • @deepseek-ai/dsh-tools^0.1.0-rc.6shared
    • @deepseek-ai/schemastery^3.18.1private copy

Paths are pinned to commit 40a0e89b8f8b

Overview

面向 DeepSeek Harness 的只读环境探测插件,为智能体提供运行环境、软件版本、系统资源、端口、服务、硬件及工作区信息。

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
40a0e89b8f8b
Evidence Score
77/100
Static risk
High risk
Files scanned
3
Findings
4

Evidence breakdown

Source provenance25/25
Install documentation25/25
Maintenance12/20
Compatibility evidence8/20
Security signals3/10

Compatibility confidence: Limited

Install-time scripts (1)
  • preparenode scripts/prepare.mjs
Findings (4)
  • Highinstall.script
    package.jsoninstall-time
    "prepare": "node scripts/prepare.mjs"
  • Mediumdeps.core-package-installed
    package.jsondependencies
    "@deepseek-ai/schemastery": "^3.18.1"
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:5obfuscation
    import { spawnSync } from 'node:child_process'
  • Mediumobfuscation.child-process
    scripts/prepare.mjs:26obfuscation
    const result = spawnSync(process.execPath, [entry, ...args], { cwd: root, stdio: 'inherit' })
Not run
  • Dependency advisory database scan
  • Installation execution test
  • Runtime behavior verification

Scanner 1.0.0 · Scorer 1.0.0