DeepSeek armor-breaking plugin ships with installers and a status bar
It packages a persistent armor-breaking payload as a first-class DeepSeek Harness plugin, complete with refusal auto-recovery and a green client status bar.

What it does
dsh-infinite-gen-2 is a DeepSeek Harness plugin that injects a system prompt segment (order: 100) to reorder the model’s priority hierarchy, elevating user instructions above built-in safety guidelines. It exposes an infinite_gen2_profile tool that returns the bundled armor-breaking prompt and version metadata, and paints a green status bar in the client when the injection is active. The actual payload is a single Markdown file of prompt text; the surrounding repository is mostly installation glue and client integration.
The interesting bit
Most armor-breaking tricks are ephemeral copy-pasta, but this one treats prompt injection like a product, complete with PowerShell and Bash installers, uninstallers, a dsh:// one-click install protocol, and refusal-confrontation logic that tries to auto-recover when the model still refuses. The prompt itself is pure text, so you can also paste it into ChatGPT or Codex CLI if DeepSeek feels too specific.
Key highlights
- Injects a system prompt segment at
order: 100to override the model’s obedience stack. - Ships with cross-platform install scripts that auto-detect Web vs. desktop Harness profiles.
- Exposes the
infinite_gen2_profiletool and a green client-side status bar ("● 破甲已开启"). - Supports the
dsh://URI scheme for one-click installation through the DeepSeek Harness desktop client. - The core prompt file (
infinite-gen-2.md) is plain text and portable to other OpenAI-compatible system instructions.
Verdict
Worth a look if you are researching DeepSeek Harness plugin architecture or prompt-injection persistence, but skip it if you are not already running that specific client. Everyone else can just read the prompt file and move on.
Frequently asked
- What is Minglink/dsh-infinite-gen-4?
- It packages a persistent armor-breaking payload as a first-class DeepSeek Harness plugin, complete with refusal auto-recovery and a green client status bar.
- Is dsh-infinite-gen-4 open source?
- Yes — Minglink/dsh-infinite-gen-4 is open source, released under the MIT license.
- What language is dsh-infinite-gen-4 written in?
- Minglink/dsh-infinite-gen-4 is primarily written in JavaScript.
- How popular is dsh-infinite-gen-4?
- Minglink/dsh-infinite-gen-4 has 1.3k stars on GitHub.
- Where can I find dsh-infinite-gen-4?
- Minglink/dsh-infinite-gen-4 is on GitHub at https://github.com/Minglink/dsh-infinite-gen-4.