




















@@ -6,6 +6,16 @@
66"class": "core-runtime",
77"risk": ["protocol-client"]
88 },
9+"@anthropic-ai/sdk": {
10+"owner": "provider:anthropic",
11+"class": "default-runtime-initially",
12+"risk": ["provider-sdk", "network"]
13+ },
14+"@clack/core": {
15+"owner": "core:cli",
16+"class": "core-runtime",
17+"risk": ["interactive-cli"]
18+ },
919"@clack/prompts": {
1020"owner": "core:cli",
1121"class": "core-runtime",
@@ -21,6 +31,26 @@
2131"class": "tui-runtime",
2232"risk": ["tui-runtime"]
2333 },
34+"@google/genai": {
35+"owner": "provider:google",
36+"class": "default-runtime-initially",
37+"risk": ["provider-sdk", "network", "realtime"]
38+ },
39+"@grammyjs/runner": {
40+"owner": "plugin:telegram",
41+"class": "plugin-runtime",
42+"risk": ["telegram-bot-api", "polling"]
43+ },
44+"@grammyjs/transformer-throttler": {
45+"owner": "plugin:telegram",
46+"class": "plugin-runtime",
47+"risk": ["telegram-bot-api", "rate-limiting"]
48+ },
49+"@homebridge/ciao": {
50+"owner": "plugin:bonjour",
51+"class": "plugin-runtime",
52+"risk": ["mdns", "network"]
53+ },
2454"@modelcontextprotocol/sdk": {
2555"owner": "core:mcp",
2656"class": "core-runtime",
@@ -32,6 +62,16 @@
3262"activation": ["tools.web.fetch.readability", "plugins.entries.web-readability.enabled"],
3363"risk": ["parser", "untrusted-html"]
3464 },
65+"@mistralai/mistralai": {
66+"owner": "provider:mistral",
67+"class": "default-runtime-initially",
68+"risk": ["provider-sdk", "network"]
69+ },
70+"@openclaw/fs-safe": {
71+"owner": "core:filesystem-safety",
72+"class": "core-runtime",
73+"risk": ["filesystem", "path-safety"]
74+ },
3575"chalk": {
3676"owner": "core:cli",
3777"class": "core-runtime",
@@ -47,11 +87,21 @@
4787"class": "core-runtime",
4888"risk": ["cli-parser"]
4989 },
90+"cross-spawn": {
91+"owner": "core:child-process",
92+"class": "core-runtime",
93+"risk": ["process-spawn"]
94+ },
5095"croner": {
5196"owner": "core:scheduler",
5297"class": "core-runtime",
5398"risk": ["scheduler"]
5499 },
100+"diff": {
101+"owner": "core:agent-editing",
102+"class": "core-runtime",
103+"risk": ["diff"]
104+ },
55105"dotenv": {
56106"owner": "core:config",
57107"class": "core-runtime",
@@ -67,6 +117,31 @@
67117"class": "core-runtime",
68118"risk": ["file-sniffing", "untrusted-files"]
69119 },
120+"glob": {
121+"owner": "core:package-manager",
122+"class": "core-runtime",
123+"risk": ["filesystem-glob"]
124+ },
125+"grammy": {
126+"owner": "plugin:telegram",
127+"class": "plugin-runtime",
128+"risk": ["telegram-bot-api", "network"]
129+ },
130+"highlight.js": {
131+"owner": "core:syntax-highlighting",
132+"class": "core-runtime",
133+"risk": ["syntax-highlighting"]
134+ },
135+"hosted-git-info": {
136+"owner": "core:git-utils",
137+"class": "core-runtime",
138+"risk": ["git-metadata-parser"]
139+ },
140+"ignore": {
141+"owner": "core:gitignore-matching",
142+"class": "core-runtime",
143+"risk": ["pattern-matching"]
144+ },
70145"@openclaw/proxyline": {
71146"owner": "core:proxy",
72147"class": "core-runtime",
103178"class": "core-runtime",
104179"risk": ["parser", "markdown"]
105180 },
181+"minimatch": {
182+"owner": "core:pattern-matching",
183+"class": "core-runtime",
184+"risk": ["pattern-matching"]
185+ },
186+"node-edge-tts": {
187+"owner": "plugin:microsoft",
188+"class": "plugin-runtime",
189+"risk": ["tts", "network"]
190+ },
106191"openai": {
107192"owner": "provider:openai",
108193"class": "default-runtime-initially",
109194"risk": ["provider-sdk", "network"]
110195 },
196+"partial-json": {
197+"owner": "core:llm-json-parsing",
198+"class": "core-runtime",
199+"risk": ["streaming-json-parser"]
200+ },
111201"playwright-core": {
112202"owner": "core:browser",
113203"class": "core-runtime",
114204"risk": ["browser-automation", "cdp"]
115205 },
206+"proper-lockfile": {
207+"owner": "core:session-storage",
208+"class": "core-runtime",
209+"risk": ["filesystem-locking"]
210+ },
211+"quickjs-wasi": {
212+"owner": "core:code-mode",
213+"class": "core-runtime",
214+"risk": ["wasm", "sandboxed-js"]
215+ },
116216"clawpdf": {
117217"owner": "plugin:document-extract",
118218"class": "plugin-runtime",
@@ -139,11 +239,21 @@
139239"class": "core-runtime",
140240"risk": ["archive-parser", "untrusted-files"]
141241 },
242+"tree-sitter-bash": {
243+"owner": "core:command-explainer",
244+"class": "core-runtime",
245+"risk": ["wasm", "parser", "untrusted-shell"]
246+ },
142247"tslog": {
143248"owner": "core:logging",
144249"class": "core-runtime",
145250"risk": ["logging"]
146251 },
252+"typescript": {
253+"owner": "core:typescript-analysis",
254+"class": "core-runtime",
255+"risk": ["compiler-api"]
256+ },
147257"typebox": {
148258"owner": "core:json-schema-contracts",
149259"class": "core-runtime",
@@ -159,6 +269,11 @@
159269"class": "core-runtime",
160270"risk": ["network", "push-notifications", "crypto"]
161271 },
272+"web-tree-sitter": {
273+"owner": "core:command-explainer",
274+"class": "core-runtime",
275+"risk": ["wasm", "parser", "untrusted-shell"]
276+ },
162277"ws": {
163278"owner": "core:gateway-websocket",
164279"class": "core-runtime",
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。