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.

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