What it does
基于 DeepSeek Harness(DSH)的 SillyTavern 类文字游戏 Agent,支持候选项生成、对话式人物卡编辑、剧本模式与素材抽取。
Installation
dsh plugin --profile web add github:flizzywine/dsh-tavernInstall 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 ×10.2.0dsh manifest6c6c804e730a2026-08-186c6c804e730aThe 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 (6 files)
• Dependency vulnerabilities: requires deep audit (L3+)
• Permission sandboxing: requires runtime testing (L4+)
Scan findings · 12
- criticalChild process module usage (Node.js)bin/dsh-tavern.mjs:3import { spawn, spawnSync } from 'node:child_process'
- warningHTTP request to a raw IP addressbin/dsh-tavern.mjs:333console.log(`DSH Tavern 正在运行:PID ${state.record.pid},http://127.0.0.1:${state.port}`)
- warningHTTP request to a raw IP addressbin/dsh-tavern.mjs:425console.log(`DSH Tavern 已启动:PID ${child.pid},http://127.0.0.1:${state.port}`)
- infoReads process.envbin/dsh-tavern.mjs:28const DSH_ROOT = process.env.DSH_HOME || path.join(os.homedir(), '.dsh')
- infoReads process.envbin/dsh-tavern.mjs:164return (process.env.PATH || '').split(path.delimiter).map((entry) => path.resolve(entry).toLowerCase())
- infoReads process.envbin/dsh-tavern.mjs:179let binDir = process.env.DSH_TAVERN_BIN_DIR || process.env.PNPM_HOME
- infoHardcoded IP addressbin/dsh-tavern.mjs:290export function isPortOpen(port, host = '127.0.0.1', timeout = 300) {
- infoHardcoded IP addressbin/dsh-tavern.mjs:333console.log(`DSH Tavern 正在运行:PID ${state.record.pid},http://127.0.0.1:${state.port}`)
- infoHardcoded IP addressbin/dsh-tavern.mjs:425console.log(`DSH Tavern 已启动:PID ${child.pid},http://127.0.0.1:${state.port}`)
- warningHTTP request to a raw IP addressinstall.sh:84echo "DSH Tavern 安装完成:http://127.0.0.1:3081"
- warningHTTP request to a raw IP addressinstall.sh:88open http://127.0.0.1:3081 >/dev/null 2>&1 || true
- warningHTTP request to a raw IP addressinstall.sh:90xdg-open http://127.0.0.1:3081 >/dev/null 2>&1 || true
Heuristic static scan — may produce false positives. Review the source yourself before trusting.
Activity
Last commit 2026-08-17 · activity: Active
• Repo created: 2026-08-18
• Stars: ★ 4 · Forks: 0
• Health: Active — committed within last 30 days
Source
GitHub: github.com/flizzywine/dsh-tavern
