AI Agent Hub
Back to plugins
dsh-compliancehub preview

dsh-compliancehub

Workflow Updated 2026.08.25

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