dsh-sentinel
DeepSeek Harness 插件安全体检官 —— 静态扫描 + 运行时副作用追踪,为 4300+ 插件建立安装前必看体检报告
AI Analysis
核心用途是对 DSH 插件进行安全审计,防止恶意代码运行。适合注重系统安全、经常安装第三方插件的用户。支持体检告警(audit)和阻断高危(enforce)两种安全模式。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗📦 快速安装与配置
1. 官方命令行安装
dsh plugin --profile web add github:ceo-panda/dsh-sentinel#v0.1.0
2. 自动挂载声明 (cordis.patch.yml)
- id: dsh-sentinel
type: plugin
before: ['*']
provides: ['sentinel']
config:
mode: audit # audit(体检告警) | enforce(阻断高危)
strictness: high
output: panel