Security · Launch wave B

DeepSeek Harness Plugin Security Checklist

A DeepSeek Harness plugin is executable code with the permissions of its process and profile. Review its source, manifest, lifecycle scripts, patch rows, dependencies and requested tools; prefer a tagged release or pinned commit over an unreviewed moving branch. This page separates verified behavior from community reports and marks the release-candidate context so you can act without mistaking an observation for a permanent guarantee.

Verified Aug 14, 2026Developer previewIndependent guide
Evidence status: Official prepare/allowBuilds and permission warnings. Re-check the linked first-party source after a new release candidate.

What is verified now

A DeepSeek Harness plugin is executable code with the permissions of its process and profile. Review its source, manifest, lifecycle scripts, patch rows, dependencies and requested tools; prefer a tagged release or pinned commit over an unreviewed moving branch.

Evidence basis: Official prepare/allowBuilds and permission warnings. The status was checked on 14 August 2026; re-check the linked source after any dsh release.

Safe workflow

Use the smallest reversible workflow first. Do not add community plugins or paste credentials while validating the base behavior.

  1. Assume extensions and server commands can execute code.
  2. Review requested permissions, scripts, environment and network access.
  3. Use an isolated profile/workspace and preserve a rollback path.

Verify before moving on

A successful result should be observable: a version string, reachable local URL, valid provider response, loaded configuration, or disappearance of the exact error. If the result differs, stop and capture sanitized evidence rather than stacking unrelated fixes.

  1. Record the exact dsh, Node or Python version.
  2. State the operating system and installation method.
  3. Link the first-party source and include only sanitized logs.

First-party sources

Open the original source before acting on a changed version or unresolved community report.

Continue by layer