dsh plugins中文
← Back to popular plugin directory

Upstream Change Risk Radar

MicroMilo/upstream-radar · skills

Continuously monitor vulnerabilities and breaking upstream changes, then identify affected DeepSeek Harness plugins.

★ 4GitHub stars
0Forks
2026-08-15Last updated
TypeScriptLanguage
Apache-2.0License

Project overview

Always-on vulnerability and breaking-change radar for DeepSeek Harness plugins.

A vulnerability feed stops at “package X is affected.” Upstream Radar keeps going: it identifies the exact installed dependency path, maintains one durable incident, and wakes a DeepSeek Harness Agent with the project evidence needed for a useful investigation. No matching installed path means no Agent wake-up. Version matching and compatibility facts are calculated by code; the model handles only repository-specific judgment. See one incident

If an advisory affects only one of two installed parser versions, Radar reports the path that actually matched:

Install command

dsh plugin --profile web add github:MicroMilo/upstream-radar
View GitHub repository ↗Back to popular plugin directory