rand0wn/dsh-malware-audit0

dsh-malware-audit

DSH 插件:基于 AST 真实扫描已安装插件的恶意意图模式,支持定时扫描与自动隔离。

AI 分析

核心用途是审计和检测 DSH 插件生态中的潜在恶意代码。适合安装了较多第三方插件、需要保障运行环境安全的用户。

套件
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