dsh-mc-agent avatar

dsh-mc-agent

AI-assisted Minecraft for DeepSeek Harness: drive an autonomous Mineflayer agent (survival, mining, chat, live map) with vision/control tools, plus a built-in launcher (Microsoft sign-in, version download, game launch).

PluginLauncherVisionGameVision / OCRStorage
Verification
L2 · Structured
Security
High
Health
Active
Trust
Silver

What it does

AI-assisted Minecraft for DeepSeek Harness: drive an autonomous Mineflayer agent (survival, mining, chat, live map) with vision/control tools, plus a built-in launcher (Microsoft sign-in, version download, game launch).

Installation

dsh plugin --profile web add github:hellosky983/dsh-mc-agent

Install method: GitHub · not yet tested in container (L3+)

Compatibility

DSH VersionStatus
not statedDeclared — not tested

Requirements

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

Security Report

Automated static scan, not manual review.

DSH.SOHIGH-RISKSCAN4 FILES
67e02f
Automated review · daily
HIGH-RISK

Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.

2 critical·7 warning·11 info·4 files scanned
code-exec ×1shell ×1
plugin version0.1.0dsh manifest
scanned commit67e02fedc9c52026-08-18
latest commit67e02fedc9c5

The scan result is only valid for the scanned commit. If the latest commit differs, the badge shows outdated until the daily pipeline rescans.

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

Risk: High2 critical · 7 warning · 11 info

• Static heuristic scan: done (4 files)

• Dependency vulnerabilities: requires deep audit (L3+)

• Permission sandboxing: requires runtime testing (L4+)

Scan findings · 12

  • criticalChild process module usage (Node.js)index.js:23
    import { spawn, execFile } from 'node:child_process'
  • warningShell command execution (exec / execSync)index.js:45
    execFile('unzip', ['-o', '-q', zipPath, '-d', destDir], (err) => {
  • criticalShell command execution (exec / execSync)index.js:1083
    execFile(cmd, args, {
  • warningHTTP request to a raw IP addressindex.js:862
    const redirectUri = `http://127.0.0.1:${port}/api/mc/oauth/callback`
  • warningHTTP request to a raw IP addressindex.js:880
    const redirectUri = `http://127.0.0.1:${port}/api/mc/oauth/callback`
  • warningFilesystem write operationsindex.js:155
    fs.writeFileSync(SETTINGS_FILE, JSON.stringify(store.settings, null, 2), { mode: 0o600 })
  • warningFilesystem write operationsindex.js:161
    fs.writeFileSync(ACCOUNT_FILE, JSON.stringify(store.account, null, 2), { mode: 0o600 })
  • warningFilesystem write operationsindex.js:181
    fs.writeFileSync(GOALS_FILE, JSON.stringify(g, null, 2), { mode: 0o600 })
  • infoReads process.envindex.js:648
    env: { ...process.env },
  • infoReads process.envindex.js:1085
    env: { ...process.env, DISPLAY: process.env.DISPLAY || ':0' },
  • infoMakes network requests (fetch / axios)index.js:264
    const res = await fetch(MANIFEST_URL)
  • infoMakes network requests (fetch / axios)index.js:292
    const res = await fetch(entry.url)

Heuristic static scan — may produce false positives. Review the source yourself before trusting.

Activity

Last commit 2026-08-18 · activity: Active

• Repo created: 2026-08-18

• Stars: ★ 6 · Forks: 1

• Health: Active — committed within last 30 days

Source

GitHub: github.com/hellosky983/dsh-mc-agent

Was this page helpful?