Overview
dsh-repro
Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.
Install this bundle from GitHub
The CLI validates the bundle, invokes native DSH, then reports completion.
npx dshpub add EvilIrving/dsh-repro --ref e51736ba583830462e0cca4d808ec3e0b7001bcdCapabilities
What it contributes
README / EN
Package documentation
Export a minimal, secret-scrubbed, replayable problem bundle for the DeepSeek Harness.
LIMITATIONS
Known limitations
- **Bundle write bypasses the sandboxed `ctx.fs` seam** — v1 uses `node:fs/promises` directly; routing the write through `ctx.fs` (so a sandboxed deployment constrains the output path) is deferred. - **Replay CLI is out of scope** — `dsh repro run <bundle>` is a separate process-level seam (`boot/cmdline` + `cmdlineArgs`), not `/repro`; v1 only exports. - **No oversized-artifact inlining** — spill artifacts are referenced by locator, never inlined; any file-byte inlining would need a size policy.
