GooDAnDReaDY/dsh-shadow-auditor0

@goodandready/dsh-shadow-auditor

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

AI Analysis

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

Package
@goodandready/dsh-shadow-auditor
Version
0.1.4
License
MIT
Last updated
Sep 2, 2026

Install

$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