GooDAnDReaDY/dsh-shadow-auditor0

@goodandready/dsh-shadow-auditor

用于后台安全审计、密钥泄露检测和命令安全的 DeepSeek Harness 插件

AI 分析

核心用途是提供后台安全审计。适合对安全性要求高的用户,可自动检测并拦截代码差异中的 API 密钥泄露以及危险的 Shell 破坏性命令。

包名
@goodandready/dsh-shadow-auditor
版本
0.1.4
许可证
MIT
最近更新
2026年9月2日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-shadow-auditor

⚙️ Configuration Reference (settings.yaml)

dsh-shadow-auditor:
  strictSecretScanning: true    # Block execution if API keys or tokens are detected in diffs
  blockDangerousCommands: true  # Block destructive shell commands automatically
  enableAuditBadge: true        # Display security shield badge in UI and approval dialogs