scodypanda/dsh-sentinel0

dsh-sentinel

DeepSeek Harness 插件安全体检官 —— 静态扫描 + 运行时副作用追踪,为 4300+ 插件建立安装前必看体检报告

AI 분석

核心用途是对 DSH 插件进行安全审计,防止恶意代码运行。适合注重系统安全、经常安装第三方插件的用户。支持体检告警(audit)和阻断高危(enforce)两种安全模式。

패키지
dsh-sentinel
버전
0.1.0
최근 업데이트
2026. 8. 18.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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