GooDAnDReaDY/dsh-shadow-auditor0

@goodandready/dsh-shadow-auditor

DSH plugin for background security audits, secret leakage detection, and command safety

包名
@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