dsh-instruction-audit
Run the following command in DeepSeek Harness:
dsh plugin install 1052326311/dsh-instruction-audit
Paste the following prompt into your AI chat to install this plugin:
Install it in DeepSeek Harness by running dsh plugin install 1052326311/dsh-instruction-audit; the source is available at https://github.com/1052326311/dsh-instruction-audit
About this plugin
In DeepSeek Harness environments with nested workspaces or frequently shifting boundaries, it is difficult to trace whether an AGENTS.md or CLAUDE.md instruction was actually injected into a session and at what logical scope. dsh-instruction-audit fills that audit gap by emitting a privacy-minimal, structured receipt for every instruction event the Harness genuinely places into a session, giving you a verifiable trail of instruction influence without combing through raw logs.
Each receipt records only the session ID, event sequence and timestamp, baseline flag, logical scope, display path, action type, and a producer-owned content digest. The plugin never reads instruction files, never stores instruction text, never modifies a workspace, and never alters prompt assembly; it passively observes the durable agent-instructions message source already emitted by the active Harness. The shipped bundle carries no runtime npm dependencies – it imports only the Cordis context type at build time – and is delivered as a standalone tarball.
It is most useful for teams that need to confirm which instruction files actually participated in a session after a nested-workspace boundary incident or an instruction-budget anomaly, and for compliance reviews that require a JSONL artifact proving no instruction body was persisted.
Use Cases
- Identifying which AGENTS.md files actually affected a session after a nested-workspace boundary incident
- Proving to auditors that no instruction body was persisted in the JSONL receipts
- Tracing instruction injection order and scope during an instruction-budget anomaly review
Best For
- Ops admins maintaining multi-workspace DeepSeek Harness deployments
- Security and compliance teams auditing agent instruction behavior
- Plugin developers debugging instruction-injection logic in the Harness
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.