DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Privacy Protector — DSH Plugin for DeepSeek Harness
← Plugins

dsh-privacy-protector

Privacy Protector

Privacy protector for DeepSeek Harness: per-session toggle, syntactically pseudonymize PII before it reaches the model, restore after response.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-privacy-protector@0.3.2
READMECompatibilityVersions

Compatibility and provenance

Privacy Protector is published as dsh-privacy-protector and currently resolves to version 0.3.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/16/2026

Versions

0.3.2stable
9/16/2026
0.3.1stable
9/15/2026

Related plugins

Loading related plugins…

Latest
0.3.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
140.4 kB
Files
31
Surface
web
License
Apache-2.0
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/16/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consoleMobiledsh-mobileDeepSeek Harness mobile adaptation and secure access plugin, supporting LAN, remote connections, Android App, and mobile browsers.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

dsh-privacy-protector

Privacy protection plugin for DeepSeek Harness (DSH) Desktop. 为 DeepSeek Harness (DSH) 桌面端打造的隐私保护插件。

Pre-send PII pseudonymization + sensitive-topic guardian with induced-lock protection.

发送前 PII 伪名化 + 带诱导锁定机制的敏感话题守护。


🌐 Language / 语言

🇺🇸 English🇨🇳 简体中文
English中文

Features / 功能特性

  • Syntax-level PII masking — 语法级 PII 脱敏 EMAIL / PHONE_CN / ID_CN / SSN_US / CREDIT_CARD / IP / API_KEY / SK_KEY / PASSWORD
  • Model sees placeholders, users see originals — 模型只见占位符,用户只见原文
  • Sensitive-topic guardian(诱导锁定 anti-social-engineering)— 敏感话题守护
  • Per-session & global toggles — 会话级 / 全局开关

Install / 安装

dsh plugin --profile web add "github:ghost0411/dsh-privacy-protector#main"

Full docs in English / 完整文档见 中文.


License: Apache-2.0 · 许可证见 LICENSE