dsh-compliancehub
Run the following command in DeepSeek Harness:
dsh plugin install wwumit/dsh-compliancehub
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install wwumit/dsh-compliancehub in your DeepSeek Harness terminal to install this plugin; source code available at https://github.com/wwumit/dsh-compliancehub
About this plugin
Cross-border compliance—CCPA, GDPR, HIPAA, COPPA—demands a repeatable loop of rules, checks, scoring, and reporting. dsh-compliancehub packages that loop into nine ready-to-use remote skills so a model session can run compliance checks and generate reports without any manual file copying.
The plugin centers on a JSON catalog exposed through DeepSeek Harness's standard ctx.skills registry: list() fetches and validates the skill manifest, while get() retrieves the SKILL.md body on demand. Fail-soft semantics ensure that a transient catalog outage returns the last-known-good list rather than an empty one, keeping downstream consumers intact. Skills are split into cloud-scored and fully local categories, and disclosure metadata is reproducible via the included build-catalog.mjs script.
If you are building a compliance-review workflow on DeepSeek Harness, or need a verifiable cross-border compliance layer for a product, this plugin offers a complete rules-to-report path with zero additional token or KV-cache overhead for the model.
Screenshots
Use Cases
- Run CCPA/GDPR compliance checks in a model session before a cross-border product launch
- Replace manual compliance review with a rules-check-score-report loop
- Manage and distribute compliance skills via a unified JSON catalog
Best For
- Developers building compliance workflows on DeepSeek Harness
- Engineering teams needing cross-border compliance for their products
- Platform leads managing AI skill ecosystems and unified catalog distribution
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.