AI Agent Hub
Back to plugins
🧩

dsh-instruction-audit

admin-security Updated 2026.08.15

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