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-agentInstall method: GitHub · not yet tested in container (L3+)
Compatibility
| DSH Version | Status |
|---|---|
| not stated | Declared — not tested |
Requirements
- • Node.js: not stated
- • DSH: declared "not stated"
- • External credentials: none detected
Security Report
Automated static scan, not manual review.
Critical findings in non-blocking categories (dynamic code execution, shell execution, install scripts, obfuscation). Common in CLI/terminal plugins but worth reviewing.
code-exec ×1shell ×10.1.0dsh manifest67e02fedc9c52026-08-1867e02fedc9c5The 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.
• 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:23import { spawn, execFile } from 'node:child_process'
- warningShell command execution (exec / execSync)index.js:45execFile('unzip', ['-o', '-q', zipPath, '-d', destDir], (err) => {
- criticalShell command execution (exec / execSync)index.js:1083execFile(cmd, args, {
- warningHTTP request to a raw IP addressindex.js:862const redirectUri = `http://127.0.0.1:${port}/api/mc/oauth/callback`
- warningHTTP request to a raw IP addressindex.js:880const redirectUri = `http://127.0.0.1:${port}/api/mc/oauth/callback`
- warningFilesystem write operationsindex.js:155fs.writeFileSync(SETTINGS_FILE, JSON.stringify(store.settings, null, 2), { mode: 0o600 })
- warningFilesystem write operationsindex.js:161fs.writeFileSync(ACCOUNT_FILE, JSON.stringify(store.account, null, 2), { mode: 0o600 })
- warningFilesystem write operationsindex.js:181fs.writeFileSync(GOALS_FILE, JSON.stringify(g, null, 2), { mode: 0o600 })
- infoReads process.envindex.js:648env: { ...process.env },
- infoReads process.envindex.js:1085env: { ...process.env, DISPLAY: process.env.DISPLAY || ':0' },
- infoMakes network requests (fetch / axios)index.js:264const res = await fetch(MANIFEST_URL)
- infoMakes network requests (fetch / axios)index.js:292const 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
