session-export
Run the following command in DeepSeek Harness:
dsh plugin install JohnXu22786/session-export
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install JohnXu22786/session-export in DeepSeek Harness to install this plugin; full source is at https://github.com/JohnXu22786/session-export .
About this plugin
Dumping a chat into a file looks harmless, but in compliance and audit workflows that step is exactly where leakage happens—API keys, JWTs, pasted .env values, user:pass URLs, and absolute file paths all land on disk untouched. session-export splits the job into two phases: sanitize first, then archive, so the final document is verifiable yet irreversible.
Redaction is fully rule-based, covering eight default categories (api-key, JWT, high-entropy tokens, KEY=value lines, Bearer strings, URL credentials, absolute paths, and user-defined regexes). The same input always yields the same output; every masked value carries a 12-character salted SHA-256 fingerprint, keeping records correlatable across files and machines without exposing the original. Exports ship in Markdown narrative, JSONL full-record, and PDF (self-contained print-ready HTML, optionally rendered via headless Chromium). Archives are organized by session and date, with list, search, and delete operations that reject path traversal outright. Each export embeds a compliance metadata header, and the /export-audit view aggregates activity by day, format, and sensitivity level.
If you work with DeepSeek Harness and regularly need to hand session records to legal, audit, or project-documentation teams, this plugin is the redact-before-export, trace-after-export layer you are missing. No model dependency, no extra runtime—install and go.
Use Cases
- Deliver sanitized session records to legal or audit teams
- Batch-search historical archives by date, format, and keyword
- Audit sensitivity level and fired redaction rules for a given export
Best For
- Developers and engineering teams using DeepSeek Harness
- Platform leads with compliance or audit requirements
- Project documentation teams needing session archiving and traceability
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.