dsh-error-audit
Run the following command in DeepSeek Harness:
dsh plugin install 166767/dsh-error-audit
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install 166767/dsh-error-audit in your terminal, source code at https://github.com/166767/dsh-error-audit , then restart dsh web to activate.
About this plugin
When running automated tasks under DeepSeek Harness, errors arrive fast and scatter quickly across multiple event streams. Reconstructing the full context of a single incident—error code, triggering session, the AI action in flight, the user's original prompt—often means stitching together fragments from several log sources by hand, which is slow and prone to missing critical details.
dsh-error-audit turns that process into a single write. It listens to agent/error, agent/request-error, and tools/result events in real time and, the instant an error occurs, persists a complete record: timestamp, error code, session ID, workspace path, the user's verbatim input, and the AI action—none of it truncated. For error-level events it also proactively injects a notice into the affected session (live for running tasks, wake for idle ones), so the AI can immediately call the built-in read_error_logs tool to pull up the full report and close the loop on its own.
If you are building production-grade agentic workflows with DeepSeek Harness and want every anomaly to leave a traceable, filterable, restart-proof audit trail, this plugin is the lightest starting point: it works out of the box with zero configuration, and your first complete error report lands the moment the first error fires.
Use Cases
- Capturing full, untruncated error context across agent sessions for production workflows
- Letting the AI self-diagnose by reading its own error reports without human triage
- Meeting compliance requirements for auditable AI action and anomaly logs
Best For
- Power users running production-grade DeepSeek Harness agentic pipelines
- Ops or security leads who need auditable records of team AI behavior
- Developers building automated pipelines that require filterable, restart-proof anomaly logs
Related Plugins
A security red-team prompt plugin for DeepSeek-V4 that uses code-formal mapping and zero-trigger system prompts to enable unconditional output, intended for authorized testing and research only.
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.