upstream-radar 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/{README.zh-CN.md → docs/README.zh-CN.md} +17 -17
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<p align="center"><strong>Always-on dependency radar for DeepSeek Harness plugins: exact paths, breaking-change signals, and project-aware Agent follow-up.</strong></p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
English · <a href="README.zh-CN.md">简体中文</a>
|
|
6
|
+
English · <a href="docs/README.zh-CN.md">简体中文</a>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const TOOL_VERSION = "0.5.
|
|
1
|
+
export declare const TOOL_VERSION = "0.5.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/src/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const TOOL_VERSION = '0.5.
|
|
1
|
+
export const TOOL_VERSION = '0.5.2';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
<p align="center"><strong>面向 DeepSeek Harness 插件的常驻依赖雷达:精确路径、破坏性更新信号,以及带项目证据的 Agent 跟进。</strong></p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="README.md">English</a> · 简体中文
|
|
6
|
+
<a href="../README.md">English</a> · 简体中文
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<a href="https://www.npmjs.com/package/upstream-radar"><img alt="npm 版本" src="https://img.shields.io/npm/v/upstream-radar?style=flat-square&color=2563eb"></a>
|
|
11
11
|
<a href="https://github.com/MicroMilo/upstream-radar/stargazers"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/MicroMilo/upstream-radar?style=flat-square&color=f59e0b"></a>
|
|
12
12
|
<a href="https://github.com/MicroMilo/upstream-radar/actions/workflows/ci.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/MicroMilo/upstream-radar/ci.yml?branch=main&style=flat-square&label=CI"></a>
|
|
13
|
-
<a href="examples/dsh/README.md"><img alt="已使用 DSH 0.1.0-rc.6 验证" src="https://img.shields.io/badge/tested_with_DSH-0.1.0--rc.6-5b5bd6?style=flat-square"></a>
|
|
13
|
+
<a href="../examples/dsh/README.md"><img alt="已使用 DSH 0.1.0-rc.6 验证" src="https://img.shields.io/badge/tested_with_DSH-0.1.0--rc.6-5b5bd6?style=flat-square"></a>
|
|
14
14
|
<a href="https://github.com/MicroMilo/upstream-radar/releases"><img alt="GitHub Release" src="https://img.shields.io/github/v/release/MicroMilo/upstream-radar?style=flat-square"></a>
|
|
15
|
-
<a href="LICENSE"><img alt="Apache-2.0 许可证" src="https://img.shields.io/badge/license-Apache--2.0-0f766e?style=flat-square"></a>
|
|
15
|
+
<a href="../LICENSE"><img alt="Apache-2.0 许可证" src="https://img.shields.io/badge/license-Apache--2.0-0f766e?style=flat-square"></a>
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
## 60 秒开始
|
|
@@ -34,8 +34,8 @@ dsh --profile web
|
|
|
34
34
|
|
|
35
35
|
<p align="center">
|
|
36
36
|
<picture>
|
|
37
|
-
<source media="(max-width: 600px)" srcset="
|
|
38
|
-
<img src="
|
|
37
|
+
<source media="(max-width: 600px)" srcset="assets/upstream-radar-hero-mobile.jpg">
|
|
38
|
+
<img src="assets/upstream-radar-hero.jpg" alt="Upstream Radar 监控依赖图,只高亮真正受影响的路径,并把一个信号交给 DSH Agent。" width="100%">
|
|
39
39
|
</picture>
|
|
40
40
|
</p>
|
|
41
41
|
|
|
@@ -106,7 +106,7 @@ dsh --profile web
|
|
|
106
106
|
|
|
107
107
|
生成的依赖图对应已安装 bundle 版本的精确公共 npm artifact。如果你的 DSH profile 使用了 package-manager override、patch 或特殊的 peer 解析规则,开启持续监控前仍需要人工检查这些差异。
|
|
108
108
|
|
|
109
|
-
如果需要手写配置或制作 CI fixture,可以参考[示例清单](examples/radar/config.json)。如果没有设置 `UPSTREAM_RADAR_CONFIG`,插件会保持休眠,不发起轮询。
|
|
109
|
+
如果需要手写配置或制作 CI fixture,可以参考[示例清单](../examples/radar/config.json)。如果没有设置 `UPSTREAM_RADAR_CONFIG`,插件会保持休眠,不发起轮询。
|
|
110
110
|
|
|
111
111
|
启动后,Radar 会轮询 OSV 与 npm,先把事件状态持久化,再把有变化的事件交给第一个在线的根 DSH Agent。
|
|
112
112
|
|
|
@@ -187,7 +187,7 @@ Radar 还会识别与 DSH 插件直接相关的升级边界:
|
|
|
187
187
|
|
|
188
188
|
版本是否命中、依赖路径和兼容边界由程序确定。漏洞公告、release notes、链接、包名和仓库文字始终是不可信数据。
|
|
189
189
|
|
|
190
|
-
DSH Agent 收到的任务要求:只读分析、引用项目证据、保留不确定性,并返回固定的[结果结构](schemas/analysis-result.schema.json)。模型无法改写程序已经确认的匹配事实。
|
|
190
|
+
DSH Agent 收到的任务要求:只读分析、引用项目证据、保留不确定性,并返回固定的[结果结构](../schemas/analysis-result.schema.json)。模型无法改写程序已经确认的匹配事实。
|
|
191
191
|
|
|
192
192
|
## 当前能力与边界
|
|
193
193
|
|
|
@@ -199,16 +199,16 @@ Upstream Radar 目前是面向 DSH developer preview 生态的 alpha 软件,
|
|
|
199
199
|
|
|
200
200
|
## 项目文档
|
|
201
201
|
|
|
202
|
-
- [架构](
|
|
203
|
-
- [真实 DSH showcase](examples/dsh/README.md)
|
|
204
|
-
- [产品愿景](
|
|
205
|
-
- [检查项与证据](
|
|
206
|
-
- [威胁模型](
|
|
207
|
-
- [Roadmap](ROADMAP.md)
|
|
208
|
-
- [Changelog](CHANGELOG.md)
|
|
209
|
-
- [发布流程](
|
|
210
|
-
- [贡献指南](CONTRIBUTING.md)
|
|
211
|
-
- [安全策略](SECURITY.md)
|
|
202
|
+
- [架构](architecture.md)
|
|
203
|
+
- [真实 DSH showcase](../examples/dsh/README.md)
|
|
204
|
+
- [产品愿景](vision.zh-CN.md)
|
|
205
|
+
- [检查项与证据](checks.zh-CN.md)
|
|
206
|
+
- [威胁模型](threat-model.md)
|
|
207
|
+
- [Roadmap](../ROADMAP.md)
|
|
208
|
+
- [Changelog](../CHANGELOG.md)
|
|
209
|
+
- [发布流程](releasing.md)
|
|
210
|
+
- [贡献指南](../CONTRIBUTING.md)
|
|
211
|
+
- [安全策略](../SECURITY.md)
|
|
212
212
|
|
|
213
213
|
如果 DSH 插件已经进入你的技术栈,欢迎 Star 并在 [GitHub Discussions](https://github.com/MicroMilo/upstream-radar/discussions) 里讨论真实场景。
|
|
214
214
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "upstream-radar",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Find the exact vulnerable path or breaking update in a DeepSeek Harness plugin, then route evidence to a DSH Agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"docs/assets/upstream-radar-hero.jpg",
|
|
57
57
|
"docs/assets/upstream-radar-hero-mobile.jpg",
|
|
58
58
|
"README.md",
|
|
59
|
-
"README.zh-CN.md",
|
|
59
|
+
"docs/README.zh-CN.md",
|
|
60
60
|
"LICENSE"
|
|
61
61
|
],
|
|
62
62
|
"scripts": {
|