GooDAnDReaDY/dsh-shadow-auditor0

@goodandready/dsh-shadow-auditor

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

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