863683348/dsh-plugin-audit
863683348★ 0JavaScript最后同步: 2026-08-16
Plugin health audit for DeepSeek Harness: sync the GitHub dsh-plugin topic into a local catalog, probe npm, static-scan for security, score every plugin, and rank them in a web leaderboard.
README 摘要
dsh-plugin-audit — 插件生态体检(Plugin Health Audit for DSH) Turn the GitHub dsh-plugin topic into a local, scored plugin catalog for DeepSeek Harness. Every plugin gets a 0–100 health score across four signals, a leaderboard in the web UI, and agent tools that answer "which plugins are worth installing?" . Signal Weight What it measures Maintenance 30 last push recency + star tier + star trend (archived → 0 + 🚨 flag) Docs 25 README presence + description depth + license npm 30 npm package exists + publish recency Ecosystem 15 presence in the curated awesome list + listing recency Grades: A 🛡️ (80+) · B ✅ (60+) · C ⚠️ (40+) · D 🚨 ( with bounded concurrency, then upserts into a JSON catalog. Rate-limit-aware: stops early when the search budget runs low and resumes next time; failed probes keep the previous values. - Storage: dataDir (default $DSH HOME/dsh-plugin-audit or /.dsh/dsh-plugin-audit ): catalog.json + meta.json + history.json (rolling star snapshots for future trend tiers). - All writes are atomic (temp + rename); corrupt files fall back to empty instead of crashing. Install The package declares "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } , so it goes through DSH's…
在 GitHub 查看完整 README →