DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Verification Meme — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
V

dsh-verification-meme

Verification Meme

恶趣味安全验证:拦截 Harness 界面按钮点击,完成验证(确认/验证码/人类鉴定/风景滑块/拼图/九宫格图库/动物九宫格)后才放行,含整蛊控制台

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:tianhanly/dsh-verification-meme#609a0b1988d91abca13c5067145a8bca3c549ff9
README兼容性版本
Screenshot 1Screenshot 2Screenshot 3Screenshot 4

兼容性与来源证明

Verification Meme 以 dsh-verification-meme 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/31

版本

0.1.0stable
2026/8/31

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/31
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 security-access 分类下经过校验的插件。

Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Auto Reviewdsh-auto-review针对 DeepSeek Harness 审批请求的第二模型 AI 自动审查:只读审查子代理在审批应答链上决定允许或拒绝,并采用故障关闭回退机制和完整的会话日志审计。

README

😈 dsh-verification-meme

🌐 English | 中文

A prank "security verification" plugin for DeepSeek Harness: it intercepts button clicks in the Harness web UI (including workspace/view switches) and only lets them through after a random "security verification". Ships with 7 verification types, a prank console, an admin bypass, runaway settings buttons, ban-on-failures, and more.

UI language: the plugin is bilingual — it follows the language setting of the Harness GUI automatically (choose Chinese in Harness settings for the Chinese prank UI, English for the English one; unset falls back to the browser). You can also force a language in the console (🌐 UI language).

Client-only plugin: all logic runs in the browser. The 20 built-in photo-grid images and their answers are embedded into lib/client.js (base64) at build time, so nothing external is downloaded at install/runtime. Configuration persists in browser localStorage. The host half is a no-op entry point and publishes no services.

Screenshots

Screenshot 1Screenshot 2
Screenshot 1Screenshot 2
Screenshot 3Screenshot 4
Screenshot 3Screenshot 4

Repository layout

.
├── package.json          # package name dsh-verification-meme (unscoped, avoids collisions with official @deepseek-ai/* runtime injections)
├── cordis.patch.yml      # bundle patch: declares the mount row (applied automatically via dsh.bundle.patch)
├── lib/
│   ├── index.js          # host half (no-op entry, so the composition row can mount)
│   ├── client.js         # client half (build artifact, embeds the photo data)
│   ├── client.template.js # client source template (with __PHOTOS_JSON__ placeholder)
│   ├── modal.css.txt     # modal styles (inlined at build time)
│   └── panel.css.txt     # console panel styles (inlined at build time)
├── photo/                # build input: 20 photos, 400×400 (1.jpg ~ 20.jpg)
├── test.txt              # build input: photo-grid answers (format documented in the file header)
├── tools/build.ps1       # rebuild script
├── preview/              # screenshots used in the README
├── README.md             # English documentation (this file)
└── README.zh.md          # 中文说明

The other folders (api/, config-ui/, dsh-plugin/, harness/, userscript/) are backups from the early development process. The plugin does not depend on them — feel free to delete them before publishing.

Install

# From a GitHub repo (the market downloads the whole repo tarball via codeload)
dsh plugin --profile web add github:<your-username>/dsh-verification-meme

# From a local directory
dsh plugin --profile web add link:C:/path/to/dsh-verification-meme

# From npm after publishing
dsh plugin --profile web add dsh-verification-meme

Restart DSH afterwards (or wait for the next boot), then open Settings → 😈 安全验证 / Security. The plugin defaults to enabled: true, mode: chaos (intercepts everything) — you may want to click 👑 Bypass 15 min before changing settings.

Photos and answers (test.txt)

Nothing is downloaded at runtime — everything is embedded in lib/client.js. photo/ and test.txt are only the build inputs:

  1. Replace photo/1.jpg ~ 20.jpg and edit test.txt (three lines per photo: (number), the correct tile digits, the object to find; 0 = no correct tiles);
  2. Run pwsh tools\build.ps1 from the repo root to regenerate lib/client.js;
  3. Reinstall (or overwrite node_modules\dsh-verification-meme\lib\client.js in the web profile) and restart.

Configuration

SettingDefaultNotes
Master switchonTurns interception off entirely
Trigger modechaoschaos/every_click = intercept all; specific_actions = button list; new_topic_only = only new-topic actions
Verification typesall 7Confirmation / CAPTCHA / human check / landscape slider / puzzle slider / photo grid / animal grid
Admin bypassoffLets everything through for 5/15/30 minutes
Max retries3Exceeding it marks you as a robot
Runaway settings buttonsonThe master switch / trigger mode controls escape 3 times before behaving
Ban on failuresoffN failures = N-second ban
UI languagefollow Harnessauto / 中文 / English

Publishing to GitHub / npm

  • GitHub: push this repo; users install with dsh plugin --profile web add github:owner/repo. The dsh.bundle.patch declaration in package.json automatically supplies the mount row on the next boot, so users never edit cordis.patch.yml by hand.
  • npm: npm publish — the files field only ships lib/, cordis.patch.yml and README.md; the build inputs (photo/, test.txt) stay out of the npm package.