@wenathlan/saddle 1.8.11 → 1.8.13

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.
Files changed (92) hide show
  1. package/LICENSE +646 -175
  2. package/README.md +11 -3
  3. package/dist/browser/recorder.d.ts +7 -13
  4. package/dist/browser/recorder.d.ts.map +1 -1
  5. package/dist/browser/recorder.js +42 -6
  6. package/dist/browser/recorder.js.map +1 -1
  7. package/dist/browser/snapshot.d.ts +12 -0
  8. package/dist/browser/snapshot.d.ts.map +1 -1
  9. package/dist/browser/snapshot.js +76 -0
  10. package/dist/browser/snapshot.js.map +1 -1
  11. package/dist/dispatch/resumable.d.ts +18 -1
  12. package/dist/dispatch/resumable.d.ts.map +1 -1
  13. package/dist/dispatch/resumable.js +28 -3
  14. package/dist/dispatch/resumable.js.map +1 -1
  15. package/dist/extension/build.d.ts.map +1 -1
  16. package/dist/extension/build.js +27 -3
  17. package/dist/extension/build.js.map +1 -1
  18. package/dist/index.d.ts +0 -1
  19. package/dist/index.d.ts.map +1 -1
  20. package/dist/index.js +0 -1
  21. package/dist/index.js.map +1 -1
  22. package/dist/memory/engine.d.ts +10 -0
  23. package/dist/memory/engine.d.ts.map +1 -1
  24. package/dist/memory/engine.js +57 -7
  25. package/dist/memory/engine.js.map +1 -1
  26. package/dist/modes/resolve.d.ts +55 -0
  27. package/dist/modes/resolve.d.ts.map +1 -1
  28. package/dist/modes/resolve.js +9 -0
  29. package/dist/modes/resolve.js.map +1 -1
  30. package/dist/packager/manifest.d.ts +15 -0
  31. package/dist/packager/manifest.d.ts.map +1 -1
  32. package/dist/packager/manifest.js +36 -0
  33. package/dist/packager/manifest.js.map +1 -1
  34. package/dist/queue/persistent.d.ts +2 -1
  35. package/dist/queue/persistent.d.ts.map +1 -1
  36. package/dist/queue/persistent.js +27 -10
  37. package/dist/queue/persistent.js.map +1 -1
  38. package/dist/release/assets.d.ts +25 -0
  39. package/dist/release/assets.d.ts.map +1 -1
  40. package/dist/release/assets.js +67 -4
  41. package/dist/release/assets.js.map +1 -1
  42. package/dist/release/verify.d.ts +12 -0
  43. package/dist/release/verify.d.ts.map +1 -0
  44. package/dist/release/verify.js +112 -0
  45. package/dist/release/verify.js.map +1 -0
  46. package/dist/scrape/robots.js +1 -1
  47. package/dist/scrape/schema.d.ts +18 -0
  48. package/dist/scrape/schema.d.ts.map +1 -1
  49. package/dist/scrape/schema.js +67 -0
  50. package/dist/scrape/schema.js.map +1 -1
  51. package/dist/storage/s3compatible.d.ts +1 -0
  52. package/dist/storage/s3compatible.d.ts.map +1 -1
  53. package/dist/storage/s3compatible.js +43 -4
  54. package/dist/storage/s3compatible.js.map +1 -1
  55. package/dist/workflow/manifest.d.ts +1 -0
  56. package/dist/workflow/manifest.d.ts.map +1 -1
  57. package/dist/workflow/manifest.js +1 -0
  58. package/dist/workflow/manifest.js.map +1 -1
  59. package/dist/workflow/triggers.d.ts +30 -2
  60. package/dist/workflow/triggers.d.ts.map +1 -1
  61. package/dist/workflow/triggers.js +67 -1
  62. package/dist/workflow/triggers.js.map +1 -1
  63. package/docs/actionrecorder.md +12 -0
  64. package/docs/artifactavailability.md +52 -1
  65. package/docs/batches-1816-1820.md +13 -0
  66. package/docs/capabilityreport.md +13 -0
  67. package/docs/documentmap-1.8.12.md +17 -0
  68. package/docs/licenseaudit-1.8.12.md +21 -0
  69. package/docs/memoryengine.md +21 -0
  70. package/docs/nativeidentityresearch-1.8.11.md +69 -0
  71. package/docs/releaseassets.md +6 -2
  72. package/docs/releasenotes-1.8.12.md +46 -0
  73. package/docs/releasenotes-1.8.13.md +42 -0
  74. package/docs/repo-analysis-1.8.21.json +2617 -0
  75. package/docs/repo-candidates-1.8.21.jsonl +666 -0
  76. package/docs/repo-research-1.8.21.md +38 -0
  77. package/docs/repo-selected-1.8.21.json +786 -0
  78. package/docs/repo-synthesis-1.8.21.md +112 -0
  79. package/docs/s3compatible.md +12 -0
  80. package/docs/scanningresearch-1.8.11.md +17 -0
  81. package/docs/securityreferences-1.8.11.md +10 -0
  82. package/docs/securityresearch-1.8.11.md +19 -0
  83. package/docs/signingresearch-1.8.12.md +167 -0
  84. package/docs/signingwithoutcertificates.md +54 -0
  85. package/docs/signpathapplication.md +11 -0
  86. package/docs/sitemap.md +14 -0
  87. package/docs/tauri-glib-risk-1.8.11.md +11 -0
  88. package/docs/workflowinputs.md +17 -0
  89. package/extension/manifest.json +15 -2
  90. package/package.json +2 -1
  91. package/license.md +0 -203
  92. package/license.txt +0 -203
