AI Agent Hub
Back to plugins
🧩

dsh-repro

admin-security Updated 2026.08.25

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