GooDAnDReaDY/dsh-shadow-auditor ↗★ 0
@goodandready/dsh-shadow-auditor
用于后台安全审计、密钥泄露检测和命令安全的 DeepSeek Harness 插件
AI 分析
核心用途是提供后台安全审计。适合对安全性要求高的用户,可自动检测并拦截代码差异中的 API 密钥泄露以及危险的 Shell 破坏性命令。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-shadow-auditor說明文件
閱讀完整 README ↗⚙️ 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