@@ -0,0 +1,666 @@
1
+ QUERY:browser automation
2
+ [
3
+ {
4
+ "description": "A browser automation framework and ecosystem.",
5
+ "forksCount": 8712,
6
+ "fullName": "SeleniumHQ/selenium",
7
+ "isArchived": false,
8
+ "language": "Java",
9
+ "license": {
10
+ "key": "apache-2.0",
11
+ "name": "Apache License 2.0",
12
+ "url": "https://api.github.com/licenses/apache-2.0"
13
+ },
14
+ "stargazersCount": 34368,
15
+ "updatedAt": "2026-08-13T16:25:32Z",
16
+ "url": "https://github.com/SeleniumHQ/selenium"
17
+ },
18
+ {
19
+ "description": "Browser automation CLI for AI agents",
20
+ "forksCount": 2672,
21
+ "fullName": "vercel-labs/agent-browser",
22
+ "isArchived": false,
23
+ "language": "Rust",
24
+ "license": {
25
+ "key": "apache-2.0",
26
+ "name": "Apache License 2.0",
27
+ "url": "https://api.github.com/licenses/apache-2.0"
28
+ },
29
+ "stargazersCount": 40570,
30
+ "updatedAt": "2026-08-13T23:54:31Z",
31
+ "url": "https://github.com/vercel-labs/agent-browser"
32
+ },
33
+ {
34
+ "description": "A high-level browser automation library.",
35
+ "forksCount": 1064,
36
+ "fullName": "segment-boneyard/nightmare",
37
+ "isArchived": false,
38
+ "language": "JavaScript",
39
+ "license": {
40
+ "key": "",
41
+ "name": "",
42
+ "url": ""
43
+ },
44
+ "stargazersCount": 19779,
45
+ "updatedAt": "2026-08-13T07:21:30Z",
46
+ "url": "https://github.com/segment-boneyard/nightmare"
47
+ },
48
+ {
49
+ "description": "AI Browser Automation",
50
+ "forksCount": 196,
51
+ "fullName": "hyperbrowserai/HyperAgent",
52
+ "isArchived": false,
53
+ "language": "TypeScript",
54
+ "license": {
55
+ "key": "other",
56
+ "name": "Other",
57
+ "url": ""
58
+ },
59
+ "stargazersCount": 1530,
60
+ "updatedAt": "2026-08-13T07:30:36Z",
61
+ "url": "https://github.com/hyperbrowserai/HyperAgent"
62
+ },
63
+ {
64
+ "description": "Apache Geb: Very Groovy Browser Automation",
65
+ "forksCount": 235,
66
+ "fullName": "apache/groovy-geb",
67
+ "isArchived": false,
68
+ "language": "Groovy",
69
+ "license": {
70
+ "key": "apache-2.0",
71
+ "name": "Apache License 2.0",
72
+ "url": "https://api.github.com/licenses/apache-2.0"
73
+ },
74
+ "stargazersCount": 1174,
75
+ "updatedAt": "2026-08-11T08:59:34Z",
76
+ "url": "https://github.com/apache/groovy-geb"
77
+ },
78
+ {
79
+ "description": "High-performance browser automation bridge and multi-instance orchestrator with advanced stealth injection and real-time dashboard.",
80
+ "forksCount": 751,
81
+ "fullName": "pinchtab/pinchtab",
82
+ "isArchived": false,
83
+ "language": "Go",
84
+ "license": {
85
+ "key": "mit",
86
+ "name": "MIT License",
87
+ "url": "https://api.github.com/licenses/mit"
88
+ },
89
+ "stargazersCount": 10034,
90
+ "updatedAt": "2026-08-13T22:48:20Z",
91
+ "url": "https://github.com/pinchtab/pinchtab"
92
+ },
93
+ {
94
+ "description": "Laravel Dusk provides simple end-to-end testing and browser automation.",
95
+ "forksCount": 329,
96
+ "fullName": "laravel/dusk",
97
+ "isArchived": false,
98
+ "language": "PHP",
99
+ "license": {
100
+ "key": "mit",
101
+ "name": "MIT License",
102
+ "url": "https://api.github.com/licenses/mit"
103
+ },
104
+ "stargazersCount": 1944,
105
+ "updatedAt": "2026-08-13T12:09:45Z",
106
+ "url": "https://github.com/laravel/dusk"
107
+ },
108
+ {
109
+ "description": "The AI Browser Automation Framework",
110
+ "forksCount": 116,
111
+ "fullName": "browserbase/stagehand-python",
112
+ "isArchived": false,
113
+ "language": "Python",
114
+ "license": {
115
+ "key": "mit",
116
+ "name": "MIT License",
117
+ "url": "https://api.github.com/licenses/mit"
118
+ },
119
+ "stargazersCount": 510,
120
+ "updatedAt": "2026-08-13T07:23:03Z",
121
+ "url": "https://github.com/browserbase/stagehand-python"
122
+ },
123
+ {
124
+ "description": "Tor Browser automation with Selenium.",
125
+ "forksCount": 105,
126
+ "fullName": "webfp/tor-browser-selenium",
127
+ "isArchived": false,
128
+ "language": "Python",
129
+ "license": {
130
+ "key": "mit",
131
+ "name": "MIT License",
132
+ "url": "https://api.github.com/licenses/mit"
133
+ },
134
+ "stargazersCount": 595,
135
+ "updatedAt": "2026-08-12T13:36:41Z",
136
+ "url": "https://github.com/webfp/tor-browser-selenium"
137
+ },
138
+ {
139
+ "description": "Intuitive, robust browser automation for .Net",
140
+ "forksCount": 137,
141
+ "fullName": "featurist/coypu",
142
+ "isArchived": false,
143
+ "language": "C#",
144
+ "license": {
145
+ "key": "mit",
146
+ "name": "MIT License",
147
+ "url": "https://api.github.com/licenses/mit"
148
+ },
149
+ "stargazersCount": 565,
150
+ "updatedAt": "2026-07-03T02:12:42Z",
151
+ "url": "https://github.com/featurist/coypu"
152
+ }
153
+ ]
154
+ QUERY:web scraping crawler
155
+ [
156
+ {
157
+ "description": "Mirrored from visvantha-testable/web-scraping-crawler-framework",
158
+ "forksCount": 0,
159
+ "fullName": "VISVANTHA/web-scraping-crawler-framework",
160
+ "isArchived": false,
161
+ "language": "Python",
162
+ "license": {
163
+ "key": "",
164
+ "name": "",
165
+ "url": ""
166
+ },
167
+ "stargazersCount": 0,
168
+ "updatedAt": "2026-08-13T07:25:26Z",
169
+ "url": "https://github.com/VISVANTHA/web-scraping-crawler-framework"
170
+ },
171
+ {
172
+ "description": "Trabalho da DCG de Recuperação da Informação sobre WebScraping/Crawler, utilizando Python e scrapy",
173
+ "forksCount": 0,
174
+ "fullName": "EnriqueCarvalho/WebScraping-Crawler",
175
+ "isArchived": false,
176
+ "language": "",
177
+ "license": {
178
+ "key": "",
179
+ "name": "",
180
+ "url": ""
181
+ },
182
+ "stargazersCount": 0,
183
+ "updatedAt": "2023-01-11T00:19:47Z",
184
+ "url": "https://github.com/EnriqueCarvalho/WebScraping-Crawler"
185
+ },
186
+ {
187
+ "description": "",
188
+ "forksCount": 0,
189
+ "fullName": "Bryanskie/Web_Scraping_-_Crawler",
190
+ "isArchived": false,
191
+ "language": "Python",
192
+ "license": {
193
+ "key": "",
194
+ "name": "",
195
+ "url": ""
196
+ },
197
+ "stargazersCount": 0,
198
+ "updatedAt": "2025-10-29T15:12:08Z",
199
+ "url": "https://github.com/Bryanskie/Web_Scraping_-_Crawler"
200
+ },
201
+ {
202
+ "description": "",
203
+ "forksCount": 0,
204
+ "fullName": "prnvvj/Web-Scraping-Crawlers",
205
+ "isArchived": false,
206
+ "language": "Jupyter Notebook",
207
+ "license": {
208
+ "key": "",
209
+ "name": "",
210
+ "url": ""
211
+ },
212
+ "stargazersCount": 0,
213
+ "updatedAt": "2023-04-04T03:10:36Z",
214
+ "url": "https://github.com/prnvvj/Web-Scraping-Crawlers"
215
+ },
216
+ {
217
+ "description": "",
218
+ "forksCount": 0,
219
+ "fullName": "yurivarao/web_scraping_crawler",
220
+ "isArchived": false,
221
+ "language": "Python",
222
+ "license": {
223
+ "key": "",
224
+ "name": "",
225
+ "url": ""
226
+ },
227
+ "stargazersCount": 0,
228
+ "updatedAt": "2021-02-21T02:03:43Z",
229
+ "url": "https://github.com/yurivarao/web_scraping_crawler"
230
+ },
231
+ {
232
+ "description": "These scripts are examples of web scraping activities I've worked on.",
233
+ "forksCount": 0,
234
+ "fullName": "lolox56/Web-Scraping-Crawler-work",
235
+ "isArchived": false,
236
+ "language": "Python",
237
+ "license": {
238
+ "key": "",
239
+ "name": "",
240
+ "url": ""
241
+ },
242
+ "stargazersCount": 0,
243
+ "updatedAt": "2019-05-14T02:28:56Z",
244
+ "url": "https://github.com/lolox56/Web-Scraping-Crawler-work"
245
+ },
246
+ {
247
+ "description": "Web Scraping/Crawler feito em NodeJS, retirando produtos e preço (dos mais populares por categoria) do site da Kanui. ",
248
+ "forksCount": 0,
249
+ "fullName": "NicolasMenezzes/WebScraping-Kanui",
250
+ "isArchived": false,
251
+ "language": "JavaScript",
252
+ "license": {
253
+ "key": "",
254
+ "name": "",
255
+ "url": ""
256
+ },
257
+ "stargazersCount": 0,
258
+ "updatedAt": "2020-05-06T17:12:55Z",
259
+ "url": "https://github.com/NicolasMenezzes/WebScraping-Kanui"
260
+ },
261
+ {
262
+ "description": "🕷️ Web scraping & crawler automation skill suite for AI agents — 爬虫自动化运维技能包",
263
+ "forksCount": 0,
264
+ "fullName": "Neohu-ceo/spider-ops",
265
+ "isArchived": false,
266
+ "language": "",
267
+ "license": {
268
+ "key": "",
269
+ "name": "",
270
+ "url": ""
271
+ },
272
+ "stargazersCount": 0,
273
+ "updatedAt": "2026-07-02T02:08:12Z",
274
+ "url": "https://github.com/Neohu-ceo/spider-ops"
275
+ },
276
+ {
277
+ "description": "Laboratório de web scraping: crawler de artigos da Wikipédia com BeautifulSoup e extração do IMDb Top 250 com Selenium, lidando com conteúdo dinâmico e paginação",
278
+ "forksCount": 0,
279
+ "fullName": "luizahackenhaarnaziazeno/Lab1-Coleta-Preparacao-E-Analise-De-Dados",
280
+ "isArchived": false,
281
+ "language": "Jupyter Notebook",
282
+ "license": {
283
+ "key": "",
284
+ "name": "",
285
+ "url": ""
286
+ },
287
+ "stargazersCount": 1,
288
+ "updatedAt": "2026-07-16T01:59:09Z",
289
+ "url": "https://github.com/luizahackenhaarnaziazeno/Lab1-Coleta-Preparacao-E-Analise-De-Dados"
290
+ }
291
+ ]
292
+ QUERY:workflow engine ci cd
293
+ []
294
+ QUERY:s3 compatible storage
295
+ [
296
+ {
297
+ "description": "Lightweight file hosting platform built on top of S3-compatible storage",
298
+ "forksCount": 282,
299
+ "fullName": "saltbo/zpan",
300
+ "isArchived": false,
301
+ "language": "TypeScript",
302
+ "license": {
303
+ "key": "agpl-3.0",
304
+ "name": "GNU Affero General Public License v3.0",
305
+ "url": "https://api.github.com/licenses/agpl-3.0"
306
+ },
307
+ "stargazersCount": 2049,
308
+ "updatedAt": "2026-08-12T02:26:41Z",
309
+ "url": "https://github.com/saltbo/zpan"
310
+ },
311
+ {
312
+ "description": "Official s3cmd repo -- Command line tool for managing S3 compatible storage services (including Amazon S3 and CloudFront).",
313
+ "forksCount": 905,
314
+ "fullName": "s3tools/s3cmd",
315
+ "isArchived": false,
316
+ "language": "Python",
317
+ "license": {
318
+ "key": "gpl-2.0",
319
+ "name": "GNU General Public License v2.0",
320
+ "url": "https://api.github.com/licenses/gpl-2.0"
321
+ },
322
+ "stargazersCount": 4899,
323
+ "updatedAt": "2026-08-13T12:04:59Z",
324
+ "url": "https://github.com/s3tools/s3cmd"
325
+ },
326
+ {
327
+ "description": "CORTX S3 compatible storage server for CORTX",
328
+ "forksCount": 87,
329
+ "fullName": "Seagate/cortx-s3server",
330
+ "isArchived": true,
331
+ "language": "C++",
332
+ "license": {
333
+ "key": "apache-2.0",
334
+ "name": "Apache License 2.0",
335
+ "url": "https://api.github.com/licenses/apache-2.0"
336
+ },
337
+ "stargazersCount": 39,
338
+ "updatedAt": "2026-02-14T09:14:32Z",
339
+ "url": "https://github.com/Seagate/cortx-s3server"
340
+ },
341
+ {
342
+ "description": "Dockerfile to run Minio (S3 compatible storage) on Dokku (mini-Heroku)",
343
+ "forksCount": 42,
344
+ "fullName": "mimischi/minio-dokku",
345
+ "isArchived": false,
346
+ "language": "Dockerfile",
347
+ "license": {
348
+ "key": "",
349
+ "name": "",
350
+ "url": ""
351
+ },
352
+ "stargazersCount": 145,
353
+ "updatedAt": "2026-02-05T20:53:57Z",
354
+ "url": "https://github.com/mimischi/minio-dokku"
355
+ },
356
+ {
357
+ "description": "Telegram-backed S3-compatible storage on Cloudflare Workers",
358
+ "forksCount": 22,
359
+ "fullName": "gps949/tg-s3",
360
+ "isArchived": false,
361
+ "language": "TypeScript",
362
+ "license": {
363
+ "key": "",
364
+ "name": "",
365
+ "url": ""
366
+ },
367
+ "stargazersCount": 68,
368
+ "updatedAt": "2026-08-13T10:47:47Z",
369
+ "url": "https://github.com/gps949/tg-s3"
370
+ },
371
+ {
372
+ "description": "Caches build artifacts to S3 compatible storage backends",
373
+ "forksCount": 32,
374
+ "fullName": "drone-plugins/drone-s3-cache",
375
+ "isArchived": false,
376
+ "language": "Go",
377
+ "license": {
378
+ "key": "apache-2.0",
379
+ "name": "Apache License 2.0",
380
+ "url": "https://api.github.com/licenses/apache-2.0"
381
+ },
382
+ "stargazersCount": 28,
383
+ "updatedAt": "2024-07-25T15:11:00Z",
384
+ "url": "https://github.com/drone-plugins/drone-s3-cache"
385
+ },
386
+ {
387
+ "description": "Terraform provider for MinIO and S3-compatible storage (R2, B2, Hetzner, Spaces) — buckets, IAM, replication, lifecycle, encryption & more.",
388
+ "forksCount": 100,
389
+ "fullName": "aminueza/terraform-provider-minio",
390
+ "isArchived": false,
391
+ "language": "Go",
392
+ "license": {
393
+ "key": "agpl-3.0",
394
+ "name": "GNU Affero General Public License v3.0",
395
+ "url": "https://api.github.com/licenses/agpl-3.0"
396
+ },
397
+ "stargazersCount": 341,
398
+ "updatedAt": "2026-08-12T14:43:00Z",
399
+ "url": "https://github.com/aminueza/terraform-provider-minio"
400
+ },
401
+ {
402
+ "description": "S3-compatible storage in Zig. Zero dependencies.",
403
+ "forksCount": 9,
404
+ "fullName": "Lulzx/zs3",
405
+ "isArchived": false,
406
+ "language": "Zig",
407
+ "license": {
408
+ "key": "wtfpl",
409
+ "name": "Do What The F*ck You Want To Public License",
410
+ "url": "https://api.github.com/licenses/wtfpl"
411
+ },
412
+ "stargazersCount": 187,
413
+ "updatedAt": "2026-08-13T07:18:13Z",
414
+ "url": "https://github.com/Lulzx/zs3"
415
+ },
416
+ {
417
+ "description": "S3-compatible storage resource plugin for iRODS",
418
+ "forksCount": 16,
419
+ "fullName": "irods/irods_resource_plugin_s3",
420
+ "isArchived": false,
421
+ "language": "C++",
422
+ "license": {
423
+ "key": "other",
424
+ "name": "Other",
425
+ "url": ""
426
+ },
427
+ "stargazersCount": 12,
428
+ "updatedAt": "2026-08-10T19:25:34Z",
429
+ "url": "https://github.com/irods/irods_resource_plugin_s3"
430
+ },
431
+ {
432
+ "description": "Amazon S3-compatible storage backend for openBalena",
433
+ "forksCount": 13,
434
+ "fullName": "balena-io/open-balena-s3",
435
+ "isArchived": false,
436
+ "language": "Shell",
437
+ "license": {
438
+ "key": "agpl-3.0",
439
+ "name": "GNU Affero General Public License v3.0",
440
+ "url": "https://api.github.com/licenses/agpl-3.0"
441
+ },
442
+ "stargazersCount": 13,
443
+ "updatedAt": "2026-08-05T04:14:44Z",
444
+ "url": "https://github.com/balena-io/open-balena-s3"
445
+ }
446
+ ]
447
+ QUERY:task queue durable workflow
448
+ []
449
+ QUERY:browser extension automation
450
+ [
451
+ {
452
+ "description": "A browser extension automation testing tool",
453
+ "forksCount": 0,
454
+ "fullName": "sonic0002/pikabo",
455
+ "isArchived": false,
456
+ "language": "TypeScript",
457
+ "license": {
458
+ "key": "mit",
459
+ "name": "MIT License",
460
+ "url": "https://api.github.com/licenses/mit"
461
+ },
462
+ "stargazersCount": 4,
463
+ "updatedAt": "2026-08-07T10:11:02Z",
464
+ "url": "https://github.com/sonic0002/pikabo"
465
+ },
466
+ {
467
+ "description": "Run a browser extension in a sandboxed web browser and without any fear of corrupting or loosing your real data.",
468
+ "forksCount": 1,
469
+ "fullName": "ivan-sincek/browser-extension-automation",
470
+ "isArchived": false,
471
+ "language": "Python",
472
+ "license": {
473
+ "key": "mit",
474
+ "name": "MIT License",
475
+ "url": "https://api.github.com/licenses/mit"
476
+ },
477
+ "stargazersCount": 5,
478
+ "updatedAt": "2026-05-09T18:23:48Z",
479
+ "url": "https://github.com/ivan-sincek/browser-extension-automation"
480
+ },
481
+ {
482
+ "description": "Puppeteer Browser Extension Automation is a testing project that uses Puppeteer to automate end-to-end testing of a browser extension. It enables scripted browser interactions, extension loading, and automated validation of extension behavior in a controlled Chromium environment.",
483
+ "forksCount": 2,
484
+ "fullName": "zccott/puppeteer-automation",
485
+ "isArchived": false,
486
+ "language": "JavaScript",
487
+ "license": {
488
+ "key": "",
489
+ "name": "",
490
+ "url": ""
491
+ },
492
+ "stargazersCount": 2,
493
+ "updatedAt": "2026-02-23T14:09:14Z",
494
+ "url": "https://github.com/zccott/puppeteer-automation"
495
+ },
496
+ {
497
+ "description": "A browser extension automation tool",
498
+ "forksCount": 0,
499
+ "fullName": "NikEmman/workwork",
500
+ "isArchived": false,
501
+ "language": "JavaScript",
502
+ "license": {
503
+ "key": "mit",
504
+ "name": "MIT License",
505
+ "url": "https://api.github.com/licenses/mit"
506
+ },
507
+ "stargazersCount": 0,
508
+ "updatedAt": "2026-06-06T17:14:01Z",
509
+ "url": "https://github.com/NikEmman/workwork"
510
+ },
511
+ {
512
+ "description": "Enhanced skill-creator with browser extension automation",
513
+ "forksCount": 0,
514
+ "fullName": "Dreamrealai/skill-creator-v2",
515
+ "isArchived": true,
516
+ "language": "Python",
517
+ "license": {
518
+ "key": "apache-2.0",
519
+ "name": "Apache License 2.0",
520
+ "url": "https://api.github.com/licenses/apache-2.0"
521
+ },
522
+ "stargazersCount": 0,
523
+ "updatedAt": "2026-04-27T04:56:35Z",
524
+ "url": "https://github.com/Dreamrealai/skill-creator-v2"
525
+ },
526
+ {
527
+ "description": "A google chrome browser extension: automation crawl web pages and get particular DOM elements,save it.",
528
+ "forksCount": 0,
529
+ "fullName": "350050183/crawl_webpage",
530
+ "isArchived": false,
531
+ "language": "JavaScript",
532
+ "license": {
533
+ "key": "",
534
+ "name": "",
535
+ "url": ""
536
+ },
537
+ "stargazersCount": 0,
538
+ "updatedAt": "2019-11-30T14:05:32Z",
539
+ "url": "https://github.com/350050183/crawl_webpage"
540
+ },
541
+ {
542
+ "description": "A collection of AI-powered coding projects, browser extensions, automation bots, prompts, UI designs, and experiments.",
543
+ "forksCount": 0,
544
+ "fullName": "mlwithshuvo7/Vibe-Coding",
545
+ "isArchived": false,
546
+ "language": "JavaScript",
547
+ "license": {
548
+ "key": "mit",
549
+ "name": "MIT License",
550
+ "url": "https://api.github.com/licenses/mit"
551
+ },
552
+ "stargazersCount": 0,
553
+ "updatedAt": "2026-07-18T21:34:06Z",
554
+ "url": "https://github.com/mlwithshuvo7/Vibe-Coding"
555
+ },
556
+ {
557
+ "description": "",
558
+ "forksCount": 0,
559
+ "fullName": "Ivos1991/browser_extension_automation",
560
+ "isArchived": false,
561
+ "language": "Python",
562
+ "license": {
563
+ "key": "",
564
+ "name": "",
565
+ "url": ""
566
+ },
567
+ "stargazersCount": 0,
568
+ "updatedAt": "2026-05-07T12:47:43Z",
569
+ "url": "https://github.com/Ivos1991/browser_extension_automation"
570
+ },
571
+ {
572
+ "description": "",
573
+ "forksCount": 0,
574
+ "fullName": "Photon101/browser-extension-automation-starter",
575
+ "isArchived": false,
576
+ "language": "JavaScript",
577
+ "license": {
578
+ "key": "",
579
+ "name": "",
580
+ "url": ""
581
+ },
582
+ "stargazersCount": 0,
583
+ "updatedAt": "2026-05-17T06:33:38Z",
584
+ "url": "https://github.com/Photon101/browser-extension-automation-starter"
585
+ },
586
+ {
587
+ "description": "Field-tested building blocks for browser-extension automation on Salesforce Lightning: deep Shadow DOM queries, Aura-safe events, safety-gated name matching + a Claude Code skill",
588
+ "forksCount": 0,
589
+ "fullName": "Yechan-Ahn/sfdc-automation-kit",
590
+ "isArchived": false,
591
+ "language": "JavaScript",
592
+ "license": {
593
+ "key": "mit",
594
+ "name": "MIT License",
595
+ "url": "https://api.github.com/licenses/mit"
596
+ },
597
+ "stargazersCount": 0,
598
+ "updatedAt": "2026-07-31T04:17:23Z",
599
+ "url": "https://github.com/Yechan-Ahn/sfdc-automation-kit"
600
+ }
601
+ ]
602
+ QUERY:cross runtime javascript engine
603
+ []
604
+ QUERY:package release artifacts
605
+ [
606
+ {
607
+ "description": "Packaged release artifacts for ai-proxy-service (source: veildawn/ai-proxy-service)",
608
+ "forksCount": 1,
609
+ "fullName": "veildawn/ai-proxy-releases",
610
+ "isArchived": false,
611
+ "language": "",
612
+ "license": {
613
+ "key": "",
614
+ "name": "",
615
+ "url": ""
616
+ },
617
+ "stargazersCount": 8,
618
+ "updatedAt": "2026-08-07T06:12:20Z",
619
+ "url": "https://github.com/veildawn/ai-proxy-releases"
620
+ },
621
+ {
622
+ "description": "Open Design fork — packaged release artifacts + auto-update feed",
623
+ "forksCount": 0,
624
+ "fullName": "ffantasy94/open-design-releases",
625
+ "isArchived": false,
626
+ "language": "",
627
+ "license": {
628
+ "key": "",
629
+ "name": "",
630
+ "url": ""
631
+ },
632
+ "stargazersCount": 1,
633
+ "updatedAt": "2026-06-29T02:20:58Z",
634
+ "url": "https://github.com/ffantasy94/open-design-releases"
635
+ },
636
+ {
637
+ "description": "C++ quiz system with UI, data layer, build scripts, and packaged release artifacts.",
638
+ "forksCount": 0,
639
+ "fullName": "burntcookiedough/quiz_system",
640
+ "isArchived": false,
641
+ "language": "C++",
642
+ "license": {
643
+ "key": "",
644
+ "name": "",
645
+ "url": ""
646
+ },
647
+ "stargazersCount": 0,
648
+ "updatedAt": "2026-05-04T12:29:11Z",
649
+ "url": "https://github.com/burntcookiedough/quiz_system"
650
+ },
651
+ {
652
+ "description": "Hermes skill for 嘉立创EDA / EasyEDA Pro extension development, with templates, references, and packaged release artifact.",
653
+ "forksCount": 0,
654
+ "fullName": "Jasonzld/lceda-extension-development-skill-20260409-042947",
655
+ "isArchived": false,
656
+ "language": "TypeScript",
657
+ "license": {
658
+ "key": "mit",
659
+ "name": "MIT License",
660
+ "url": "https://api.github.com/licenses/mit"
661
+ },
662
+ "stargazersCount": 0,
663
+ "updatedAt": "2026-04-09T11:37:51Z",
664
+ "url": "https://github.com/Jasonzld/lceda-extension-development-skill-20260409-042947"
665
+ }
666
+ ]