dsh-governance¶
| Type | workflow | Category | Workflows |
| Stars | ⭐1 | Status | ✅ active |
| Capabilities | security, workflow | Updated | 2026-08-13 |
📖 About¶
The authority layer for agentic AI, as a DeepSeek Harness plugin. Everything in DeepSeek Harness is a plugin. This is the one that decides what your agents are allowed to do. Guardrails and safety classifiers ask "is this output harmful?" That is a property of the model. TapPass asks a different question: "is this agent allowed to do this, under our rules, right now?" That is a property of your business, and no model level tool can answer it, because the answer lives in your orga
✨ Key Features¶
- Business rules, not model safety. Write the rule once, in your language:
- Authority is earned. The plugin ships in observe mode: from the first
- Harness and model agnostic. The same rules that govern an agent here
- EU hosted, EU AI Act ready.
📦 Install¶
# create a profile if you do not have one, then add the plugin
dsh plugin --profile default add @tappass/dsh-governance
# point it at your TapPass workspace
export TAPPASS_API_KEY="tp_dev_..." # a TapPass developer key
# verify the layer without booting, then run
dsh --profile default --dump-config
dsh --profile default
🚀 Quick Start¶
# $DSH_HOME/profiles/default/cordis.patch.yml
- tappass-governance:
config:
mode: enforce