dsh-repro
Run the following command in DeepSeek Harness:
dsh plugin install EvilIrving/dsh-repro
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install EvilIrving/dsh-repro in DeepSeek Harness to install; the source is at https://github.com/EvilIrving/dsh-repro
About this plugin
Filing a reproducible bug report for a DeepSeek Harness plugin is often the most painful part of debugging. Raw session logs are verbose, hard to share, and dangerously likely to contain API keys or other credentials. dsh-repro solves this with a single /repro command that reads the full canonical log, scrubs every credential-shaped value (pattern keys like TOKEN or SECRET, known prefixes such as sk- or Bearer, and high-entropy sequences), gathers failed commands and a git diff, and writes a compact repro-*.json manifest. The scrubbing is fail-closed and copy-only: it rewrites an outbound snapshot without altering the canonical log, so the event sequence stays contiguous from seq 0 and can be replayed later.
It is ideal for plugin developers capturing a debug snapshot and for any user who needs to share a reproducible session with the community or the author without leaking secrets. The command is zero-context-invasive, appends only to the log, and never injects bundle contents into the model.
Use Cases
- Snapshotting a reproducible session while debugging a plugin
- Attaching a sanitized log when filing a bug report to the community
- Auditing a session for potential credential leaks
Best For
- DeepSeek Harness plugin developers
- Users filing reproducible bug reports to the community
- Operators concerned with session security and credential hygiene
Related Plugins
Adds an Auto approval mode on the official workspace-write sandbox, classifying semantic risks, asking when ambiguous, and denying destructive operations.
Undo/rollback system for DSH: config & plugin snapshots, one-click undo/redo/restore, message-level revert, secret masking, safe mode, and offline WebUI/GUI/CLI rescue tools for when DSH won't start.
Packages all 87 SKILL.md files from upstream reverse-skill as a DeepSeek Harness plugin that auto-registers them for authorized reverse engineering, penetration testing, and security research.
Dockyard DSH is a native DeepSeek Harness plugin that unifies official OAuth/client sessions for Codex, Antigravity, Grok, Claude, and Cursor, providing account pool, model catalog, and quota status.