rand0wn/dsh-malware-audit0

dsh-malware-audit

DeepSeek Harness (dsh) plugin: real AST-based scan of installed plugins for malicious-intent patterns, with an optional periodic schedule and auto-quarantine on critical findings. Advisory-by-default, not an antivirus signature database.

包名
dsh-malware-audit
版本
0.2.0
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rand0wn/dsh-malware-audit

Usage

Type /scan-plugins in any session. It scans every other installed package that declares dsh.bundle in its own package.json — the same marker the plugin ecosystem's own registries use to mean "this is a dsh plugin" — across every local profile, prints a findings summary, and saves the full report to .dsh-malware-audit/scan-.txt under the current working directory.

By default this is entirely read-only and manual. Two things make it more active, both opt-in and off unless you configure them:

  • scheduleMinutes — runs the same scan automatically on an interval, no command needed.
  • autoQuarantine — on a scan (scheduled or manual) that finds a critical-severity pattern, automatically quarantines that plugin.

Configuration