dsh-plugin-trustlens
Read-only DSH plugin auditor with static scanning, current-session model review, and confirmation gates.
只读 DSH 插件审查器:静态扫描、当前会话模型审查和启用前确认。
How to install
dsh plugin add github:Mengshang-spec/dsh-plugin-trustlens About
DSH TrustLens dsh-plugin-trustlens is a DeepSeek Harness plugin that reviews installed plugins before a user enables or updates them. It combines: Read-only static scanning for common remote execution, download-and-execute, encoded evaluation, persistence, and environment exfiltration patterns. Semantic review through the model selected by the current DSH session. It does not hard-code DeepSeek or silently choose another model. Comment and README contradiction reporting through commentConflicts. User confirmation gates for enabling, updating, and disabling/quarantining a plugin. The auditor ne…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-27
- Created
- 2026-08-23
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh-plugin, plugin-security
Related plugins
dsh-permission-rules
PerryLink/dsh-permission-rules
Claude Code-style declarative permission rules: ordered allow/deny/ask YAML rules matching tool names, arguments, workspace paths, and agent identity on the tools/pre-execute waterfall, with full session-log audit, dry-run mode, and hot reload.
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-plugin-vetting
truelove-dreamer/dsh-plugin-vetting
Vets third-party plugins before you trust them: static scan for malicious patterns (exfiltration, credential access, obfuscation, persistence) and over-privileged path use, transitive-dependency coverage, official-package hash baseline for supply-chain tamper detection, and an optional plugin-tool call gate.
dsh-webui-auth
Yuuz12/dsh-webui-auth
WebUI authentication enforced at the HTTP/transport layer: four-layer login gate (resources, plugin bundles, /api, WebSocket), server-side sessions with HttpOnly cookies.