dsh-riskproof
Provenance-aware execution security that tracks sensitive data across DSH tool calls and blocks risky exfiltration before execution.
具备来源追踪能力的执行安全机制,可跨 DSH 工具调用持续追踪敏感数据,并在执行前阻断高风险的数据外泄行为。
How to install
dsh plugin add dsh-riskproof About
RiskProof **Provenance-aware execution security for DeepSeek Harness.** Track where tool inputs came from. Detect risky cross-tool data flows. Stop sensitive side effects before execution. English · 简体中文 --- What RiskProof answers Most tool-permission plugins answer one question: *is this tool allowed?* RiskProof answers a different one: **Where did the data in this tool call come from, what did it flow through, and where is it about to go?** A single tool call is usually safe. The composition is not. text web_fetch ← UNTRUSTED_WEB │ database_query ← CUSTOMER_DATA │ send_email ← external desti…
Recommendation signals
Meta
- License
- Apache-2.0
- Language
- TypeScript
- GitHub stars
- 2
- mo. downloads
- 169
- Last push
- 2026-08-20
- Created
- 2026-07-13
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- agent-security, dsh-plugin, provenance, tool-security
Related plugins
dsh-auto-review
PerryLink/dsh-auto-review
Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default.
dsh-passwords
slywalker2006/dsh-passwords
Turns DeepSeek Harness into a server-grade multi-tenant platform: remote access + auto HTTPS, subuser permissions & token/daily quotas, sandbox enforcement, encrypted auth & audit log.
dsh-auth-gate
TecFancy/dsh-auth-gate
Login gate for the dsh web surface: password or shared-token authentication, session cookies, rate limiting, and a user-management CLI (dsh.bundle manifest since 0.4.1, one-command `dsh plugin add` mounting).
dsh-approval-llm
Letter2025/dsh-approval-llm
Model-based permission approval: an approval-request answerer backed by a separate reviewer model.