@kryptosai/mcp-observatory 1.28.2 → 1.29.1
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/CONTRIBUTORS.md +4 -1
- package/README.md +45 -9
- package/README.zh-CN.md +591 -0
- package/dist/src/adapters/http.js +13 -4
- package/dist/src/adapters/http.js.map +1 -1
- package/dist/src/checks/security.js +33 -65
- package/dist/src/checks/security.js.map +1 -1
- package/dist/src/cli.js +9 -1
- package/dist/src/cli.js.map +1 -1
- package/dist/src/commands/helpers.d.ts +2 -1
- package/dist/src/commands/helpers.js +9 -1
- package/dist/src/commands/helpers.js.map +1 -1
- package/dist/src/commands/legacy.js +3 -0
- package/dist/src/commands/legacy.js.map +1 -1
- package/dist/src/commands/risk-graph.d.ts +2 -0
- package/dist/src/commands/risk-graph.js +64 -0
- package/dist/src/commands/risk-graph.js.map +1 -0
- package/dist/src/commands/score.js.map +1 -1
- package/dist/src/commands/watch.js +13 -8
- package/dist/src/commands/watch.js.map +1 -1
- package/dist/src/discovery.js +32 -26
- package/dist/src/discovery.js.map +1 -1
- package/dist/src/reporters/terminal.js +2 -1
- package/dist/src/reporters/terminal.js.map +1 -1
- package/dist/src/risk-graph.d.ts +64 -0
- package/dist/src/risk-graph.js +452 -0
- package/dist/src/risk-graph.js.map +1 -0
- package/dist/src/server.d.ts +1 -3
- package/dist/src/server.js +29 -645
- package/dist/src/server.js.map +1 -1
- package/dist/src/storage.js +13 -9
- package/dist/src/storage.js.map +1 -1
- package/dist/src/telemetry.d.ts +7 -0
- package/dist/src/telemetry.js.map +1 -1
- package/dist/src/tools/check-server.d.ts +27 -0
- package/dist/src/tools/check-server.js +46 -0
- package/dist/src/tools/check-server.js.map +1 -0
- package/dist/src/tools/ci-report.d.ts +21 -0
- package/dist/src/tools/ci-report.js +38 -0
- package/dist/src/tools/ci-report.js.map +1 -0
- package/dist/src/tools/diff-runs.d.ts +28 -0
- package/dist/src/tools/diff-runs.js +39 -0
- package/dist/src/tools/diff-runs.js.map +1 -0
- package/dist/src/tools/get-history.d.ts +21 -0
- package/dist/src/tools/get-history.js +37 -0
- package/dist/src/tools/get-history.js.map +1 -0
- package/dist/src/tools/get-last-run.d.ts +21 -0
- package/dist/src/tools/get-last-run.js +47 -0
- package/dist/src/tools/get-last-run.js.map +1 -0
- package/dist/src/tools/helpers.d.ts +8 -0
- package/dist/src/tools/helpers.js +32 -0
- package/dist/src/tools/helpers.js.map +1 -0
- package/dist/src/tools/lock-verify.d.ts +21 -0
- package/dist/src/tools/lock-verify.js +47 -0
- package/dist/src/tools/lock-verify.js.map +1 -0
- package/dist/src/tools/record.d.ts +23 -0
- package/dist/src/tools/record.js +48 -0
- package/dist/src/tools/record.js.map +1 -0
- package/dist/src/tools/replay.d.ts +21 -0
- package/dist/src/tools/replay.js +54 -0
- package/dist/src/tools/replay.js.map +1 -0
- package/dist/src/tools/scan.d.ts +18 -0
- package/dist/src/tools/scan.js +43 -0
- package/dist/src/tools/scan.js.map +1 -0
- package/dist/src/tools/score-server.d.ts +23 -0
- package/dist/src/tools/score-server.js +53 -0
- package/dist/src/tools/score-server.js.map +1 -0
- package/dist/src/tools/suggest-servers.d.ts +21 -0
- package/dist/src/tools/suggest-servers.js +114 -0
- package/dist/src/tools/suggest-servers.js.map +1 -0
- package/dist/src/tools/verify-tool.d.ts +25 -0
- package/dist/src/tools/verify-tool.js +48 -0
- package/dist/src/tools/verify-tool.js.map +1 -0
- package/dist/src/tools/watch.d.ts +23 -0
- package/dist/src/tools/watch.js +67 -0
- package/dist/src/tools/watch.js.map +1 -0
- package/dist/src/utils/security.d.ts +3 -0
- package/dist/src/utils/security.js +37 -0
- package/dist/src/utils/security.js.map +1 -0
- package/dist/src/validate.d.ts +1 -0
- package/dist/src/validate.js +119 -35
- package/dist/src/validate.js.map +1 -1
- package/docs/agent-tasks.md +1 -1
- package/docs/commercial-boundary.md +9 -1
- package/docs/contributor-recognition.md +2 -0
- package/docs/demo.svg +1 -59
- package/docs/mcp-receipts.md +9 -0
- package/docs/mcp-server-safety-index.md +19 -16
- package/docs/metrics-dashboard.md +17 -1
- package/docs/private-mcp-fleet-risk-graph.md +69 -0
- package/docs/receipt-graph.md +118 -31
- package/docs/safety-index/artifacts/chrome-devtools-mcp-server.json +1745 -0
- package/docs/safety-index/artifacts/chrome-devtools-mcp-server.md +169 -0
- package/docs/safety-index/artifacts/filesystem-mcp-server.json +786 -0
- package/docs/safety-index/artifacts/filesystem-mcp-server.md +169 -0
- package/docs/safety-index/mcp-risk-graph.html +167 -0
- package/docs/safety-index/mcp-risk-graph.json +669 -0
- package/docs/safety-index/mcp-risk-graph.md +47 -0
- package/docs/safety-index/targets.json +40 -0
- package/docs/sample-private-fleet-risk-graph.md +90 -0
- package/package.json +21 -11
|
@@ -0,0 +1,1745 @@
|
|
|
1
|
+
{
|
|
2
|
+
"artifactType": "run",
|
|
3
|
+
"schemaVersion": "1.0.0",
|
|
4
|
+
"gate": "fail",
|
|
5
|
+
"runId": "run_2026-07-07T031728113Z_b22904e8",
|
|
6
|
+
"createdAt": "2026-07-07T03:17:28.113Z",
|
|
7
|
+
"toolVersion": "1.28.2",
|
|
8
|
+
"target": {
|
|
9
|
+
"targetId": "chrome-devtools-mcp-server",
|
|
10
|
+
"adapter": "local-process",
|
|
11
|
+
"command": "npx",
|
|
12
|
+
"args": [
|
|
13
|
+
"-y",
|
|
14
|
+
"chrome-devtools-mcp"
|
|
15
|
+
],
|
|
16
|
+
"cwd": ".",
|
|
17
|
+
"metadata": {
|
|
18
|
+
"package": "chrome-devtools-mcp",
|
|
19
|
+
"purpose": "mcp-safety-index",
|
|
20
|
+
"riskClass": "Browser control",
|
|
21
|
+
"failureClass": "Browser/code execution boundary",
|
|
22
|
+
"whyItMatters": "Coding agents may use Chrome DevTools MCP to inspect pages, network state, console output, and browser behavior before making changes."
|
|
23
|
+
},
|
|
24
|
+
"serverName": "chrome_devtools",
|
|
25
|
+
"serverVersion": "1.5.0"
|
|
26
|
+
},
|
|
27
|
+
"environment": {
|
|
28
|
+
"platform": "darwin 24.0.0",
|
|
29
|
+
"nodeVersion": "v25.8.1"
|
|
30
|
+
},
|
|
31
|
+
"summary": {
|
|
32
|
+
"total": 8,
|
|
33
|
+
"pass": 2,
|
|
34
|
+
"fail": 2,
|
|
35
|
+
"partial": 2,
|
|
36
|
+
"unsupported": 2,
|
|
37
|
+
"flaky": 0,
|
|
38
|
+
"skipped": 0,
|
|
39
|
+
"gate": "fail"
|
|
40
|
+
},
|
|
41
|
+
"checks": [
|
|
42
|
+
{
|
|
43
|
+
"id": "tools",
|
|
44
|
+
"capability": "tools",
|
|
45
|
+
"status": "pass",
|
|
46
|
+
"durationMs": 4.252374999996391,
|
|
47
|
+
"message": "Advertised capability responded with the minimal expected shape (29 items).",
|
|
48
|
+
"evidence": [
|
|
49
|
+
{
|
|
50
|
+
"endpoint": "tools/list",
|
|
51
|
+
"advertised": true,
|
|
52
|
+
"responded": true,
|
|
53
|
+
"minimalShapePresent": true,
|
|
54
|
+
"itemCount": 29,
|
|
55
|
+
"identifiers": [
|
|
56
|
+
"click",
|
|
57
|
+
"close_page",
|
|
58
|
+
"drag",
|
|
59
|
+
"emulate",
|
|
60
|
+
"evaluate_script",
|
|
61
|
+
"fill",
|
|
62
|
+
"fill_form",
|
|
63
|
+
"get_console_message",
|
|
64
|
+
"get_network_request",
|
|
65
|
+
"handle_dialog",
|
|
66
|
+
"hover",
|
|
67
|
+
"lighthouse_audit",
|
|
68
|
+
"list_console_messages",
|
|
69
|
+
"list_network_requests",
|
|
70
|
+
"list_pages",
|
|
71
|
+
"navigate_page",
|
|
72
|
+
"new_page",
|
|
73
|
+
"performance_analyze_insight",
|
|
74
|
+
"performance_start_trace",
|
|
75
|
+
"performance_stop_trace",
|
|
76
|
+
"press_key",
|
|
77
|
+
"resize_page",
|
|
78
|
+
"select_page",
|
|
79
|
+
"take_heapsnapshot",
|
|
80
|
+
"take_screenshot",
|
|
81
|
+
"take_snapshot",
|
|
82
|
+
"type_text",
|
|
83
|
+
"upload_file",
|
|
84
|
+
"wait_for"
|
|
85
|
+
],
|
|
86
|
+
"diagnostics": [
|
|
87
|
+
"debug, and modify any data in the browser or DevTools.",
|
|
88
|
+
"Avoid sharing sensitive or personal information that you do not want to share with MCP clients.",
|
|
89
|
+
"Performance tools may send trace URLs to the Google CrUX API to fetch real-user experience data. To disable, run with --no-performance-crux.",
|
|
90
|
+
"Google collects usage statistics to improve Chrome DevTools MCP. To opt-out, run with --no-usage-statistics.",
|
|
91
|
+
"For more details, visit: https://github.com/ChromeDevTools/chrome-devtools-mcp#usage-statistics"
|
|
92
|
+
],
|
|
93
|
+
"schemas": {
|
|
94
|
+
"click": {
|
|
95
|
+
"type": "object",
|
|
96
|
+
"properties": {
|
|
97
|
+
"uid": {
|
|
98
|
+
"type": "string",
|
|
99
|
+
"description": "The uid of an element on the page from the page content snapshot"
|
|
100
|
+
},
|
|
101
|
+
"dblClick": {
|
|
102
|
+
"type": "boolean",
|
|
103
|
+
"description": "Set to true for double clicks. Default is false."
|
|
104
|
+
},
|
|
105
|
+
"includeSnapshot": {
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"description": "Whether to include a snapshot in the response. Default is false."
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"required": [
|
|
111
|
+
"uid"
|
|
112
|
+
],
|
|
113
|
+
"additionalProperties": true,
|
|
114
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
115
|
+
},
|
|
116
|
+
"close_page": {
|
|
117
|
+
"type": "object",
|
|
118
|
+
"properties": {
|
|
119
|
+
"pageId": {
|
|
120
|
+
"type": "number",
|
|
121
|
+
"description": "The ID of the page to close. Call list_pages to list pages."
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"required": [
|
|
125
|
+
"pageId"
|
|
126
|
+
],
|
|
127
|
+
"additionalProperties": true,
|
|
128
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
129
|
+
},
|
|
130
|
+
"drag": {
|
|
131
|
+
"type": "object",
|
|
132
|
+
"properties": {
|
|
133
|
+
"from_uid": {
|
|
134
|
+
"type": "string",
|
|
135
|
+
"description": "The uid of the element to drag"
|
|
136
|
+
},
|
|
137
|
+
"to_uid": {
|
|
138
|
+
"type": "string",
|
|
139
|
+
"description": "The uid of the element to drop into"
|
|
140
|
+
},
|
|
141
|
+
"includeSnapshot": {
|
|
142
|
+
"type": "boolean",
|
|
143
|
+
"description": "Whether to include a snapshot in the response. Default is false."
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"required": [
|
|
147
|
+
"from_uid",
|
|
148
|
+
"to_uid"
|
|
149
|
+
],
|
|
150
|
+
"additionalProperties": true,
|
|
151
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
152
|
+
},
|
|
153
|
+
"emulate": {
|
|
154
|
+
"type": "object",
|
|
155
|
+
"properties": {
|
|
156
|
+
"networkConditions": {
|
|
157
|
+
"type": "string",
|
|
158
|
+
"enum": [
|
|
159
|
+
"Offline",
|
|
160
|
+
"Slow 3G",
|
|
161
|
+
"Fast 3G",
|
|
162
|
+
"Slow 4G",
|
|
163
|
+
"Fast 4G"
|
|
164
|
+
],
|
|
165
|
+
"description": "Throttle network. Omit to disable throttling."
|
|
166
|
+
},
|
|
167
|
+
"cpuThrottlingRate": {
|
|
168
|
+
"type": "number",
|
|
169
|
+
"minimum": 1,
|
|
170
|
+
"maximum": 20,
|
|
171
|
+
"description": "Represents the CPU slowdown factor. Omit or set the rate to 1 to disable throttling"
|
|
172
|
+
},
|
|
173
|
+
"geolocation": {
|
|
174
|
+
"type": "string",
|
|
175
|
+
"description": "Geolocation (`<latitude>,<longitude>`) to emulate. Latitude between -90 and 90. Longitude between -180 and 180. Omit to clear the geolocation override."
|
|
176
|
+
},
|
|
177
|
+
"userAgent": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"description": "User agent to emulate. Set to empty string to clear the user agent override."
|
|
180
|
+
},
|
|
181
|
+
"colorScheme": {
|
|
182
|
+
"type": "string",
|
|
183
|
+
"enum": [
|
|
184
|
+
"dark",
|
|
185
|
+
"light",
|
|
186
|
+
"auto"
|
|
187
|
+
],
|
|
188
|
+
"description": "Emulate the dark or the light mode. Set to \"auto\" to reset to the default."
|
|
189
|
+
},
|
|
190
|
+
"viewport": {
|
|
191
|
+
"type": "string",
|
|
192
|
+
"description": "Emulate device viewports '<width>x<height>x<devicePixelRatio>[,mobile][,touch][,landscape]'. 'touch' and 'mobile' to emulate mobile devices. 'landscape' to emulate landscape mode."
|
|
193
|
+
},
|
|
194
|
+
"extraHttpHeaders": {
|
|
195
|
+
"type": "string",
|
|
196
|
+
"description": "Extra HTTP headers as a JSON string object, e.g. {\"X-Custom\": \"value\", \"Authorization\": \"Bearer token\"}. Headers are included into every HTTP request originating from the page and persist across navigations until cleared. Pass an empty string to clear all extra headers."
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"additionalProperties": true,
|
|
200
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
201
|
+
},
|
|
202
|
+
"evaluate_script": {
|
|
203
|
+
"type": "object",
|
|
204
|
+
"properties": {
|
|
205
|
+
"function": {
|
|
206
|
+
"type": "string",
|
|
207
|
+
"description": "A JavaScript function declaration to be executed by the tool in the currently selected page.\nExample without arguments: `() => document.title` or `async () => await fetch(\"example.com\")`.\nExample with arguments: `(el) => el.innerText`\n"
|
|
208
|
+
},
|
|
209
|
+
"args": {
|
|
210
|
+
"type": "array",
|
|
211
|
+
"items": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"description": "The uid of an element on the page from the page content snapshot"
|
|
214
|
+
},
|
|
215
|
+
"description": "An optional list of arguments to pass to the function."
|
|
216
|
+
},
|
|
217
|
+
"filePath": {
|
|
218
|
+
"type": "string",
|
|
219
|
+
"description": "The absolute or relative path to a file to save the script output to. If omitted, the output is returned inline."
|
|
220
|
+
},
|
|
221
|
+
"dialogAction": {
|
|
222
|
+
"type": "string",
|
|
223
|
+
"description": "Handle dialogs while execution. \"accept\", \"dismiss\", or string for response of window.prompt. Defaults to accept."
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"required": [
|
|
227
|
+
"function"
|
|
228
|
+
],
|
|
229
|
+
"additionalProperties": true,
|
|
230
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
231
|
+
},
|
|
232
|
+
"fill": {
|
|
233
|
+
"type": "object",
|
|
234
|
+
"properties": {
|
|
235
|
+
"uid": {
|
|
236
|
+
"type": "string",
|
|
237
|
+
"description": "The uid of an element on the page from the page content snapshot"
|
|
238
|
+
},
|
|
239
|
+
"value": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"description": "The value to fill in. \"true\" or \"false\" for checkboxes and toggles, \"true\" for radio buttons."
|
|
242
|
+
},
|
|
243
|
+
"includeSnapshot": {
|
|
244
|
+
"type": "boolean",
|
|
245
|
+
"description": "Whether to include a snapshot in the response. Default is false."
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"required": [
|
|
249
|
+
"uid",
|
|
250
|
+
"value"
|
|
251
|
+
],
|
|
252
|
+
"additionalProperties": true,
|
|
253
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
254
|
+
},
|
|
255
|
+
"fill_form": {
|
|
256
|
+
"type": "object",
|
|
257
|
+
"properties": {
|
|
258
|
+
"elements": {
|
|
259
|
+
"type": "array",
|
|
260
|
+
"items": {
|
|
261
|
+
"type": "object",
|
|
262
|
+
"properties": {
|
|
263
|
+
"uid": {
|
|
264
|
+
"type": "string",
|
|
265
|
+
"description": "The uid of the element to fill out"
|
|
266
|
+
},
|
|
267
|
+
"value": {
|
|
268
|
+
"type": "string",
|
|
269
|
+
"description": "Value for the element. \"true\" or \"false\" for checkboxes and toggles, \"true\" for radio buttons."
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"required": [
|
|
273
|
+
"uid",
|
|
274
|
+
"value"
|
|
275
|
+
],
|
|
276
|
+
"additionalProperties": false
|
|
277
|
+
},
|
|
278
|
+
"description": "Elements from snapshot to fill out."
|
|
279
|
+
},
|
|
280
|
+
"includeSnapshot": {
|
|
281
|
+
"type": "boolean",
|
|
282
|
+
"description": "Whether to include a snapshot in the response. Default is false."
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"required": [
|
|
286
|
+
"elements"
|
|
287
|
+
],
|
|
288
|
+
"additionalProperties": true,
|
|
289
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
290
|
+
},
|
|
291
|
+
"get_console_message": {
|
|
292
|
+
"type": "object",
|
|
293
|
+
"properties": {
|
|
294
|
+
"msgid": {
|
|
295
|
+
"type": "number",
|
|
296
|
+
"description": "The msgid of a console message on the page from the listed console messages"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"required": [
|
|
300
|
+
"msgid"
|
|
301
|
+
],
|
|
302
|
+
"additionalProperties": true,
|
|
303
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
304
|
+
},
|
|
305
|
+
"get_network_request": {
|
|
306
|
+
"type": "object",
|
|
307
|
+
"properties": {
|
|
308
|
+
"reqid": {
|
|
309
|
+
"type": "number",
|
|
310
|
+
"description": "The reqid of the network request. If omitted returns the currently selected request in the DevTools Network panel."
|
|
311
|
+
},
|
|
312
|
+
"requestFilePath": {
|
|
313
|
+
"type": "string",
|
|
314
|
+
"description": "The absolute or relative path to a .network-request file to save the request body to. If omitted, the body is returned inline."
|
|
315
|
+
},
|
|
316
|
+
"responseFilePath": {
|
|
317
|
+
"type": "string",
|
|
318
|
+
"description": "The absolute or relative path to a .network-response file to save the response body to. If omitted, the body is returned inline."
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"additionalProperties": true,
|
|
322
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
323
|
+
},
|
|
324
|
+
"handle_dialog": {
|
|
325
|
+
"type": "object",
|
|
326
|
+
"properties": {
|
|
327
|
+
"action": {
|
|
328
|
+
"type": "string",
|
|
329
|
+
"enum": [
|
|
330
|
+
"accept",
|
|
331
|
+
"dismiss"
|
|
332
|
+
],
|
|
333
|
+
"description": "Whether to dismiss or accept the dialog"
|
|
334
|
+
},
|
|
335
|
+
"promptText": {
|
|
336
|
+
"type": "string",
|
|
337
|
+
"description": "Optional prompt text to enter into the dialog."
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"required": [
|
|
341
|
+
"action"
|
|
342
|
+
],
|
|
343
|
+
"additionalProperties": true,
|
|
344
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
345
|
+
},
|
|
346
|
+
"hover": {
|
|
347
|
+
"type": "object",
|
|
348
|
+
"properties": {
|
|
349
|
+
"uid": {
|
|
350
|
+
"type": "string",
|
|
351
|
+
"description": "The uid of an element on the page from the page content snapshot"
|
|
352
|
+
},
|
|
353
|
+
"includeSnapshot": {
|
|
354
|
+
"type": "boolean",
|
|
355
|
+
"description": "Whether to include a snapshot in the response. Default is false."
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"required": [
|
|
359
|
+
"uid"
|
|
360
|
+
],
|
|
361
|
+
"additionalProperties": true,
|
|
362
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
363
|
+
},
|
|
364
|
+
"lighthouse_audit": {
|
|
365
|
+
"type": "object",
|
|
366
|
+
"properties": {
|
|
367
|
+
"mode": {
|
|
368
|
+
"type": "string",
|
|
369
|
+
"enum": [
|
|
370
|
+
"navigation",
|
|
371
|
+
"snapshot"
|
|
372
|
+
],
|
|
373
|
+
"default": "navigation",
|
|
374
|
+
"description": "\"navigation\" reloads & audits. \"snapshot\" analyzes current state."
|
|
375
|
+
},
|
|
376
|
+
"device": {
|
|
377
|
+
"type": "string",
|
|
378
|
+
"enum": [
|
|
379
|
+
"desktop",
|
|
380
|
+
"mobile"
|
|
381
|
+
],
|
|
382
|
+
"default": "desktop",
|
|
383
|
+
"description": "Device to emulate."
|
|
384
|
+
},
|
|
385
|
+
"outputDirPath": {
|
|
386
|
+
"type": "string",
|
|
387
|
+
"description": "Directory for reports. If omitted, uses temporary files."
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"additionalProperties": true,
|
|
391
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
392
|
+
},
|
|
393
|
+
"list_console_messages": {
|
|
394
|
+
"type": "object",
|
|
395
|
+
"properties": {
|
|
396
|
+
"pageSize": {
|
|
397
|
+
"type": "integer",
|
|
398
|
+
"exclusiveMinimum": 0,
|
|
399
|
+
"description": "Maximum number of messages to return. When omitted, returns all messages."
|
|
400
|
+
},
|
|
401
|
+
"pageIdx": {
|
|
402
|
+
"type": "integer",
|
|
403
|
+
"minimum": 0,
|
|
404
|
+
"description": "Page number to return (0-based). When omitted, returns the first page."
|
|
405
|
+
},
|
|
406
|
+
"types": {
|
|
407
|
+
"type": "array",
|
|
408
|
+
"items": {
|
|
409
|
+
"type": "string",
|
|
410
|
+
"enum": [
|
|
411
|
+
"log",
|
|
412
|
+
"debug",
|
|
413
|
+
"info",
|
|
414
|
+
"error",
|
|
415
|
+
"warn",
|
|
416
|
+
"dir",
|
|
417
|
+
"dirxml",
|
|
418
|
+
"table",
|
|
419
|
+
"trace",
|
|
420
|
+
"clear",
|
|
421
|
+
"startGroup",
|
|
422
|
+
"startGroupCollapsed",
|
|
423
|
+
"endGroup",
|
|
424
|
+
"assert",
|
|
425
|
+
"profile",
|
|
426
|
+
"profileEnd",
|
|
427
|
+
"count",
|
|
428
|
+
"timeEnd",
|
|
429
|
+
"verbose",
|
|
430
|
+
"issue"
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
"description": "Filter messages to only return messages of the specified resource types. When omitted or empty, returns all messages."
|
|
434
|
+
},
|
|
435
|
+
"includePreservedMessages": {
|
|
436
|
+
"type": "boolean",
|
|
437
|
+
"default": false,
|
|
438
|
+
"description": "Set to true to return the preserved messages over the last 3 navigations."
|
|
439
|
+
},
|
|
440
|
+
"serviceWorkerId": {
|
|
441
|
+
"type": "string",
|
|
442
|
+
"description": "Filter messages to only return messages of the specified service worker."
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"additionalProperties": true,
|
|
446
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
447
|
+
},
|
|
448
|
+
"list_network_requests": {
|
|
449
|
+
"type": "object",
|
|
450
|
+
"properties": {
|
|
451
|
+
"pageSize": {
|
|
452
|
+
"type": "integer",
|
|
453
|
+
"exclusiveMinimum": 0,
|
|
454
|
+
"description": "Maximum number of requests to return. When omitted, returns all requests."
|
|
455
|
+
},
|
|
456
|
+
"pageIdx": {
|
|
457
|
+
"type": "integer",
|
|
458
|
+
"minimum": 0,
|
|
459
|
+
"description": "Page number to return (0-based). When omitted, returns the first page."
|
|
460
|
+
},
|
|
461
|
+
"resourceTypes": {
|
|
462
|
+
"type": "array",
|
|
463
|
+
"items": {
|
|
464
|
+
"type": "string",
|
|
465
|
+
"enum": [
|
|
466
|
+
"document",
|
|
467
|
+
"stylesheet",
|
|
468
|
+
"image",
|
|
469
|
+
"media",
|
|
470
|
+
"font",
|
|
471
|
+
"script",
|
|
472
|
+
"texttrack",
|
|
473
|
+
"xhr",
|
|
474
|
+
"fetch",
|
|
475
|
+
"prefetch",
|
|
476
|
+
"eventsource",
|
|
477
|
+
"websocket",
|
|
478
|
+
"manifest",
|
|
479
|
+
"signedexchange",
|
|
480
|
+
"ping",
|
|
481
|
+
"cspviolationreport",
|
|
482
|
+
"preflight",
|
|
483
|
+
"fedcm",
|
|
484
|
+
"other"
|
|
485
|
+
]
|
|
486
|
+
},
|
|
487
|
+
"description": "Filter requests to only return requests of the specified resource types. When omitted or empty, returns all requests."
|
|
488
|
+
},
|
|
489
|
+
"includePreservedRequests": {
|
|
490
|
+
"type": "boolean",
|
|
491
|
+
"default": false,
|
|
492
|
+
"description": "Set to true to return the preserved requests over the last 3 navigations."
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"additionalProperties": true,
|
|
496
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
497
|
+
},
|
|
498
|
+
"list_pages": {
|
|
499
|
+
"type": "object",
|
|
500
|
+
"properties": {},
|
|
501
|
+
"additionalProperties": true,
|
|
502
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
503
|
+
},
|
|
504
|
+
"navigate_page": {
|
|
505
|
+
"type": "object",
|
|
506
|
+
"properties": {
|
|
507
|
+
"type": {
|
|
508
|
+
"type": "string",
|
|
509
|
+
"enum": [
|
|
510
|
+
"url",
|
|
511
|
+
"back",
|
|
512
|
+
"forward",
|
|
513
|
+
"reload"
|
|
514
|
+
],
|
|
515
|
+
"description": "Navigate the page by URL, back or forward in history, or reload."
|
|
516
|
+
},
|
|
517
|
+
"url": {
|
|
518
|
+
"type": "string",
|
|
519
|
+
"description": "Target URL (only type=url)"
|
|
520
|
+
},
|
|
521
|
+
"ignoreCache": {
|
|
522
|
+
"type": "boolean",
|
|
523
|
+
"description": "Whether to ignore cache on reload."
|
|
524
|
+
},
|
|
525
|
+
"handleBeforeUnload": {
|
|
526
|
+
"type": "string",
|
|
527
|
+
"enum": [
|
|
528
|
+
"accept",
|
|
529
|
+
"decline"
|
|
530
|
+
],
|
|
531
|
+
"description": "Whether to auto accept or beforeunload dialogs triggered by this navigation. Default is accept."
|
|
532
|
+
},
|
|
533
|
+
"initScript": {
|
|
534
|
+
"type": "string",
|
|
535
|
+
"description": "A JavaScript script to be executed on each new document before any other scripts for the next navigation."
|
|
536
|
+
},
|
|
537
|
+
"timeout": {
|
|
538
|
+
"type": "integer",
|
|
539
|
+
"description": "Maximum wait time in milliseconds. If set to 0, the default timeout will be used."
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"additionalProperties": true,
|
|
543
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
544
|
+
},
|
|
545
|
+
"new_page": {
|
|
546
|
+
"type": "object",
|
|
547
|
+
"properties": {
|
|
548
|
+
"url": {
|
|
549
|
+
"type": "string",
|
|
550
|
+
"description": "URL to load in a new page."
|
|
551
|
+
},
|
|
552
|
+
"background": {
|
|
553
|
+
"type": "boolean",
|
|
554
|
+
"description": "Whether to open the page in the background without bringing it to the front. Default is false (foreground)."
|
|
555
|
+
},
|
|
556
|
+
"isolatedContext": {
|
|
557
|
+
"type": "string",
|
|
558
|
+
"description": "If specified, the page is created in an isolated browser context with the given name. Pages in the same browser context share cookies and storage. Pages in different browser contexts are fully isolated."
|
|
559
|
+
},
|
|
560
|
+
"timeout": {
|
|
561
|
+
"type": "integer",
|
|
562
|
+
"description": "Maximum wait time in milliseconds. If set to 0, the default timeout will be used."
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"required": [
|
|
566
|
+
"url"
|
|
567
|
+
],
|
|
568
|
+
"additionalProperties": true,
|
|
569
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
570
|
+
},
|
|
571
|
+
"performance_analyze_insight": {
|
|
572
|
+
"type": "object",
|
|
573
|
+
"properties": {
|
|
574
|
+
"insightSetId": {
|
|
575
|
+
"type": "string",
|
|
576
|
+
"description": "The id for the specific insight set. Only use the ids given in the \"Available insight sets\" list."
|
|
577
|
+
},
|
|
578
|
+
"insightName": {
|
|
579
|
+
"type": "string",
|
|
580
|
+
"description": "The name of the Insight you want more information on. For example: \"DocumentLatency\" or \"LCPBreakdown\""
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
"required": [
|
|
584
|
+
"insightSetId",
|
|
585
|
+
"insightName"
|
|
586
|
+
],
|
|
587
|
+
"additionalProperties": true,
|
|
588
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
589
|
+
},
|
|
590
|
+
"performance_start_trace": {
|
|
591
|
+
"type": "object",
|
|
592
|
+
"properties": {
|
|
593
|
+
"reload": {
|
|
594
|
+
"type": "boolean",
|
|
595
|
+
"default": true,
|
|
596
|
+
"description": "Determines if, once tracing has started, the current selected page should be automatically reloaded. Navigate the page to the right URL using the navigate_page tool BEFORE starting the trace if reload or autoStop is set to true."
|
|
597
|
+
},
|
|
598
|
+
"autoStop": {
|
|
599
|
+
"type": "boolean",
|
|
600
|
+
"default": true,
|
|
601
|
+
"description": "Determines if the trace recording should be automatically stopped."
|
|
602
|
+
},
|
|
603
|
+
"filePath": {
|
|
604
|
+
"type": "string",
|
|
605
|
+
"description": "The absolute file path, or a file path relative to the current working directory, to save the raw trace data. For example, trace.json.gz (compressed) or trace.json (uncompressed)."
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
"additionalProperties": true,
|
|
609
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
610
|
+
},
|
|
611
|
+
"performance_stop_trace": {
|
|
612
|
+
"type": "object",
|
|
613
|
+
"properties": {
|
|
614
|
+
"filePath": {
|
|
615
|
+
"type": "string",
|
|
616
|
+
"description": "The absolute file path, or a file path relative to the current working directory, to save the raw trace data. For example, trace.json.gz (compressed) or trace.json (uncompressed)."
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"additionalProperties": true,
|
|
620
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
621
|
+
},
|
|
622
|
+
"press_key": {
|
|
623
|
+
"type": "object",
|
|
624
|
+
"properties": {
|
|
625
|
+
"key": {
|
|
626
|
+
"type": "string",
|
|
627
|
+
"description": "A key or a combination (e.g., \"Enter\", \"Control+A\", \"Control++\", \"Control+Shift+R\"). Modifiers: Control, Shift, Alt, Meta"
|
|
628
|
+
},
|
|
629
|
+
"includeSnapshot": {
|
|
630
|
+
"type": "boolean",
|
|
631
|
+
"description": "Whether to include a snapshot in the response. Default is false."
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"required": [
|
|
635
|
+
"key"
|
|
636
|
+
],
|
|
637
|
+
"additionalProperties": true,
|
|
638
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
639
|
+
},
|
|
640
|
+
"resize_page": {
|
|
641
|
+
"type": "object",
|
|
642
|
+
"properties": {
|
|
643
|
+
"width": {
|
|
644
|
+
"type": "number",
|
|
645
|
+
"description": "Page width"
|
|
646
|
+
},
|
|
647
|
+
"height": {
|
|
648
|
+
"type": "number",
|
|
649
|
+
"description": "Page height"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
"required": [
|
|
653
|
+
"width",
|
|
654
|
+
"height"
|
|
655
|
+
],
|
|
656
|
+
"additionalProperties": true,
|
|
657
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
658
|
+
},
|
|
659
|
+
"select_page": {
|
|
660
|
+
"type": "object",
|
|
661
|
+
"properties": {
|
|
662
|
+
"pageId": {
|
|
663
|
+
"type": "number",
|
|
664
|
+
"description": "The ID of the page to select. Call list_pages to get available pages."
|
|
665
|
+
},
|
|
666
|
+
"bringToFront": {
|
|
667
|
+
"type": "boolean",
|
|
668
|
+
"description": "Whether to focus the page and bring it to the top."
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"required": [
|
|
672
|
+
"pageId"
|
|
673
|
+
],
|
|
674
|
+
"additionalProperties": true,
|
|
675
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
676
|
+
},
|
|
677
|
+
"take_heapsnapshot": {
|
|
678
|
+
"type": "object",
|
|
679
|
+
"properties": {
|
|
680
|
+
"filePath": {
|
|
681
|
+
"type": "string",
|
|
682
|
+
"description": "A path to a .heapsnapshot file to save the heapsnapshot to."
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"required": [
|
|
686
|
+
"filePath"
|
|
687
|
+
],
|
|
688
|
+
"additionalProperties": true,
|
|
689
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
690
|
+
},
|
|
691
|
+
"take_screenshot": {
|
|
692
|
+
"type": "object",
|
|
693
|
+
"properties": {
|
|
694
|
+
"format": {
|
|
695
|
+
"type": "string",
|
|
696
|
+
"enum": [
|
|
697
|
+
"png",
|
|
698
|
+
"jpeg",
|
|
699
|
+
"webp"
|
|
700
|
+
],
|
|
701
|
+
"default": "png",
|
|
702
|
+
"description": "Type of format to save the screenshot as. Default is \"png\""
|
|
703
|
+
},
|
|
704
|
+
"quality": {
|
|
705
|
+
"type": "number",
|
|
706
|
+
"minimum": 0,
|
|
707
|
+
"maximum": 100,
|
|
708
|
+
"description": "Compression quality for JPEG and WebP formats (0-100). Higher values mean better quality but larger file sizes. Ignored for PNG format."
|
|
709
|
+
},
|
|
710
|
+
"uid": {
|
|
711
|
+
"type": "string",
|
|
712
|
+
"description": "The uid of an element on the page from the page content snapshot. If omitted, takes a page screenshot."
|
|
713
|
+
},
|
|
714
|
+
"fullPage": {
|
|
715
|
+
"type": "boolean",
|
|
716
|
+
"description": "If set to true takes a screenshot of the full page instead of the currently visible viewport. Incompatible with uid."
|
|
717
|
+
},
|
|
718
|
+
"filePath": {
|
|
719
|
+
"type": "string",
|
|
720
|
+
"description": "The absolute path, or a path relative to the current working directory, to save the screenshot to instead of attaching it to the response."
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"additionalProperties": true,
|
|
724
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
725
|
+
},
|
|
726
|
+
"take_snapshot": {
|
|
727
|
+
"type": "object",
|
|
728
|
+
"properties": {
|
|
729
|
+
"verbose": {
|
|
730
|
+
"type": "boolean",
|
|
731
|
+
"description": "Whether to include all possible information available in the full a11y tree. Default is false."
|
|
732
|
+
},
|
|
733
|
+
"filePath": {
|
|
734
|
+
"type": "string",
|
|
735
|
+
"description": "The absolute path, or a path relative to the current working directory, to save the snapshot to instead of attaching it to the response."
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"additionalProperties": true,
|
|
739
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
740
|
+
},
|
|
741
|
+
"type_text": {
|
|
742
|
+
"type": "object",
|
|
743
|
+
"properties": {
|
|
744
|
+
"text": {
|
|
745
|
+
"type": "string",
|
|
746
|
+
"description": "The text to type"
|
|
747
|
+
},
|
|
748
|
+
"submitKey": {
|
|
749
|
+
"type": "string",
|
|
750
|
+
"description": "Optional key to press after typing. E.g., \"Enter\", \"Tab\", \"Escape\""
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"required": [
|
|
754
|
+
"text"
|
|
755
|
+
],
|
|
756
|
+
"additionalProperties": true,
|
|
757
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
758
|
+
},
|
|
759
|
+
"upload_file": {
|
|
760
|
+
"type": "object",
|
|
761
|
+
"properties": {
|
|
762
|
+
"uid": {
|
|
763
|
+
"type": "string",
|
|
764
|
+
"description": "The uid of the file input element or an element that will open file chooser on the page from the page content snapshot"
|
|
765
|
+
},
|
|
766
|
+
"filePath": {
|
|
767
|
+
"type": "string",
|
|
768
|
+
"description": "The local path of the file to upload"
|
|
769
|
+
},
|
|
770
|
+
"includeSnapshot": {
|
|
771
|
+
"type": "boolean",
|
|
772
|
+
"description": "Whether to include a snapshot in the response. Default is false."
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"required": [
|
|
776
|
+
"uid",
|
|
777
|
+
"filePath"
|
|
778
|
+
],
|
|
779
|
+
"additionalProperties": true,
|
|
780
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
781
|
+
},
|
|
782
|
+
"wait_for": {
|
|
783
|
+
"type": "object",
|
|
784
|
+
"properties": {
|
|
785
|
+
"text": {
|
|
786
|
+
"type": "array",
|
|
787
|
+
"items": {
|
|
788
|
+
"type": "string"
|
|
789
|
+
},
|
|
790
|
+
"minItems": 1,
|
|
791
|
+
"description": "Non-empty list of texts. Resolves when any value appears on the page."
|
|
792
|
+
},
|
|
793
|
+
"timeout": {
|
|
794
|
+
"type": "integer",
|
|
795
|
+
"description": "Maximum wait time in milliseconds. If set to 0, the default timeout will be used."
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"required": [
|
|
799
|
+
"text"
|
|
800
|
+
],
|
|
801
|
+
"additionalProperties": true,
|
|
802
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
]
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"id": "prompts",
|
|
810
|
+
"capability": "prompts",
|
|
811
|
+
"status": "unsupported",
|
|
812
|
+
"durationMs": 0.003541999998560641,
|
|
813
|
+
"message": "Prompts are not advertised by the target.",
|
|
814
|
+
"evidence": [
|
|
815
|
+
{
|
|
816
|
+
"endpoint": "prompts/list",
|
|
817
|
+
"advertised": false,
|
|
818
|
+
"responded": false,
|
|
819
|
+
"minimalShapePresent": false,
|
|
820
|
+
"diagnostics": []
|
|
821
|
+
}
|
|
822
|
+
]
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"id": "resources",
|
|
826
|
+
"capability": "resources",
|
|
827
|
+
"status": "unsupported",
|
|
828
|
+
"durationMs": 0.01095799999893643,
|
|
829
|
+
"message": "Resources are not advertised by the target.",
|
|
830
|
+
"evidence": [
|
|
831
|
+
{
|
|
832
|
+
"endpoint": "resources/list | resources/templates/list",
|
|
833
|
+
"advertised": false,
|
|
834
|
+
"responded": false,
|
|
835
|
+
"minimalShapePresent": false,
|
|
836
|
+
"diagnostics": []
|
|
837
|
+
}
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"id": "security-lite",
|
|
842
|
+
"capability": "security-lite",
|
|
843
|
+
"status": "fail",
|
|
844
|
+
"durationMs": 0.12920799999847077,
|
|
845
|
+
"message": "Found 30 security finding(s): 1 high, 7 medium, 22 low.",
|
|
846
|
+
"evidence": [
|
|
847
|
+
{
|
|
848
|
+
"endpoint": "security/scan-lite",
|
|
849
|
+
"advertised": true,
|
|
850
|
+
"responded": true,
|
|
851
|
+
"minimalShapePresent": true,
|
|
852
|
+
"itemCount": 30,
|
|
853
|
+
"identifiers": [
|
|
854
|
+
"click",
|
|
855
|
+
"close_page",
|
|
856
|
+
"drag",
|
|
857
|
+
"emulate",
|
|
858
|
+
"evaluate_script",
|
|
859
|
+
"fill",
|
|
860
|
+
"fill_form",
|
|
861
|
+
"get_network_request",
|
|
862
|
+
"handle_dialog",
|
|
863
|
+
"hover",
|
|
864
|
+
"lighthouse_audit",
|
|
865
|
+
"navigate_page",
|
|
866
|
+
"new_page",
|
|
867
|
+
"performance_start_trace",
|
|
868
|
+
"performance_stop_trace",
|
|
869
|
+
"press_key",
|
|
870
|
+
"resize_page",
|
|
871
|
+
"take_heapsnapshot",
|
|
872
|
+
"take_screenshot",
|
|
873
|
+
"take_snapshot",
|
|
874
|
+
"type_text",
|
|
875
|
+
"upload_file"
|
|
876
|
+
],
|
|
877
|
+
"diagnostics": [
|
|
878
|
+
"[low] Tool \"click\" accepts additional properties and is marked as destructive.",
|
|
879
|
+
"[low] Tool \"close_page\" accepts additional properties and is marked as destructive.",
|
|
880
|
+
"[low] Tool \"drag\" accepts additional properties and is marked as destructive.",
|
|
881
|
+
"[low] Tool \"emulate\" accepts additional properties and is marked as destructive.",
|
|
882
|
+
"[high] Tool \"evaluate_script\" name suggests command execution capability.",
|
|
883
|
+
"[medium] Tool \"evaluate_script\" accepts filesystem paths and has destructive capabilities.",
|
|
884
|
+
"[low] Tool \"evaluate_script\" accepts additional properties and is marked as destructive.",
|
|
885
|
+
"[low] Tool \"fill\" accepts additional properties and is marked as destructive.",
|
|
886
|
+
"[low] Tool \"fill_form\" accepts additional properties and is marked as destructive.",
|
|
887
|
+
"[low] Tool \"get_network_request\" accepts additional properties and is marked as destructive.",
|
|
888
|
+
"[low] Tool \"handle_dialog\" accepts additional properties and is marked as destructive.",
|
|
889
|
+
"[low] Tool \"hover\" accepts additional properties and is marked as destructive.",
|
|
890
|
+
"[low] Tool \"lighthouse_audit\" accepts additional properties and is marked as destructive.",
|
|
891
|
+
"[low] Tool \"navigate_page\" accepts additional properties and is marked as destructive.",
|
|
892
|
+
"[low] Tool \"new_page\" accepts additional properties and is marked as destructive.",
|
|
893
|
+
"[medium] Tool \"performance_start_trace\" accepts filesystem paths and has destructive capabilities.",
|
|
894
|
+
"[low] Tool \"performance_start_trace\" accepts additional properties and is marked as destructive.",
|
|
895
|
+
"[medium] Tool \"performance_stop_trace\" accepts filesystem paths and has destructive capabilities.",
|
|
896
|
+
"[low] Tool \"performance_stop_trace\" accepts additional properties and is marked as destructive.",
|
|
897
|
+
"[low] Tool \"press_key\" accepts additional properties and is marked as destructive.",
|
|
898
|
+
"[low] Tool \"resize_page\" accepts additional properties and is marked as destructive.",
|
|
899
|
+
"[medium] Tool \"take_heapsnapshot\" accepts filesystem paths and has destructive capabilities.",
|
|
900
|
+
"[low] Tool \"take_heapsnapshot\" accepts additional properties and is marked as destructive.",
|
|
901
|
+
"[medium] Tool \"take_screenshot\" accepts filesystem paths and has destructive capabilities.",
|
|
902
|
+
"[low] Tool \"take_screenshot\" accepts additional properties and is marked as destructive.",
|
|
903
|
+
"[medium] Tool \"take_snapshot\" accepts filesystem paths and has destructive capabilities.",
|
|
904
|
+
"[low] Tool \"take_snapshot\" accepts additional properties and is marked as destructive.",
|
|
905
|
+
"[low] Tool \"type_text\" accepts additional properties and is marked as destructive.",
|
|
906
|
+
"[medium] Tool \"upload_file\" accepts filesystem paths and has destructive capabilities.",
|
|
907
|
+
"[low] Tool \"upload_file\" accepts additional properties and is marked as destructive."
|
|
908
|
+
],
|
|
909
|
+
"findings": [
|
|
910
|
+
{
|
|
911
|
+
"ruleId": "permissive-schema",
|
|
912
|
+
"severity": "low",
|
|
913
|
+
"toolName": "click",
|
|
914
|
+
"message": "Tool \"click\" accepts additional properties and is marked as destructive."
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"ruleId": "permissive-schema",
|
|
918
|
+
"severity": "low",
|
|
919
|
+
"toolName": "close_page",
|
|
920
|
+
"message": "Tool \"close_page\" accepts additional properties and is marked as destructive."
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"ruleId": "permissive-schema",
|
|
924
|
+
"severity": "low",
|
|
925
|
+
"toolName": "drag",
|
|
926
|
+
"message": "Tool \"drag\" accepts additional properties and is marked as destructive."
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"ruleId": "permissive-schema",
|
|
930
|
+
"severity": "low",
|
|
931
|
+
"toolName": "emulate",
|
|
932
|
+
"message": "Tool \"emulate\" accepts additional properties and is marked as destructive."
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"ruleId": "shell-injection",
|
|
936
|
+
"severity": "high",
|
|
937
|
+
"toolName": "evaluate_script",
|
|
938
|
+
"message": "Tool \"evaluate_script\" name suggests command execution capability."
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"ruleId": "broad-filesystem",
|
|
942
|
+
"severity": "medium",
|
|
943
|
+
"toolName": "evaluate_script",
|
|
944
|
+
"message": "Tool \"evaluate_script\" accepts filesystem paths and has destructive capabilities."
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"ruleId": "permissive-schema",
|
|
948
|
+
"severity": "low",
|
|
949
|
+
"toolName": "evaluate_script",
|
|
950
|
+
"message": "Tool \"evaluate_script\" accepts additional properties and is marked as destructive."
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"ruleId": "permissive-schema",
|
|
954
|
+
"severity": "low",
|
|
955
|
+
"toolName": "fill",
|
|
956
|
+
"message": "Tool \"fill\" accepts additional properties and is marked as destructive."
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"ruleId": "permissive-schema",
|
|
960
|
+
"severity": "low",
|
|
961
|
+
"toolName": "fill_form",
|
|
962
|
+
"message": "Tool \"fill_form\" accepts additional properties and is marked as destructive."
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"ruleId": "permissive-schema",
|
|
966
|
+
"severity": "low",
|
|
967
|
+
"toolName": "get_network_request",
|
|
968
|
+
"message": "Tool \"get_network_request\" accepts additional properties and is marked as destructive."
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"ruleId": "permissive-schema",
|
|
972
|
+
"severity": "low",
|
|
973
|
+
"toolName": "handle_dialog",
|
|
974
|
+
"message": "Tool \"handle_dialog\" accepts additional properties and is marked as destructive."
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"ruleId": "permissive-schema",
|
|
978
|
+
"severity": "low",
|
|
979
|
+
"toolName": "hover",
|
|
980
|
+
"message": "Tool \"hover\" accepts additional properties and is marked as destructive."
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"ruleId": "permissive-schema",
|
|
984
|
+
"severity": "low",
|
|
985
|
+
"toolName": "lighthouse_audit",
|
|
986
|
+
"message": "Tool \"lighthouse_audit\" accepts additional properties and is marked as destructive."
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"ruleId": "permissive-schema",
|
|
990
|
+
"severity": "low",
|
|
991
|
+
"toolName": "navigate_page",
|
|
992
|
+
"message": "Tool \"navigate_page\" accepts additional properties and is marked as destructive."
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"ruleId": "permissive-schema",
|
|
996
|
+
"severity": "low",
|
|
997
|
+
"toolName": "new_page",
|
|
998
|
+
"message": "Tool \"new_page\" accepts additional properties and is marked as destructive."
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"ruleId": "broad-filesystem",
|
|
1002
|
+
"severity": "medium",
|
|
1003
|
+
"toolName": "performance_start_trace",
|
|
1004
|
+
"message": "Tool \"performance_start_trace\" accepts filesystem paths and has destructive capabilities."
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"ruleId": "permissive-schema",
|
|
1008
|
+
"severity": "low",
|
|
1009
|
+
"toolName": "performance_start_trace",
|
|
1010
|
+
"message": "Tool \"performance_start_trace\" accepts additional properties and is marked as destructive."
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"ruleId": "broad-filesystem",
|
|
1014
|
+
"severity": "medium",
|
|
1015
|
+
"toolName": "performance_stop_trace",
|
|
1016
|
+
"message": "Tool \"performance_stop_trace\" accepts filesystem paths and has destructive capabilities."
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"ruleId": "permissive-schema",
|
|
1020
|
+
"severity": "low",
|
|
1021
|
+
"toolName": "performance_stop_trace",
|
|
1022
|
+
"message": "Tool \"performance_stop_trace\" accepts additional properties and is marked as destructive."
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"ruleId": "permissive-schema",
|
|
1026
|
+
"severity": "low",
|
|
1027
|
+
"toolName": "press_key",
|
|
1028
|
+
"message": "Tool \"press_key\" accepts additional properties and is marked as destructive."
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"ruleId": "permissive-schema",
|
|
1032
|
+
"severity": "low",
|
|
1033
|
+
"toolName": "resize_page",
|
|
1034
|
+
"message": "Tool \"resize_page\" accepts additional properties and is marked as destructive."
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"ruleId": "broad-filesystem",
|
|
1038
|
+
"severity": "medium",
|
|
1039
|
+
"toolName": "take_heapsnapshot",
|
|
1040
|
+
"message": "Tool \"take_heapsnapshot\" accepts filesystem paths and has destructive capabilities."
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"ruleId": "permissive-schema",
|
|
1044
|
+
"severity": "low",
|
|
1045
|
+
"toolName": "take_heapsnapshot",
|
|
1046
|
+
"message": "Tool \"take_heapsnapshot\" accepts additional properties and is marked as destructive."
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"ruleId": "broad-filesystem",
|
|
1050
|
+
"severity": "medium",
|
|
1051
|
+
"toolName": "take_screenshot",
|
|
1052
|
+
"message": "Tool \"take_screenshot\" accepts filesystem paths and has destructive capabilities."
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"ruleId": "permissive-schema",
|
|
1056
|
+
"severity": "low",
|
|
1057
|
+
"toolName": "take_screenshot",
|
|
1058
|
+
"message": "Tool \"take_screenshot\" accepts additional properties and is marked as destructive."
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"ruleId": "broad-filesystem",
|
|
1062
|
+
"severity": "medium",
|
|
1063
|
+
"toolName": "take_snapshot",
|
|
1064
|
+
"message": "Tool \"take_snapshot\" accepts filesystem paths and has destructive capabilities."
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"ruleId": "permissive-schema",
|
|
1068
|
+
"severity": "low",
|
|
1069
|
+
"toolName": "take_snapshot",
|
|
1070
|
+
"message": "Tool \"take_snapshot\" accepts additional properties and is marked as destructive."
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"ruleId": "permissive-schema",
|
|
1074
|
+
"severity": "low",
|
|
1075
|
+
"toolName": "type_text",
|
|
1076
|
+
"message": "Tool \"type_text\" accepts additional properties and is marked as destructive."
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"ruleId": "broad-filesystem",
|
|
1080
|
+
"severity": "medium",
|
|
1081
|
+
"toolName": "upload_file",
|
|
1082
|
+
"message": "Tool \"upload_file\" accepts filesystem paths and has destructive capabilities."
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"ruleId": "permissive-schema",
|
|
1086
|
+
"severity": "low",
|
|
1087
|
+
"toolName": "upload_file",
|
|
1088
|
+
"message": "Tool \"upload_file\" accepts additional properties and is marked as destructive."
|
|
1089
|
+
}
|
|
1090
|
+
]
|
|
1091
|
+
}
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"id": "conformance",
|
|
1096
|
+
"capability": "conformance",
|
|
1097
|
+
"status": "pass",
|
|
1098
|
+
"durationMs": 961.1100000000006,
|
|
1099
|
+
"message": "All 7 conformance checks passed.",
|
|
1100
|
+
"evidence": [
|
|
1101
|
+
{
|
|
1102
|
+
"endpoint": "conformance/check",
|
|
1103
|
+
"advertised": true,
|
|
1104
|
+
"responded": true,
|
|
1105
|
+
"minimalShapePresent": true,
|
|
1106
|
+
"itemCount": 7,
|
|
1107
|
+
"identifiers": [],
|
|
1108
|
+
"diagnostics": [
|
|
1109
|
+
"[pass] capabilities-present: Server returned capabilities object.",
|
|
1110
|
+
"[pass] server-info: Server provided initialization info.",
|
|
1111
|
+
"[pass] tools-capability-match: tools/list returned 29 tool(s).",
|
|
1112
|
+
"[pass] prompts-capability-match: Prompts not advertised — endpoint check skipped.",
|
|
1113
|
+
"[pass] resources-capability-match: Resources not advertised — endpoint check skipped.",
|
|
1114
|
+
"[pass] tool-response-content: Tool \"emulate\" response has valid content array.",
|
|
1115
|
+
"[pass] error-handling: Server returned proper error code -32601 for unknown method."
|
|
1116
|
+
]
|
|
1117
|
+
}
|
|
1118
|
+
]
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"id": "schema-quality",
|
|
1122
|
+
"capability": "schema-quality",
|
|
1123
|
+
"status": "partial",
|
|
1124
|
+
"durationMs": 0.9069579999995767,
|
|
1125
|
+
"message": "Found 10 quality finding(s) across 29 item(s): 0 warnings, 10 info.",
|
|
1126
|
+
"evidence": [
|
|
1127
|
+
{
|
|
1128
|
+
"endpoint": "schema-quality/scan",
|
|
1129
|
+
"advertised": true,
|
|
1130
|
+
"responded": true,
|
|
1131
|
+
"minimalShapePresent": true,
|
|
1132
|
+
"itemCount": 10,
|
|
1133
|
+
"identifiers": [
|
|
1134
|
+
"emulate",
|
|
1135
|
+
"get_network_request",
|
|
1136
|
+
"lighthouse_audit",
|
|
1137
|
+
"list_console_messages",
|
|
1138
|
+
"list_network_requests",
|
|
1139
|
+
"navigate_page",
|
|
1140
|
+
"performance_start_trace",
|
|
1141
|
+
"performance_stop_trace",
|
|
1142
|
+
"take_screenshot",
|
|
1143
|
+
"take_snapshot"
|
|
1144
|
+
],
|
|
1145
|
+
"diagnostics": [
|
|
1146
|
+
"[info] tool \"emulate\": Has properties but no 'required' array declared",
|
|
1147
|
+
"[info] tool \"get_network_request\": Has properties but no 'required' array declared",
|
|
1148
|
+
"[info] tool \"lighthouse_audit\": Has properties but no 'required' array declared",
|
|
1149
|
+
"[info] tool \"list_console_messages\": Has properties but no 'required' array declared",
|
|
1150
|
+
"[info] tool \"list_network_requests\": Has properties but no 'required' array declared",
|
|
1151
|
+
"[info] tool \"navigate_page\": Has properties but no 'required' array declared",
|
|
1152
|
+
"[info] tool \"performance_start_trace\": Has properties but no 'required' array declared",
|
|
1153
|
+
"[info] tool \"performance_stop_trace\": Has properties but no 'required' array declared",
|
|
1154
|
+
"[info] tool \"take_screenshot\": Has properties but no 'required' array declared",
|
|
1155
|
+
"[info] tool \"take_snapshot\": Has properties but no 'required' array declared"
|
|
1156
|
+
],
|
|
1157
|
+
"findings": [
|
|
1158
|
+
{
|
|
1159
|
+
"itemType": "tool",
|
|
1160
|
+
"itemName": "emulate",
|
|
1161
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1162
|
+
"severity": "info"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"itemType": "tool",
|
|
1166
|
+
"itemName": "get_network_request",
|
|
1167
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1168
|
+
"severity": "info"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"itemType": "tool",
|
|
1172
|
+
"itemName": "lighthouse_audit",
|
|
1173
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1174
|
+
"severity": "info"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"itemType": "tool",
|
|
1178
|
+
"itemName": "list_console_messages",
|
|
1179
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1180
|
+
"severity": "info"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"itemType": "tool",
|
|
1184
|
+
"itemName": "list_network_requests",
|
|
1185
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1186
|
+
"severity": "info"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"itemType": "tool",
|
|
1190
|
+
"itemName": "navigate_page",
|
|
1191
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1192
|
+
"severity": "info"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"itemType": "tool",
|
|
1196
|
+
"itemName": "performance_start_trace",
|
|
1197
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1198
|
+
"severity": "info"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"itemType": "tool",
|
|
1202
|
+
"itemName": "performance_stop_trace",
|
|
1203
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1204
|
+
"severity": "info"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"itemType": "tool",
|
|
1208
|
+
"itemName": "take_screenshot",
|
|
1209
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1210
|
+
"severity": "info"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"itemType": "tool",
|
|
1214
|
+
"itemName": "take_snapshot",
|
|
1215
|
+
"issue": "Has properties but no 'required' array declared",
|
|
1216
|
+
"severity": "info"
|
|
1217
|
+
}
|
|
1218
|
+
]
|
|
1219
|
+
}
|
|
1220
|
+
]
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"id": "security",
|
|
1224
|
+
"capability": "security",
|
|
1225
|
+
"status": "fail",
|
|
1226
|
+
"durationMs": 0.7475419999973383,
|
|
1227
|
+
"message": "Found 30 security finding(s): 1 high, 7 medium, 22 low.",
|
|
1228
|
+
"evidence": [
|
|
1229
|
+
{
|
|
1230
|
+
"endpoint": "security/scan",
|
|
1231
|
+
"advertised": true,
|
|
1232
|
+
"responded": true,
|
|
1233
|
+
"minimalShapePresent": true,
|
|
1234
|
+
"itemCount": 30,
|
|
1235
|
+
"identifiers": [
|
|
1236
|
+
"click",
|
|
1237
|
+
"close_page",
|
|
1238
|
+
"drag",
|
|
1239
|
+
"emulate",
|
|
1240
|
+
"evaluate_script",
|
|
1241
|
+
"fill",
|
|
1242
|
+
"fill_form",
|
|
1243
|
+
"get_network_request",
|
|
1244
|
+
"handle_dialog",
|
|
1245
|
+
"hover",
|
|
1246
|
+
"lighthouse_audit",
|
|
1247
|
+
"navigate_page",
|
|
1248
|
+
"new_page",
|
|
1249
|
+
"performance_start_trace",
|
|
1250
|
+
"performance_stop_trace",
|
|
1251
|
+
"press_key",
|
|
1252
|
+
"resize_page",
|
|
1253
|
+
"take_heapsnapshot",
|
|
1254
|
+
"take_screenshot",
|
|
1255
|
+
"take_snapshot",
|
|
1256
|
+
"type_text",
|
|
1257
|
+
"upload_file"
|
|
1258
|
+
],
|
|
1259
|
+
"diagnostics": [
|
|
1260
|
+
"[low] Tool \"click\" accepts additional properties and is marked as destructive.",
|
|
1261
|
+
"[low] Tool \"close_page\" accepts additional properties and is marked as destructive.",
|
|
1262
|
+
"[low] Tool \"drag\" accepts additional properties and is marked as destructive.",
|
|
1263
|
+
"[low] Tool \"emulate\" accepts additional properties and is marked as destructive.",
|
|
1264
|
+
"[high] Tool \"evaluate_script\" name suggests command execution capability.",
|
|
1265
|
+
"[medium] Tool \"evaluate_script\" accepts filesystem paths and has destructive capabilities.",
|
|
1266
|
+
"[low] Tool \"evaluate_script\" accepts additional properties and is marked as destructive.",
|
|
1267
|
+
"[low] Tool \"fill\" accepts additional properties and is marked as destructive.",
|
|
1268
|
+
"[low] Tool \"fill_form\" accepts additional properties and is marked as destructive.",
|
|
1269
|
+
"[low] Tool \"get_network_request\" accepts additional properties and is marked as destructive.",
|
|
1270
|
+
"[low] Tool \"handle_dialog\" accepts additional properties and is marked as destructive.",
|
|
1271
|
+
"[low] Tool \"hover\" accepts additional properties and is marked as destructive.",
|
|
1272
|
+
"[low] Tool \"lighthouse_audit\" accepts additional properties and is marked as destructive.",
|
|
1273
|
+
"[low] Tool \"navigate_page\" accepts additional properties and is marked as destructive.",
|
|
1274
|
+
"[low] Tool \"new_page\" accepts additional properties and is marked as destructive.",
|
|
1275
|
+
"[medium] Tool \"performance_start_trace\" accepts filesystem paths and has destructive capabilities.",
|
|
1276
|
+
"[low] Tool \"performance_start_trace\" accepts additional properties and is marked as destructive.",
|
|
1277
|
+
"[medium] Tool \"performance_stop_trace\" accepts filesystem paths and has destructive capabilities.",
|
|
1278
|
+
"[low] Tool \"performance_stop_trace\" accepts additional properties and is marked as destructive.",
|
|
1279
|
+
"[low] Tool \"press_key\" accepts additional properties and is marked as destructive.",
|
|
1280
|
+
"[low] Tool \"resize_page\" accepts additional properties and is marked as destructive.",
|
|
1281
|
+
"[medium] Tool \"take_heapsnapshot\" accepts filesystem paths and has destructive capabilities.",
|
|
1282
|
+
"[low] Tool \"take_heapsnapshot\" accepts additional properties and is marked as destructive.",
|
|
1283
|
+
"[medium] Tool \"take_screenshot\" accepts filesystem paths and has destructive capabilities.",
|
|
1284
|
+
"[low] Tool \"take_screenshot\" accepts additional properties and is marked as destructive.",
|
|
1285
|
+
"[medium] Tool \"take_snapshot\" accepts filesystem paths and has destructive capabilities.",
|
|
1286
|
+
"[low] Tool \"take_snapshot\" accepts additional properties and is marked as destructive.",
|
|
1287
|
+
"[low] Tool \"type_text\" accepts additional properties and is marked as destructive.",
|
|
1288
|
+
"[medium] Tool \"upload_file\" accepts filesystem paths and has destructive capabilities.",
|
|
1289
|
+
"[low] Tool \"upload_file\" accepts additional properties and is marked as destructive."
|
|
1290
|
+
],
|
|
1291
|
+
"findings": [
|
|
1292
|
+
{
|
|
1293
|
+
"ruleId": "permissive-schema",
|
|
1294
|
+
"severity": "low",
|
|
1295
|
+
"toolName": "click",
|
|
1296
|
+
"message": "Tool \"click\" accepts additional properties and is marked as destructive."
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"ruleId": "permissive-schema",
|
|
1300
|
+
"severity": "low",
|
|
1301
|
+
"toolName": "close_page",
|
|
1302
|
+
"message": "Tool \"close_page\" accepts additional properties and is marked as destructive."
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"ruleId": "permissive-schema",
|
|
1306
|
+
"severity": "low",
|
|
1307
|
+
"toolName": "drag",
|
|
1308
|
+
"message": "Tool \"drag\" accepts additional properties and is marked as destructive."
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"ruleId": "permissive-schema",
|
|
1312
|
+
"severity": "low",
|
|
1313
|
+
"toolName": "emulate",
|
|
1314
|
+
"message": "Tool \"emulate\" accepts additional properties and is marked as destructive."
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"ruleId": "shell-injection",
|
|
1318
|
+
"severity": "high",
|
|
1319
|
+
"toolName": "evaluate_script",
|
|
1320
|
+
"message": "Tool \"evaluate_script\" name suggests command execution capability."
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"ruleId": "broad-filesystem",
|
|
1324
|
+
"severity": "medium",
|
|
1325
|
+
"toolName": "evaluate_script",
|
|
1326
|
+
"message": "Tool \"evaluate_script\" accepts filesystem paths and has destructive capabilities."
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"ruleId": "permissive-schema",
|
|
1330
|
+
"severity": "low",
|
|
1331
|
+
"toolName": "evaluate_script",
|
|
1332
|
+
"message": "Tool \"evaluate_script\" accepts additional properties and is marked as destructive."
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"ruleId": "permissive-schema",
|
|
1336
|
+
"severity": "low",
|
|
1337
|
+
"toolName": "fill",
|
|
1338
|
+
"message": "Tool \"fill\" accepts additional properties and is marked as destructive."
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"ruleId": "permissive-schema",
|
|
1342
|
+
"severity": "low",
|
|
1343
|
+
"toolName": "fill_form",
|
|
1344
|
+
"message": "Tool \"fill_form\" accepts additional properties and is marked as destructive."
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"ruleId": "permissive-schema",
|
|
1348
|
+
"severity": "low",
|
|
1349
|
+
"toolName": "get_network_request",
|
|
1350
|
+
"message": "Tool \"get_network_request\" accepts additional properties and is marked as destructive."
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"ruleId": "permissive-schema",
|
|
1354
|
+
"severity": "low",
|
|
1355
|
+
"toolName": "handle_dialog",
|
|
1356
|
+
"message": "Tool \"handle_dialog\" accepts additional properties and is marked as destructive."
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"ruleId": "permissive-schema",
|
|
1360
|
+
"severity": "low",
|
|
1361
|
+
"toolName": "hover",
|
|
1362
|
+
"message": "Tool \"hover\" accepts additional properties and is marked as destructive."
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"ruleId": "permissive-schema",
|
|
1366
|
+
"severity": "low",
|
|
1367
|
+
"toolName": "lighthouse_audit",
|
|
1368
|
+
"message": "Tool \"lighthouse_audit\" accepts additional properties and is marked as destructive."
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"ruleId": "permissive-schema",
|
|
1372
|
+
"severity": "low",
|
|
1373
|
+
"toolName": "navigate_page",
|
|
1374
|
+
"message": "Tool \"navigate_page\" accepts additional properties and is marked as destructive."
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"ruleId": "permissive-schema",
|
|
1378
|
+
"severity": "low",
|
|
1379
|
+
"toolName": "new_page",
|
|
1380
|
+
"message": "Tool \"new_page\" accepts additional properties and is marked as destructive."
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"ruleId": "broad-filesystem",
|
|
1384
|
+
"severity": "medium",
|
|
1385
|
+
"toolName": "performance_start_trace",
|
|
1386
|
+
"message": "Tool \"performance_start_trace\" accepts filesystem paths and has destructive capabilities."
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"ruleId": "permissive-schema",
|
|
1390
|
+
"severity": "low",
|
|
1391
|
+
"toolName": "performance_start_trace",
|
|
1392
|
+
"message": "Tool \"performance_start_trace\" accepts additional properties and is marked as destructive."
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"ruleId": "broad-filesystem",
|
|
1396
|
+
"severity": "medium",
|
|
1397
|
+
"toolName": "performance_stop_trace",
|
|
1398
|
+
"message": "Tool \"performance_stop_trace\" accepts filesystem paths and has destructive capabilities."
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"ruleId": "permissive-schema",
|
|
1402
|
+
"severity": "low",
|
|
1403
|
+
"toolName": "performance_stop_trace",
|
|
1404
|
+
"message": "Tool \"performance_stop_trace\" accepts additional properties and is marked as destructive."
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"ruleId": "permissive-schema",
|
|
1408
|
+
"severity": "low",
|
|
1409
|
+
"toolName": "press_key",
|
|
1410
|
+
"message": "Tool \"press_key\" accepts additional properties and is marked as destructive."
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"ruleId": "permissive-schema",
|
|
1414
|
+
"severity": "low",
|
|
1415
|
+
"toolName": "resize_page",
|
|
1416
|
+
"message": "Tool \"resize_page\" accepts additional properties and is marked as destructive."
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"ruleId": "broad-filesystem",
|
|
1420
|
+
"severity": "medium",
|
|
1421
|
+
"toolName": "take_heapsnapshot",
|
|
1422
|
+
"message": "Tool \"take_heapsnapshot\" accepts filesystem paths and has destructive capabilities."
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"ruleId": "permissive-schema",
|
|
1426
|
+
"severity": "low",
|
|
1427
|
+
"toolName": "take_heapsnapshot",
|
|
1428
|
+
"message": "Tool \"take_heapsnapshot\" accepts additional properties and is marked as destructive."
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"ruleId": "broad-filesystem",
|
|
1432
|
+
"severity": "medium",
|
|
1433
|
+
"toolName": "take_screenshot",
|
|
1434
|
+
"message": "Tool \"take_screenshot\" accepts filesystem paths and has destructive capabilities."
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"ruleId": "permissive-schema",
|
|
1438
|
+
"severity": "low",
|
|
1439
|
+
"toolName": "take_screenshot",
|
|
1440
|
+
"message": "Tool \"take_screenshot\" accepts additional properties and is marked as destructive."
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"ruleId": "broad-filesystem",
|
|
1444
|
+
"severity": "medium",
|
|
1445
|
+
"toolName": "take_snapshot",
|
|
1446
|
+
"message": "Tool \"take_snapshot\" accepts filesystem paths and has destructive capabilities."
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"ruleId": "permissive-schema",
|
|
1450
|
+
"severity": "low",
|
|
1451
|
+
"toolName": "take_snapshot",
|
|
1452
|
+
"message": "Tool \"take_snapshot\" accepts additional properties and is marked as destructive."
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"ruleId": "permissive-schema",
|
|
1456
|
+
"severity": "low",
|
|
1457
|
+
"toolName": "type_text",
|
|
1458
|
+
"message": "Tool \"type_text\" accepts additional properties and is marked as destructive."
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"ruleId": "broad-filesystem",
|
|
1462
|
+
"severity": "medium",
|
|
1463
|
+
"toolName": "upload_file",
|
|
1464
|
+
"message": "Tool \"upload_file\" accepts filesystem paths and has destructive capabilities."
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"ruleId": "permissive-schema",
|
|
1468
|
+
"severity": "low",
|
|
1469
|
+
"toolName": "upload_file",
|
|
1470
|
+
"message": "Tool \"upload_file\" accepts additional properties and is marked as destructive."
|
|
1471
|
+
}
|
|
1472
|
+
]
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"id": "attack-sim",
|
|
1478
|
+
"capability": "attack-sim",
|
|
1479
|
+
"status": "partial",
|
|
1480
|
+
"durationMs": 1.1115829999980633,
|
|
1481
|
+
"message": "Safe attack simulation found 9 finding(s): 0 high, 9 medium, 0 low.",
|
|
1482
|
+
"evidence": [
|
|
1483
|
+
{
|
|
1484
|
+
"endpoint": "attack-sim/safe",
|
|
1485
|
+
"advertised": true,
|
|
1486
|
+
"responded": true,
|
|
1487
|
+
"minimalShapePresent": true,
|
|
1488
|
+
"itemCount": 9,
|
|
1489
|
+
"identifiers": [
|
|
1490
|
+
"evaluate_script",
|
|
1491
|
+
"navigate_page",
|
|
1492
|
+
"new_page",
|
|
1493
|
+
"performance_start_trace",
|
|
1494
|
+
"performance_stop_trace",
|
|
1495
|
+
"take_heapsnapshot",
|
|
1496
|
+
"take_screenshot",
|
|
1497
|
+
"take_snapshot",
|
|
1498
|
+
"upload_file"
|
|
1499
|
+
],
|
|
1500
|
+
"diagnostics": [
|
|
1501
|
+
"[medium] Tool \"evaluate_script\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1502
|
+
"[medium] Tool \"navigate_page\" combines broad parameters (url) with destructive or non-read-only behavior.",
|
|
1503
|
+
"[medium] Tool \"new_page\" combines broad parameters (url) with destructive or non-read-only behavior.",
|
|
1504
|
+
"[medium] Tool \"performance_start_trace\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1505
|
+
"[medium] Tool \"performance_stop_trace\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1506
|
+
"[medium] Tool \"take_heapsnapshot\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1507
|
+
"[medium] Tool \"take_screenshot\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1508
|
+
"[medium] Tool \"take_snapshot\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1509
|
+
"[medium] Tool \"upload_file\" combines broad parameters (filePath) with destructive or non-read-only behavior."
|
|
1510
|
+
],
|
|
1511
|
+
"findings": [
|
|
1512
|
+
{
|
|
1513
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
1514
|
+
"attackClass": "permission-boundary",
|
|
1515
|
+
"severity": "medium",
|
|
1516
|
+
"itemType": "tool",
|
|
1517
|
+
"itemName": "evaluate_script",
|
|
1518
|
+
"message": "Tool \"evaluate_script\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1519
|
+
"evidence": {
|
|
1520
|
+
"broadParams": [
|
|
1521
|
+
"filePath"
|
|
1522
|
+
],
|
|
1523
|
+
"annotations": {
|
|
1524
|
+
"readOnlyHint": false
|
|
1525
|
+
},
|
|
1526
|
+
"description": "Evaluate a JavaScript function inside the currently selected page. Returns the response as JSON, so returned values have to be JSON-serializable."
|
|
1527
|
+
},
|
|
1528
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
1529
|
+
"recommendedAction": "gate"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
1533
|
+
"attackClass": "permission-boundary",
|
|
1534
|
+
"severity": "medium",
|
|
1535
|
+
"itemType": "tool",
|
|
1536
|
+
"itemName": "navigate_page",
|
|
1537
|
+
"message": "Tool \"navigate_page\" combines broad parameters (url) with destructive or non-read-only behavior.",
|
|
1538
|
+
"evidence": {
|
|
1539
|
+
"broadParams": [
|
|
1540
|
+
"url"
|
|
1541
|
+
],
|
|
1542
|
+
"annotations": {
|
|
1543
|
+
"readOnlyHint": false
|
|
1544
|
+
},
|
|
1545
|
+
"description": "Go to a URL, or back, forward, or reload. Use project URL if not specified otherwise."
|
|
1546
|
+
},
|
|
1547
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
1548
|
+
"recommendedAction": "gate"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
1552
|
+
"attackClass": "permission-boundary",
|
|
1553
|
+
"severity": "medium",
|
|
1554
|
+
"itemType": "tool",
|
|
1555
|
+
"itemName": "new_page",
|
|
1556
|
+
"message": "Tool \"new_page\" combines broad parameters (url) with destructive or non-read-only behavior.",
|
|
1557
|
+
"evidence": {
|
|
1558
|
+
"broadParams": [
|
|
1559
|
+
"url"
|
|
1560
|
+
],
|
|
1561
|
+
"annotations": {
|
|
1562
|
+
"readOnlyHint": false
|
|
1563
|
+
},
|
|
1564
|
+
"description": "Open a new tab and load a URL. Use project URL if not specified otherwise."
|
|
1565
|
+
},
|
|
1566
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
1567
|
+
"recommendedAction": "gate"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
1571
|
+
"attackClass": "permission-boundary",
|
|
1572
|
+
"severity": "medium",
|
|
1573
|
+
"itemType": "tool",
|
|
1574
|
+
"itemName": "performance_start_trace",
|
|
1575
|
+
"message": "Tool \"performance_start_trace\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1576
|
+
"evidence": {
|
|
1577
|
+
"broadParams": [
|
|
1578
|
+
"filePath"
|
|
1579
|
+
],
|
|
1580
|
+
"annotations": {
|
|
1581
|
+
"readOnlyHint": false
|
|
1582
|
+
},
|
|
1583
|
+
"description": "Start a performance trace on the selected webpage. Use to find frontend performance issues, Core Web Vitals (LCP, INP, CLS), and improve page load speed."
|
|
1584
|
+
},
|
|
1585
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
1586
|
+
"recommendedAction": "gate"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
1590
|
+
"attackClass": "permission-boundary",
|
|
1591
|
+
"severity": "medium",
|
|
1592
|
+
"itemType": "tool",
|
|
1593
|
+
"itemName": "performance_stop_trace",
|
|
1594
|
+
"message": "Tool \"performance_stop_trace\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1595
|
+
"evidence": {
|
|
1596
|
+
"broadParams": [
|
|
1597
|
+
"filePath"
|
|
1598
|
+
],
|
|
1599
|
+
"annotations": {
|
|
1600
|
+
"readOnlyHint": false
|
|
1601
|
+
},
|
|
1602
|
+
"description": "Stop the active performance trace recording on the selected webpage."
|
|
1603
|
+
},
|
|
1604
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
1605
|
+
"recommendedAction": "gate"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
1609
|
+
"attackClass": "permission-boundary",
|
|
1610
|
+
"severity": "medium",
|
|
1611
|
+
"itemType": "tool",
|
|
1612
|
+
"itemName": "take_heapsnapshot",
|
|
1613
|
+
"message": "Tool \"take_heapsnapshot\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1614
|
+
"evidence": {
|
|
1615
|
+
"broadParams": [
|
|
1616
|
+
"filePath"
|
|
1617
|
+
],
|
|
1618
|
+
"annotations": {
|
|
1619
|
+
"readOnlyHint": false
|
|
1620
|
+
},
|
|
1621
|
+
"description": "Capture a heap snapshot of the currently selected page. Use to analyze the memory distribution of JavaScript objects and debug memory leaks."
|
|
1622
|
+
},
|
|
1623
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
1624
|
+
"recommendedAction": "gate"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
1628
|
+
"attackClass": "permission-boundary",
|
|
1629
|
+
"severity": "medium",
|
|
1630
|
+
"itemType": "tool",
|
|
1631
|
+
"itemName": "take_screenshot",
|
|
1632
|
+
"message": "Tool \"take_screenshot\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1633
|
+
"evidence": {
|
|
1634
|
+
"broadParams": [
|
|
1635
|
+
"filePath"
|
|
1636
|
+
],
|
|
1637
|
+
"annotations": {
|
|
1638
|
+
"readOnlyHint": false
|
|
1639
|
+
},
|
|
1640
|
+
"description": "Take a screenshot of the page or element."
|
|
1641
|
+
},
|
|
1642
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
1643
|
+
"recommendedAction": "gate"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
1647
|
+
"attackClass": "permission-boundary",
|
|
1648
|
+
"severity": "medium",
|
|
1649
|
+
"itemType": "tool",
|
|
1650
|
+
"itemName": "take_snapshot",
|
|
1651
|
+
"message": "Tool \"take_snapshot\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1652
|
+
"evidence": {
|
|
1653
|
+
"broadParams": [
|
|
1654
|
+
"filePath"
|
|
1655
|
+
],
|
|
1656
|
+
"annotations": {
|
|
1657
|
+
"readOnlyHint": false
|
|
1658
|
+
},
|
|
1659
|
+
"description": "Take a text snapshot of the currently selected page based on the a11y tree. The snapshot lists page elements along with a unique\nidentifier (uid). Always use the latest snapshot. Prefer taking a snapshot over taking a screenshot. The snapshot indicates the element selected\nin the DevTools Elements panel (if any)."
|
|
1660
|
+
},
|
|
1661
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
1662
|
+
"recommendedAction": "gate"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
1666
|
+
"attackClass": "permission-boundary",
|
|
1667
|
+
"severity": "medium",
|
|
1668
|
+
"itemType": "tool",
|
|
1669
|
+
"itemName": "upload_file",
|
|
1670
|
+
"message": "Tool \"upload_file\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
1671
|
+
"evidence": {
|
|
1672
|
+
"broadParams": [
|
|
1673
|
+
"filePath"
|
|
1674
|
+
],
|
|
1675
|
+
"annotations": {
|
|
1676
|
+
"readOnlyHint": false
|
|
1677
|
+
},
|
|
1678
|
+
"description": "Upload a file through a provided element."
|
|
1679
|
+
},
|
|
1680
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
1681
|
+
"recommendedAction": "gate"
|
|
1682
|
+
}
|
|
1683
|
+
]
|
|
1684
|
+
}
|
|
1685
|
+
]
|
|
1686
|
+
}
|
|
1687
|
+
],
|
|
1688
|
+
"healthScore": {
|
|
1689
|
+
"overall": 69,
|
|
1690
|
+
"grade": "D",
|
|
1691
|
+
"dimensions": [
|
|
1692
|
+
{
|
|
1693
|
+
"name": "Protocol Compliance",
|
|
1694
|
+
"weight": 0.3,
|
|
1695
|
+
"score": 100,
|
|
1696
|
+
"details": [
|
|
1697
|
+
"conformance: pass (100/100)"
|
|
1698
|
+
]
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"name": "Schema Quality",
|
|
1702
|
+
"weight": 0.2,
|
|
1703
|
+
"score": 60,
|
|
1704
|
+
"details": [
|
|
1705
|
+
"schema-quality: partial (60/100)"
|
|
1706
|
+
]
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "Security",
|
|
1710
|
+
"weight": 0.2,
|
|
1711
|
+
"score": 20,
|
|
1712
|
+
"details": [
|
|
1713
|
+
"security-lite: fail (0/100)",
|
|
1714
|
+
"security: fail (0/100)",
|
|
1715
|
+
"attack-sim: partial (60/100)"
|
|
1716
|
+
]
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "Reliability",
|
|
1720
|
+
"weight": 0.2,
|
|
1721
|
+
"score": 67,
|
|
1722
|
+
"details": [
|
|
1723
|
+
"tools: pass (100/100)",
|
|
1724
|
+
"prompts: unsupported (50/100)",
|
|
1725
|
+
"resources: unsupported (50/100)"
|
|
1726
|
+
]
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "Performance",
|
|
1730
|
+
"weight": 0.1,
|
|
1731
|
+
"score": 100,
|
|
1732
|
+
"details": [
|
|
1733
|
+
"Connect: 1112ms",
|
|
1734
|
+
"p95 latency: 4ms (3 operations)"
|
|
1735
|
+
]
|
|
1736
|
+
}
|
|
1737
|
+
]
|
|
1738
|
+
},
|
|
1739
|
+
"performanceMetrics": {
|
|
1740
|
+
"connectMs": 1112.0312080000003,
|
|
1741
|
+
"toolsListMs": 4.252374999996391,
|
|
1742
|
+
"promptsListMs": 0.003541999998560641,
|
|
1743
|
+
"resourcesListMs": 0.01095799999893643
|
|
1744
|
+
}
|
|
1745
|
+
}
|