DeepSeek Harness plugin

dsh-dlp

Data-loss-prevention plugin for DeepSeek Harness: a non-configurable tool guard floor, tool-result redaction, and fail-closed telemetry redaction

Jump to install

Source facts

Repository
CharlotteN7/dsh-dlp
Latest update
Aug 19, 2026
Category
Development & Runtime
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/CharlotteN7/dsh-dlp
Plugin: dsh-dlp
Author: CharlotteN7

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource Β· read only

dsh-dlp

Data-loss prevention for DeepSeek Harness, built as an out-of-repo plugin.

πŸ“– Full documentation

What it does

1. Denies credential-file access and secrets bound for the network β€” unconditionally, from ctx.tools.guard(), testing path-typed arguments against a table of credential stores and following symlinks first. 2. Redacts secrets out of tool results before the model reads them and before the session log records them, withholding a result it cannot clean. 3. Redacts secrets out of exported telemetry, closing a hole where DSH_TELEMETRY_MODE=FULL ships message text, tool arguments, results and workspace paths in the clear. 4. Strips invisible characters that carry hidden instructions β€” the Tags block, bidi overrides, runs of variation selectors β€” and strips terminal control sequences from the audit lane so a tool result cannot forge its own audit record. 5. Neutralises remote markdown images in assistant output and detects a tool call another plugin rewrote after the session log recorded it. 6. Asks before the agent writes a file that changes future behaviour β€” agent settings and hooks, CLAUDE.md, .claude/rules/** and the other agent rules directories, prompt templates, .vscode/tasks.json, .mcp.json, git hooks, CI workflows, shell startup files, pnpm-workspace.yaml β€” and before it writes a *_BASE_URL that would redirect a provider credential. 7. Asks before a call switches off its own confirmation β€” non_interactive: true, approval_mode: auto, an apply whose approval is still pending. Both ask tiers are prompts rather than controls: they live at tools/pre-execute, they can be neutralised, and they abstain wherever the approval seam prompts nobody β€” which includes every install under DSH_PERMISSION_MODE=danger-full-access and a stock headless install under any mode. 8. Writes an audit record for every decision. A redaction or denial names the rule, its version, the offsets and a keyed hash; the three kinds with no matched region to describe β€” an ask, a rewritten call, a neutralised image β€” carry a rule id, the changed field names or the destination hostname instead. Never the secret, never the path or command that matched. dsh-dlp report reads it back.

What this is not

This is not a containment boundary. The plugin runs in-process, at the agent's own uid. Anything the agent can execute β€” a bash command, a run_code program, a mounted MCP server β€” can read every file the guard denies and open its own sockets without the plugin seeing anything. It closes the path where the model asks for credential material through a tool. It does not stop code that is already running. If you need containment, that is the sandbox, landlock-run, filesystem permissions and egress firewalling.

Three limits worth knowing before you rely on it:

  • Only the guard floor is unconditional. Every other seam can be neutralised by a listener

registered ahead of ours. ctx.tools.guard() is order-independent only because it has no allow arm.

  • The shell-command arm is advisory pattern-matching. It tests the whole command line and

each of its tokens, so a credential path left spelled in the command is caught whatever program would open it: python3 -c "open('~/.ssh/id_rsa')" is denied. Changing the spelling defeats it β€” one glob character, quote-splitting, find -exec, a substitution that assembles the path from pieces, a base64 round-trip, each verified. Do not count this arm as a control.

  • Detection is pattern-based. No entropy rule (measured, not assumed: at a false-positive-free

threshold the miss rate is 100% below 22 characters). Encoded forms pass. A homoglyph defeats every rule in this package.

The full list of limits β†’

Install

A profile carrying only @deepseek-ai/dsh-base has no agent loop, so add a runnable bundle alongside it or there is nothing for this plugin to guard:

dsh plugin --profile <name> add @deepseek-ai/dsh-headless@0.1.0-rc.6
dsh plugin --profile <name> add dsh-dlp
dsh --profile <name> --dump-config      # the dsh-dlp row should appear

Any harness from 0.1.0-rc.6 onwards in the 0.1.x line works: the peer ranges accept it and CI runs the end-to-end suite against every published rc in that range.

Pin @deepseek-ai/dsh-headless explicitly β€” its npm latest tag still points at 0.0.1-rc.1. The package ships a cordis.patch.yml bundle layer, so listing it in dsh.profile.bundles mounts it with working defaults.

Install from the registry or a packed tarball, not from a git spec: lib/ is a build output git does not carry and no prepare script rebuilds it, so a git-spec row mounts and then fails to load.

Configure

- id: dsh-dlp
  config:
    auditLog: /var/log/dsh-dlp.audit.jsonl
    redactionKeyFile: /var/lib/dsh/dsh-dlp.redaction-key
    policyFile: ./.dsh-dlp.yml        # optional, lowest trust
    breadthTier: true
    resultRedaction: true
    telemetryRedaction: true
    configWriteAsk: true
    approvalSuppressionAsk: true

redactionKeyFile is created on first mount with 32 random bytes at mode 0600. Keep it out of version control β€” it is what makes a placeholder's hash keyed rather than a bare digest anyone holding a candidate secret could confirm.

The guard floor has no configuration. Credential-path denial and secret-argument denial are security invariants, not deployment-varying tunables. A repo-local policyFile is the lowest trust rank and may only tighten: add deny patterns, add egress tool names, raise a severity, switch a pass on. Any downgrade makes the whole file invalid.

Configuration reference β†’ Β· What gets denied β†’ Β· Redaction and detection β†’

Reading the audit log

dsh-dlp report                       # everything in the audit sink
dsh-dlp report --since 24h
dsh-dlp report --session <id>
dsh-dlp report --would-have          # everything except the denials

A redaction or denial record carries a rule id, rule version, span offsets and a keyed hash β€” never the matched value. An ask carries its rule id, a rewritten call the names of the fields that changed, and a neutralised remote image the destination hostname in the clear; none of those has a matched region to hash.

Audit record format β†’

Mitigations for defects in the harness itself

Three registrations work around defects in DeepSeek Harness rather than in your configuration: remote markdown images in assistant output, a tool call rewritten between tools/pre-execute and the guard, and a telemetry redactor that cannot run under the shipped default. None of them closes its channel and an upstream fix is better in all three cases.

What each one does and does not close β†’

Development

nvm use 22           # Node ^22.19.0 || >=24, and pnpm 11
pnpm install
pnpm run typecheck
pnpm run test:coverage
pnpm run test:e2e    # boots a real dsh against a mock model; no API key

Coverage is gated at 100% per file: this is a security control, so an untested branch in a deny path is an unproven deny path.

Design decisions and their rationale live in [ADR.md](ADR.md). Security policy is in [SECURITY.md](SECURITY.md).

License

MIT