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 Guard — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-privacy-guard

Privacy Guard

DeepSeek Harness privacy de-identification protection plugin: monitors the de-identification status of the local Privacy Gateway (:8317) and Qwen2.5-0.5B local small model, providing a visual security dashboard and an online data leak detection sandbox

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

npx -y @deepseek-ai/dsh plugin --profile web add github:amwangfan/dsh-privacy-guard#22f18fe5828672a910607296ba9bf893be970fdc
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/15/2026

Versions

0.1.0stable
9/15/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Apache-2.0
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/20/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

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 consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).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 Guard

DeepSeek Harness (DSH) Web plugin for real-time local privacy gateway monitoring, audit metrics dashboard, and interactive credential leak test sandbox.

Designed to accompany amwangfan/privacy-gateway.

中文文档 (Chinese Readme)


🌟 Features

  1. 🛡️ Gateway & Model Health Probes:
    • Live status of the local reverse proxy (:8317) and Qwen2.5-0.5B residual classifier (:8319).
  2. 📊 Audit Metrics Dashboard:
    • Real-time counters for redacted credentials (API_KEY, private keys, database passwords, JWTs, etc.).
    • Outbound DFA stream restoration counters.
    • Active memory vault entries count.
    • 0.5B model classification hits and cache metrics.
  3. 🧪 Interactive Leak-Test Sandbox (Dry-Run Tester):
    • Built directly into the DSH Settings panel.
    • Paste any configuration or text with credentials to instantly preview redacted placeholders before actual LLM calls (100% local, zero WAN egress).

📦 Ecosystem Architecture

ComponentRoleRepository
dsh-privacy-guard (This Repo)DSH Web plugin & dashboard (Node.js / React / Cordis)GitHub: amwangfan/dsh-privacy-guard
privacy-gatewayLocal high-performance reverse proxy (Python / FastAPI / DFA)GitHub: amwangfan/privacy-gateway
qwen2.5-0.5b-privacyLightweight edge model fine-tuned for credential classificationHuggingFace: amwangfan/privacy-gateway-v4-qwen2.5-0.5b

🚀 Installation

# Add to your DSH web profile
dsh plugin --profile web add dsh-privacy-guard

Or install from local source:

dsh plugin --profile web add link:/path/to/dsh-privacy-guard

Open your DSH Web GUI -> Settings -> Privacy Guard to view the live dashboard.


🏪 DSH Marketplace Entry (community.json)

{
  "id": "dsh-privacy-guard",
  "name": "隐私脱密守护",
  "nameEn": "Privacy Guard",
  "author": "amwangfan",
  "description": "本地隐私脱敏防线看板:实时监控 API Token、私钥、数据库密码出网脱敏与流式还原状态,内置 Qwen2.5-0.5B 残差模型健康探针与在线泄密探测沙箱。",
  "descriptionEn": "Local privacy defense dashboard: monitors real-time credential redaction and DFA stream restoration, featuring local Qwen2.5-0.5B health probes and an interactive leak-test sandbox.",
  "repo": "https://github.com/amwangfan/dsh-privacy-guard",
  "npm": "dsh-privacy-guard",
  "category": "security",
  "subcategory": "dlp"
}

📄 License

Apache License 2.0