@vegastack/skills 0.1.0

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 (47) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +46 -0
  3. package/dist/index.js +512 -0
  4. package/package.json +35 -0
  5. package/skill/vegastack-arch-guardian/SKILL.md +96 -0
  6. package/skill/vegastack-arch-guardian/agents/openai.yaml +4 -0
  7. package/skill/vegastack-arch-guardian/assets/adr-template.md +40 -0
  8. package/skill/vegastack-arch-guardian/assets/answers-example.json +20 -0
  9. package/skill/vegastack-arch-guardian/assets/architecture-profile.json +25 -0
  10. package/skill/vegastack-arch-guardian/assets/architecture-profile.schema.json +213 -0
  11. package/skill/vegastack-arch-guardian/assets/deployment-review-template.md +24 -0
  12. package/skill/vegastack-arch-guardian/assets/service-design-template.md +33 -0
  13. package/skill/vegastack-arch-guardian/assets/threat-model-template.md +34 -0
  14. package/skill/vegastack-arch-guardian/references/architecture/agent-product.md +22 -0
  15. package/skill/vegastack-arch-guardian/references/architecture/ai-cost.md +22 -0
  16. package/skill/vegastack-arch-guardian/references/architecture/ai-data-boundaries.md +19 -0
  17. package/skill/vegastack-arch-guardian/references/architecture/ai-evals.md +26 -0
  18. package/skill/vegastack-arch-guardian/references/architecture/connectors-sandbox.md +39 -0
  19. package/skill/vegastack-arch-guardian/references/architecture/data-memory.md +25 -0
  20. package/skill/vegastack-arch-guardian/references/architecture/delivery-operations.md +34 -0
  21. package/skill/vegastack-arch-guardian/references/architecture/durable-execution.md +43 -0
  22. package/skill/vegastack-arch-guardian/references/architecture/flutter.md +26 -0
  23. package/skill/vegastack-arch-guardian/references/architecture/foundation.md +33 -0
  24. package/skill/vegastack-arch-guardian/references/architecture/hosting-reliability.md +37 -0
  25. package/skill/vegastack-arch-guardian/references/architecture/identity-tenancy.md +37 -0
  26. package/skill/vegastack-arch-guardian/references/architecture/model-lifecycle.md +18 -0
  27. package/skill/vegastack-arch-guardian/references/architecture/models-observability.md +23 -0
  28. package/skill/vegastack-arch-guardian/references/architecture/realtime-channels.md +16 -0
  29. package/skill/vegastack-arch-guardian/references/architecture/security-privacy.md +23 -0
  30. package/skill/vegastack-arch-guardian/references/architecture/topology-monorepo.md +47 -0
  31. package/skill/vegastack-arch-guardian/references/architecture/web.md +29 -0
  32. package/skill/vegastack-arch-guardian/references/control-catalog.json +55 -0
  33. package/skill/vegastack-arch-guardian/references/foundation-compatibility.json +44 -0
  34. package/skill/vegastack-arch-guardian/references/golden-patterns.md +43 -0
  35. package/skill/vegastack-arch-guardian/references/profile-governance.md +54 -0
  36. package/skill/vegastack-arch-guardian/references/rule-model.json +36 -0
  37. package/skill/vegastack-arch-guardian/references/workflows.md +45 -0
  38. package/skill/vegastack-arch-guardian/refresh/REFRESH.md +40 -0
  39. package/skill/vegastack-arch-guardian/refresh/sources.json +1159 -0
  40. package/skill/vegastack-arch-guardian/scripts/architecture-check.mjs +323 -0
  41. package/skill/vegastack-arch-guardian/scripts/lib.mjs +57 -0
  42. package/skill/vegastack-arch-guardian/scripts/profile-tool.mjs +223 -0
  43. package/skill/vegastack-arch-guardian/scripts/refresh-evidence.mjs +325 -0
  44. package/skill/vegastack-arch-guardian/scripts/schema-validate.mjs +63 -0
  45. package/skill/vegastack-arch-guardian/scripts/validate-profile.mjs +241 -0
  46. package/skill/vegastack-arch-guardian/scripts/verify-corpus.mjs +148 -0
  47. package/skill-integrity.json +48 -0
@@ -0,0 +1,1159 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "retrievalBaseline": "2026-08-05T18:05:56+05:30",
4
+ "timezone": "Asia/Kolkata",
5
+ "policy": {
6
+ "criticalTopics": [
7
+ "security",
8
+ "auth",
9
+ "tenancy",
10
+ "durability",
11
+ "deployment"
12
+ ],
13
+ "defaultChecksumScope": "html-text-v1",
14
+ "offline": "Use cached metadata only; fail closed when a critical entry is missing or older than thresholdDays.",
15
+ "drift": "Map changed versions/checksums to affected rule IDs, references, and profiles; open a refresh PR for human review without automatically expiring ADRs.",
16
+ "copyright": "Store claim metadata, URLs, hashes, headers, and concise excerpts only; never archive whole third-party documentation corpora.",
17
+ "cadence": "weekly automated refresh; thresholdDays must be >= 14 (2x cadence) so a single missed run never breaches a threshold"
18
+ },
19
+ "sources": [
20
+ {
21
+ "id": "EVE-PINNED",
22
+ "service": "EVE",
23
+ "kind": "pinned-source-package",
24
+ "pinnedVersion": "0.29.5",
25
+ "currentVersion": "0.31.2",
26
+ "versionCheckedAt": "2026-08-07T18:47:48.335Z",
27
+ "commit": "8988139097d1e1a1f1aca9b2828e63408848fccf",
28
+ "stability": "beta-protocol-critical",
29
+ "thresholdDays": 14,
30
+ "critical": true,
31
+ "urls": {
32
+ "primary": "https://raw.githubusercontent.com/vercel/eve/8988139097d1e1a1f1aca9b2828e63408848fccf/docs/concepts/execution-model-and-durability.mdx",
33
+ "docsIndex": "https://github.com/vercel/eve/tree/8988139097d1e1a1f1aca9b2828e63408848fccf/docs",
34
+ "package": "https://www.npmjs.com/package/eve/v/0.29.5",
35
+ "repository": "https://github.com/vercel/eve/tree/8988139097d1e1a1f1aca9b2828e63408848fccf",
36
+ "security": "https://github.com/vercel/eve/security"
37
+ },
38
+ "versionDetection": {
39
+ "type": "npm",
40
+ "package": "eve",
41
+ "pin": "0.29.5"
42
+ },
43
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
44
+ "checksum": "5318b2a16bcdb53698ca54816c7318e54b97dc93d5985e689e052099544dec0f",
45
+ "checksumScope": "http-body",
46
+ "packageSha256": "2193a174b167c273f6b32b6152999a31fc2d24ffa0ad455c2b95653d2a49abd4",
47
+ "topics": [
48
+ "durability",
49
+ "agents",
50
+ "deployment"
51
+ ],
52
+ "affected": [
53
+ "rule:RUN-001",
54
+ "rule:DUR-002",
55
+ "ref:topology-monorepo",
56
+ "ref:durable-execution",
57
+ "profile:capabilities.agents.versions"
58
+ ]
59
+ },
60
+ {
61
+ "id": "WORKFLOW-PG",
62
+ "service": "Workflow Postgres World",
63
+ "kind": "package-and-current-docs",
64
+ "pinnedVersion": "5.0.0-beta.30",
65
+ "currentVersion": "5.0.0-beta.32",
66
+ "versionCheckedAt": "2026-08-06T18:06:20+05:30",
67
+ "stability": "beta-contested-readiness",
68
+ "thresholdDays": 14,
69
+ "critical": true,
70
+ "urls": {
71
+ "primary": "https://registry.npmjs.org/@workflow/world-postgres/-/world-postgres-5.0.0-beta.30.tgz",
72
+ "docsIndex": "https://workflow-sdk.dev/worlds/postgres",
73
+ "package": "https://www.npmjs.com/package/@workflow/world-postgres/v/5.0.0-beta.30",
74
+ "repository": "https://github.com/vercel/workflow"
75
+ },
76
+ "versionDetection": {
77
+ "type": "npm",
78
+ "package": "@workflow/world-postgres",
79
+ "tag": "beta",
80
+ "pin": "5.0.0-beta.30",
81
+ "compatibleWorld": "5.0.0-beta.23",
82
+ "compatibleLocal": "5.0.0-beta.32"
83
+ },
84
+ "retrievedAt": "2026-08-05T18:05:56+05:30",
85
+ "checksum": "f93065d37f1ece1bf109ba9da5b5a8afa2e8f4bd48246b3772dc8a5fba641e4c",
86
+ "checksumScope": "http-body",
87
+ "readmeChecksum": "df9073335178866f69d24464291bd800194b0a4e0e8032b6c2903793b21b3eb9",
88
+ "topics": [
89
+ "durability",
90
+ "deployment"
91
+ ],
92
+ "affected": [
93
+ "rule:RUN-001",
94
+ "rule:DUR-001",
95
+ "rule:DUR-002",
96
+ "ref:durable-execution",
97
+ "profile:capabilities.agents.versions"
98
+ ]
99
+ },
100
+ {
101
+ "id": "PGBOSS-1227",
102
+ "service": "pg-boss",
103
+ "kind": "pinned-source-package",
104
+ "pinnedVersion": "12.27.0",
105
+ "currentVersion": "12.27.0",
106
+ "commit": "aa1ce16c9258dceeed23545e6e04adc33ce027f3",
107
+ "stability": "critical",
108
+ "thresholdDays": 14,
109
+ "critical": true,
110
+ "urls": {
111
+ "primary": "https://raw.githubusercontent.com/timgit/pg-boss/aa1ce16c9258dceeed23545e6e04adc33ce027f3/README.md",
112
+ "docsIndex": "https://github.com/timgit/pg-boss/tree/aa1ce16c9258dceeed23545e6e04adc33ce027f3/docs",
113
+ "package": "https://www.npmjs.com/package/pg-boss/v/12.27.0",
114
+ "repository": "https://github.com/timgit/pg-boss/tree/aa1ce16c9258dceeed23545e6e04adc33ce027f3",
115
+ "security": "https://github.com/timgit/pg-boss/security"
116
+ },
117
+ "versionDetection": {
118
+ "type": "npm",
119
+ "package": "pg-boss",
120
+ "pin": "12.27.0"
121
+ },
122
+ "retrievedAt": "2026-08-05T18:05:56+05:30",
123
+ "checksum": "16c4e2859956063c4a00eadd59d315b2ff3a27a1f7368681768dd3b730b19787",
124
+ "previousRetrievalChecksum": "5f950ff31fc9c11421ec69b2a20054169ff870effed6173c2ae859a69a1a501b",
125
+ "packageSha256": "b7084f1c384880608e2d94b54016383fe0190635f11b95447a1c1843b4cf8eaf",
126
+ "topics": [
127
+ "durability",
128
+ "jobs"
129
+ ],
130
+ "affected": [
131
+ "rule:DUR-003",
132
+ "rule:DUR-005",
133
+ "rule:DUR-006",
134
+ "ref:durable-execution",
135
+ "profile:capabilities.jobs.versions"
136
+ ],
137
+ "checksumScope": "http-body"
138
+ },
139
+ {
140
+ "id": "NEXT-1630",
141
+ "service": "Next.js",
142
+ "kind": "package-docs",
143
+ "pinnedVersion": "16.x",
144
+ "currentVersion": "16.3.0",
145
+ "versionCheckedAt": "2026-08-07T18:47:48.335Z",
146
+ "commit": "d73f5622e226358dcef8cf7a8a373333ff265ae7",
147
+ "stability": "framework",
148
+ "thresholdDays": 14,
149
+ "critical": true,
150
+ "urls": {
151
+ "primary": "https://nextjs.org/docs/app/guides/upgrading/version-16",
152
+ "docsIndex": "https://nextjs.org/docs",
153
+ "changelog": "https://github.com/vercel/next.js/releases",
154
+ "package": "https://www.npmjs.com/package/next/v/16.3.0",
155
+ "repository": "https://github.com/vercel/next.js/tree/d73f5622e226358dcef8cf7a8a373333ff265ae7",
156
+ "security": "https://github.com/vercel/next.js/security"
157
+ },
158
+ "versionDetection": {
159
+ "type": "npm",
160
+ "package": "next",
161
+ "range": "16.x"
162
+ },
163
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
164
+ "checksum": "0abc8a48ea10caaedc73e108e36092f38c5d4e293c52f12b5ebff301c0b12c62",
165
+ "previousRetrievalChecksum": "47044e069d714d965602509d298850594db7c0a53d9d2a1ab28ff60512d3b797",
166
+ "packageSha256": "1eced922c89460eeb4a2bc1bb1998a9df1d13320444785f53259b0f534c79dd9",
167
+ "topics": [
168
+ "web",
169
+ "deployment"
170
+ ],
171
+ "affected": [
172
+ "rule:API-001",
173
+ "ref:web",
174
+ "profile:capabilities.webControlPlane.versions"
175
+ ]
176
+ },
177
+ {
178
+ "id": "OPENNEXT-1202",
179
+ "service": "OpenNext Cloudflare",
180
+ "kind": "package-docs",
181
+ "pinnedVersion": "1.20.2",
182
+ "currentVersion": "1.20.2",
183
+ "commit": "da4b7fc8c89441a6f96205635fa70e329d1f0df7",
184
+ "stability": "deployment-critical",
185
+ "thresholdDays": 14,
186
+ "critical": true,
187
+ "urls": {
188
+ "primary": "https://opennext.js.org/cloudflare",
189
+ "docsIndex": "https://opennext.js.org/cloudflare",
190
+ "changelog": "https://github.com/opennextjs/opennextjs-cloudflare/releases",
191
+ "package": "https://www.npmjs.com/package/@opennextjs/cloudflare/v/1.20.2",
192
+ "repository": "https://github.com/opennextjs/opennextjs-cloudflare/tree/da4b7fc8c89441a6f96205635fa70e329d1f0df7"
193
+ },
194
+ "versionDetection": {
195
+ "type": "npm",
196
+ "package": "@opennextjs/cloudflare",
197
+ "pin": "1.20.2"
198
+ },
199
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
200
+ "checksum": "0682cbf05c75111c938b9d9286e0c51ef5d6992565286cc207cc354822612d5c",
201
+ "packageSha256": "4e66f3599aa86135f0766c7fbc81d2a4c944990e9f9d5402fbf95a9a06e25c36",
202
+ "topics": [
203
+ "web",
204
+ "deployment"
205
+ ],
206
+ "affected": [
207
+ "rule:RUN-001",
208
+ "rule:HOST-004",
209
+ "rule:API-001",
210
+ "ref:web",
211
+ "ref:hosting-reliability",
212
+ "profile:capabilities.webControlPlane+environments.production"
213
+ ],
214
+ "versionCheckedAt": "2026-08-07T18:47:48.335Z"
215
+ },
216
+ {
217
+ "id": "CF-WORKERS",
218
+ "service": "Cloudflare Workers",
219
+ "kind": "official-docs",
220
+ "pinnedVersion": "compatibility-date-profile",
221
+ "currentVersion": "retrieved-2026-08-06",
222
+ "stability": "deployment-critical",
223
+ "thresholdDays": 14,
224
+ "critical": true,
225
+ "urls": {
226
+ "primary": "https://developers.cloudflare.com/workers/runtime-apis/nodejs/",
227
+ "docsIndex": "https://developers.cloudflare.com/workers/",
228
+ "api": "https://developers.cloudflare.com/api/",
229
+ "changelog": "https://developers.cloudflare.com/changelog/",
230
+ "security": "https://www.cloudflare.com/trust-hub/"
231
+ },
232
+ "versionDetection": {
233
+ "type": "http-hash-and-changelog"
234
+ },
235
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
236
+ "checksum": "969aa28b85ce515357c0c383a61bdd7ec3bc823c21df07a700828171f783790b",
237
+ "previousRetrievalChecksum": "fa1c44147ec0795be4e5e8caffcabf596124ef98214f81002d9c3cd3894ed34e",
238
+ "topics": [
239
+ "deployment",
240
+ "security"
241
+ ],
242
+ "affected": [
243
+ "rule:RUN-001",
244
+ "rule:HOST-004",
245
+ "ref:topology-monorepo",
246
+ "ref:hosting-reliability",
247
+ "profile:capabilities.webControlPlane+environments.production"
248
+ ]
249
+ },
250
+ {
251
+ "id": "CF-SANDBOX",
252
+ "service": "Cloudflare Sandbox",
253
+ "kind": "official-docs-package",
254
+ "pinnedVersion": "0.12.4",
255
+ "currentVersion": "0.12.5",
256
+ "versionCheckedAt": "2026-08-07T18:47:48.335Z",
257
+ "commit": "798afcf33ead69fdbfb6598ca345f396deb4d6b2",
258
+ "stability": "security-critical",
259
+ "thresholdDays": 14,
260
+ "critical": true,
261
+ "urls": {
262
+ "primary": "https://developers.cloudflare.com/sandbox/concepts/security/",
263
+ "docsIndex": "https://developers.cloudflare.com/sandbox/",
264
+ "api": "https://developers.cloudflare.com/sandbox/api/",
265
+ "changelog": "https://developers.cloudflare.com/changelog/",
266
+ "package": "https://www.npmjs.com/package/@cloudflare/sandbox/v/0.12.4",
267
+ "repository": "https://github.com/cloudflare/sandbox-sdk/tree/798afcf33ead69fdbfb6598ca345f396deb4d6b2",
268
+ "security": "https://github.com/cloudflare/sandbox-sdk/security"
269
+ },
270
+ "versionDetection": {
271
+ "type": "npm",
272
+ "package": "@cloudflare/sandbox",
273
+ "pin": "0.12.4"
274
+ },
275
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
276
+ "checksum": "35ec021400dbea722c90eb6be48fad74b5fc98bdad075b8730786be7c3608f6b",
277
+ "previousRetrievalChecksum": "c86f91663ba3707081b6bee6edea68607e0bc4d63a149946baba977590a2334d",
278
+ "outboundChecksum": "0c2f5e69ca4470b61a07392d503fbd61a9863fd8570789e05a5fbe628a91bc8a",
279
+ "topics": [
280
+ "sandbox",
281
+ "security",
282
+ "deployment"
283
+ ],
284
+ "affected": [
285
+ "rule:SBX-001",
286
+ "rule:SBX-003",
287
+ "rule:SBX-005",
288
+ "ref:connectors-sandbox",
289
+ "profile:capabilities.sandbox"
290
+ ]
291
+ },
292
+ {
293
+ "id": "HYPERDRIVE",
294
+ "service": "Cloudflare Hyperdrive",
295
+ "kind": "official-docs",
296
+ "pinnedVersion": "profile-capability",
297
+ "currentVersion": "retrieved-2026-08-06",
298
+ "stability": "tenancy-critical",
299
+ "thresholdDays": 14,
300
+ "critical": true,
301
+ "urls": {
302
+ "primary": "https://developers.cloudflare.com/hyperdrive/concepts/connection-pooling/",
303
+ "docsIndex": "https://developers.cloudflare.com/hyperdrive/",
304
+ "api": "https://developers.cloudflare.com/api/resources/hyperdrive/",
305
+ "changelog": "https://developers.cloudflare.com/changelog/"
306
+ },
307
+ "versionDetection": {
308
+ "type": "http-hash-and-changelog"
309
+ },
310
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
311
+ "checksum": "e7b15a5a3975969261a619b6fb6e0e144a3497a71a8dfe5b3de48170fa9655a9",
312
+ "previousRetrievalChecksum": "ddbed8389ee37ee7b029960ff1f45fa01d80b533f0d178421f30a883d2ff4d6c",
313
+ "topics": [
314
+ "tenancy",
315
+ "deployment",
316
+ "database"
317
+ ],
318
+ "affected": [
319
+ "rule:TEN-003",
320
+ "rule:API-004",
321
+ "rule:HOST-004",
322
+ "ref:identity-tenancy",
323
+ "ref:hosting-reliability"
324
+ ]
325
+ },
326
+ {
327
+ "id": "AI-GATEWAY",
328
+ "service": "Cloudflare AI Gateway",
329
+ "kind": "official-docs",
330
+ "pinnedVersion": "profile-capability",
331
+ "currentVersion": "retrieved-2026-08-05",
332
+ "stability": "privacy-critical",
333
+ "thresholdDays": 14,
334
+ "critical": true,
335
+ "urls": {
336
+ "primary": "https://developers.cloudflare.com/ai-gateway/observability/logging/",
337
+ "docsIndex": "https://developers.cloudflare.com/ai-gateway/",
338
+ "api": "https://developers.cloudflare.com/api/resources/ai-gateway/",
339
+ "changelog": "https://developers.cloudflare.com/changelog/",
340
+ "security": "https://www.cloudflare.com/trust-hub/"
341
+ },
342
+ "versionDetection": {
343
+ "type": "http-hash-and-changelog"
344
+ },
345
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
346
+ "checksum": "04779265d3ccf53291b2db82e5df46ebe18d0efc2d41e6e87ca58a553386840c",
347
+ "topics": [
348
+ "models",
349
+ "privacy",
350
+ "security"
351
+ ],
352
+ "affected": [
353
+ "rule:MODEL-001",
354
+ "rule:MODEL-003",
355
+ "ref:models-observability"
356
+ ]
357
+ },
358
+ {
359
+ "id": "MODAL-SANDBOX",
360
+ "service": "Modal Sandbox",
361
+ "kind": "official-docs-package",
362
+ "pinnedVersion": "1.5.3",
363
+ "currentVersion": "1.5.3",
364
+ "commit": "e8454377aa7c94e562d525c700a95a23b3d8838a",
365
+ "stability": "security-critical-mixed",
366
+ "thresholdDays": 14,
367
+ "critical": true,
368
+ "urls": {
369
+ "primary": "https://modal.com/docs/guide/sandbox-networking",
370
+ "docsIndex": "https://modal.com/docs/guide/sandboxes",
371
+ "api": "https://modal.com/docs/reference/modal.Sandbox",
372
+ "changelog": "https://modal.com/docs/reference/changelog",
373
+ "package": "https://pypi.org/project/modal/1.5.3/",
374
+ "repository": "https://github.com/modal-labs/modal-client/tree/e8454377aa7c94e562d525c700a95a23b3d8838a",
375
+ "security": "https://modal.com/security"
376
+ },
377
+ "versionDetection": {
378
+ "type": "pypi",
379
+ "package": "modal",
380
+ "pin": "1.5.3"
381
+ },
382
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
383
+ "checksum": "cc33722e4745880bdeaa6b6f56995d962a48ef9bd3a45924d48271b3f7e42783",
384
+ "previousRetrievalChecksum": "6618a2cacd57b2d95aeeea44229b5d8107d452f9ef000b353f6cbe5398a3901b",
385
+ "lifecycleChecksum": "f1ea5e8c3d1a30ff3e528424affe08e6aec50a517b6f12d9c1019e96758a03b8",
386
+ "topics": [
387
+ "sandbox",
388
+ "security",
389
+ "deployment"
390
+ ],
391
+ "affected": [
392
+ "rule:SBX-001",
393
+ "rule:SBX-003",
394
+ "rule:SBX-005",
395
+ "ref:connectors-sandbox",
396
+ "profile:capabilities.sandbox"
397
+ ],
398
+ "versionCheckedAt": "2026-08-07T18:47:48.335Z"
399
+ },
400
+ {
401
+ "id": "BETTERAUTH-OAUTH",
402
+ "service": "Better Auth OAuth Provider",
403
+ "kind": "official-docs-package",
404
+ "pinnedVersion": "1.6.26",
405
+ "currentVersion": "1.6.26",
406
+ "versionCheckedAt": "2026-08-07T18:47:48.335Z",
407
+ "commit": "a16b30e8437927c08350194000178073b06af8cf",
408
+ "stability": "auth-critical",
409
+ "thresholdDays": 14,
410
+ "critical": true,
411
+ "urls": {
412
+ "primary": "https://better-auth.com/docs/plugins/oauth-provider",
413
+ "docsIndex": "https://better-auth.com/docs",
414
+ "api": "https://better-auth.com/docs/reference",
415
+ "changelog": "https://better-auth.com/changelog",
416
+ "package": "https://www.npmjs.com/package/better-auth/v/1.6.26",
417
+ "repository": "https://github.com/better-auth/better-auth/tree/a16b30e8437927c08350194000178073b06af8cf",
418
+ "security": "https://github.com/better-auth/better-auth/blob/a16b30e8437927c08350194000178073b06af8cf/SECURITY.md"
419
+ },
420
+ "versionDetection": {
421
+ "type": "npm-suite",
422
+ "packages": [
423
+ "better-auth",
424
+ "@better-auth/oauth-provider",
425
+ "@better-auth/sso",
426
+ "@better-auth/scim",
427
+ "@better-auth/api-key"
428
+ ],
429
+ "pin": "1.6.26"
430
+ },
431
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
432
+ "checksum": "cbc3c5655588d1eaf5cf828df7352b77d7c70a5d7dd884add87beb856cb6e63c",
433
+ "previousRetrievalChecksum": "e3e928bb5738fba0deadb09cb7aa2595a5aea07ff186bb6b98698faa65db7739",
434
+ "packageSha256": "fb649cb9573024eb40bf17db3a38214a9cda824133b257ed379c0df5688426bc",
435
+ "topics": [
436
+ "auth",
437
+ "security"
438
+ ],
439
+ "affected": [
440
+ "rule:AUTH-004",
441
+ "rule:MOB-001",
442
+ "ref:identity-tenancy",
443
+ "ref:flutter",
444
+ "profile:identity"
445
+ ]
446
+ },
447
+ {
448
+ "id": "BETTERAUTH-ORG",
449
+ "service": "Better Auth Organization",
450
+ "kind": "official-docs",
451
+ "pinnedVersion": "1.6.26",
452
+ "currentVersion": "1.6.26",
453
+ "stability": "tenancy-critical",
454
+ "thresholdDays": 14,
455
+ "critical": true,
456
+ "urls": {
457
+ "primary": "https://better-auth.com/docs/plugins/organization",
458
+ "docsIndex": "https://better-auth.com/docs",
459
+ "changelog": "https://better-auth.com/changelog",
460
+ "repository": "https://github.com/better-auth/better-auth/tree/a16b30e8437927c08350194000178073b06af8cf"
461
+ },
462
+ "versionDetection": {
463
+ "type": "parent",
464
+ "source": "BETTERAUTH-OAUTH"
465
+ },
466
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
467
+ "checksum": "30edf1b6658a473a00005153a3eafc07de5c3decd6b8f09fc6c32f3a21c4db1c",
468
+ "previousRetrievalChecksum": "e1835e9780cd6f420b5e65d186969d1f3d8b07bf4783320e8051c1d6dbf699fa",
469
+ "topics": [
470
+ "auth",
471
+ "tenancy"
472
+ ],
473
+ "affected": [
474
+ "rule:AUTH-001",
475
+ "rule:AUTH-002",
476
+ "ref:identity-tenancy",
477
+ "profile:tenancy"
478
+ ]
479
+ },
480
+ {
481
+ "id": "BETTERAUTH-SESSIONS",
482
+ "service": "Better Auth Sessions",
483
+ "kind": "official-docs",
484
+ "pinnedVersion": "1.6.26",
485
+ "currentVersion": "1.6.26",
486
+ "stability": "auth-critical",
487
+ "thresholdDays": 14,
488
+ "critical": true,
489
+ "urls": {
490
+ "primary": "https://better-auth.com/docs/concepts/session-management",
491
+ "docsIndex": "https://better-auth.com/docs",
492
+ "security": "https://better-auth.com/docs/reference/security"
493
+ },
494
+ "versionDetection": {
495
+ "type": "parent",
496
+ "source": "BETTERAUTH-OAUTH"
497
+ },
498
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
499
+ "checksum": "7f35f28bcd57116f0c8b178e77e6c0eba0a2002c0cf397b991712bac2295adb0",
500
+ "previousRetrievalChecksum": "346123f4e1839c2ea4da36d2f7cdab97c3f37045ff13883677d799477aeefe1e",
501
+ "topics": [
502
+ "auth",
503
+ "security"
504
+ ],
505
+ "affected": [
506
+ "rule:AUTH-003",
507
+ "ref:identity-tenancy",
508
+ "profile:identity"
509
+ ]
510
+ },
511
+ {
512
+ "id": "BETTERAUTH-SSO",
513
+ "service": "Better Auth SSO",
514
+ "kind": "official-docs",
515
+ "pinnedVersion": "1.6.26",
516
+ "currentVersion": "1.6.26",
517
+ "stability": "enterprise-auth",
518
+ "thresholdDays": 14,
519
+ "critical": true,
520
+ "urls": {
521
+ "primary": "https://better-auth.com/docs/plugins/sso",
522
+ "docsIndex": "https://better-auth.com/docs",
523
+ "package": "https://www.npmjs.com/package/@better-auth/sso/v/1.6.26"
524
+ },
525
+ "versionDetection": {
526
+ "type": "parent",
527
+ "source": "BETTERAUTH-OAUTH"
528
+ },
529
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
530
+ "checksum": "f0ac5aa15987b94cf343791b4639ca79a54479b849dbab6662459c077ada54a9",
531
+ "previousRetrievalChecksum": "6a8648286147b877dc97d58c4ea385ed2111f9cd7998f531e7dbdcb5747b5cda",
532
+ "topics": [
533
+ "auth",
534
+ "security"
535
+ ],
536
+ "affected": [
537
+ "rule:AUTH-006",
538
+ "ref:identity-tenancy",
539
+ "profile:identity"
540
+ ]
541
+ },
542
+ {
543
+ "id": "BETTERAUTH-SCIM",
544
+ "service": "Better Auth SCIM",
545
+ "kind": "official-docs",
546
+ "pinnedVersion": "1.6.26",
547
+ "currentVersion": "1.6.26",
548
+ "stability": "enterprise-auth",
549
+ "thresholdDays": 14,
550
+ "critical": true,
551
+ "urls": {
552
+ "primary": "https://better-auth.com/docs/plugins/scim",
553
+ "docsIndex": "https://better-auth.com/docs",
554
+ "package": "https://www.npmjs.com/package/@better-auth/scim/v/1.6.26"
555
+ },
556
+ "versionDetection": {
557
+ "type": "parent",
558
+ "source": "BETTERAUTH-OAUTH"
559
+ },
560
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
561
+ "checksum": "7812c635bdc13fd864076bd5cae1637fa927f17c9e22628e999230125fd2bd2a",
562
+ "previousRetrievalChecksum": "52cf09c74a70249088a246bed4ca795f713340eeecca4b3f923a6f5c3740f87f",
563
+ "topics": [
564
+ "auth",
565
+ "tenancy",
566
+ "security"
567
+ ],
568
+ "affected": [
569
+ "rule:AUTH-006",
570
+ "ref:identity-tenancy",
571
+ "profile:identity"
572
+ ]
573
+ },
574
+ {
575
+ "id": "BETTERAUTH-APIKEY",
576
+ "service": "Better Auth API Key",
577
+ "kind": "official-docs",
578
+ "pinnedVersion": "1.6.26",
579
+ "currentVersion": "1.6.26",
580
+ "stability": "auth-critical",
581
+ "thresholdDays": 14,
582
+ "critical": true,
583
+ "urls": {
584
+ "primary": "https://better-auth.com/docs/plugins/api-key",
585
+ "docsIndex": "https://better-auth.com/docs",
586
+ "package": "https://www.npmjs.com/package/@better-auth/api-key/v/1.6.26"
587
+ },
588
+ "versionDetection": {
589
+ "type": "parent",
590
+ "source": "BETTERAUTH-OAUTH"
591
+ },
592
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
593
+ "checksum": "219ee544346992ab2e0858e505ef006e4ea15cdfa2e1d20034fc76f4591e6c0b",
594
+ "previousRetrievalChecksum": "74fb8bd2cfcfc280af70e42434cf648b7888a5f1fe120893bff161f44d6c6bf0",
595
+ "topics": [
596
+ "auth",
597
+ "security"
598
+ ],
599
+ "affected": [
600
+ "rule:AUTH-005",
601
+ "ref:identity-tenancy",
602
+ "profile:identity"
603
+ ]
604
+ },
605
+ {
606
+ "id": "BETTERAUTH-SECURITY",
607
+ "service": "Better Auth Security",
608
+ "kind": "official-security-policy",
609
+ "pinnedVersion": "1.6.26",
610
+ "currentVersion": "1.6.26",
611
+ "stability": "security-critical",
612
+ "thresholdDays": 14,
613
+ "critical": true,
614
+ "urls": {
615
+ "primary": "https://raw.githubusercontent.com/better-auth/better-auth/a16b30e8437927c08350194000178073b06af8cf/SECURITY.md",
616
+ "docsIndex": "https://better-auth.com/docs/reference/security",
617
+ "changelog": "https://better-auth.com/changelog",
618
+ "security": "https://github.com/better-auth/better-auth/security"
619
+ },
620
+ "versionDetection": {
621
+ "type": "parent",
622
+ "source": "BETTERAUTH-OAUTH"
623
+ },
624
+ "retrievedAt": "2026-08-05T18:05:56+05:30",
625
+ "checksum": "bee696c39b00975b88353316574aeabd0c851c47f019973013eb865034d7474f",
626
+ "topics": [
627
+ "auth",
628
+ "security"
629
+ ],
630
+ "affected": [
631
+ "rule:AUTH-003",
632
+ "ref:identity-tenancy",
633
+ "profile:identity"
634
+ ],
635
+ "checksumScope": "http-body"
636
+ },
637
+ {
638
+ "id": "TURBO-DOCS",
639
+ "service": "Turborepo",
640
+ "kind": "official-docs",
641
+ "pinnedVersion": "2.5.6",
642
+ "currentVersion": "2.10.8",
643
+ "stability": "tooling",
644
+ "thresholdDays": 30,
645
+ "critical": false,
646
+ "urls": {
647
+ "primary": "https://turborepo.dev/docs",
648
+ "docsIndex": "https://turborepo.dev/docs",
649
+ "changelog": "https://github.com/vercel/turborepo/releases",
650
+ "package": "https://www.npmjs.com/package/turbo",
651
+ "repository": "https://github.com/vercel/turborepo",
652
+ "security": "https://github.com/vercel/turborepo/security"
653
+ },
654
+ "versionDetection": {
655
+ "type": "npm",
656
+ "package": "turbo"
657
+ },
658
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
659
+ "checksum": "a70f2a8dd4d1902acd23768b84fa82ae529fa84615942c924e025112f2515e34",
660
+ "topics": [
661
+ "monorepo",
662
+ "ci"
663
+ ],
664
+ "affected": [
665
+ "rule:PKG-001",
666
+ "rule:PKG-002",
667
+ "ref:topology-monorepo"
668
+ ],
669
+ "versionCheckedAt": "2026-08-07T18:47:48.335Z"
670
+ },
671
+ {
672
+ "id": "FLUTTER-DOCS",
673
+ "service": "Flutter",
674
+ "kind": "official-docs",
675
+ "pinnedVersion": "profile-version",
676
+ "currentVersion": "retrieved-2026-08-05",
677
+ "stability": "client",
678
+ "thresholdDays": 30,
679
+ "critical": false,
680
+ "urls": {
681
+ "primary": "https://docs.flutter.dev/",
682
+ "docsIndex": "https://docs.flutter.dev/",
683
+ "api": "https://api.flutter.dev/",
684
+ "changelog": "https://docs.flutter.dev/release/release-notes",
685
+ "repository": "https://github.com/flutter/flutter",
686
+ "security": "https://github.com/flutter/flutter/security"
687
+ },
688
+ "versionDetection": {
689
+ "type": "release-index"
690
+ },
691
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
692
+ "checksum": "dbbe947f8305391f249227177288abbbcc86baeee35837d0e49543ea3f8870a6",
693
+ "topics": [
694
+ "flutter",
695
+ "client"
696
+ ],
697
+ "affected": [
698
+ "rule:MOB-002",
699
+ "ref:flutter"
700
+ ]
701
+ },
702
+ {
703
+ "id": "RIVERPOD-DOCS",
704
+ "service": "Riverpod",
705
+ "kind": "official-docs",
706
+ "pinnedVersion": "profile-version",
707
+ "currentVersion": "retrieved-2026-08-05",
708
+ "stability": "client-library",
709
+ "thresholdDays": 30,
710
+ "critical": false,
711
+ "urls": {
712
+ "primary": "https://riverpod.dev/",
713
+ "docsIndex": "https://riverpod.dev/",
714
+ "package": "https://pub.dev/packages/flutter_riverpod",
715
+ "repository": "https://github.com/rrousselGit/riverpod"
716
+ },
717
+ "versionDetection": {
718
+ "type": "pub",
719
+ "package": "flutter_riverpod"
720
+ },
721
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
722
+ "checksum": "f60fef50634df37d2c6b81ad3691a05e76347210f52d20345c08bd543bee3a71",
723
+ "topics": [
724
+ "flutter",
725
+ "client"
726
+ ],
727
+ "affected": [
728
+ "ref:flutter"
729
+ ]
730
+ },
731
+ {
732
+ "id": "APP-AUTH",
733
+ "service": "AppAuth",
734
+ "kind": "canonical-source",
735
+ "pinnedVersion": "d3efe1735b6e69a6c85bd379fec6a3998254996e",
736
+ "currentVersion": "retrieved-2026-08-05",
737
+ "commit": "d3efe1735b6e69a6c85bd379fec6a3998254996e",
738
+ "stability": "auth-client",
739
+ "thresholdDays": 30,
740
+ "critical": true,
741
+ "urls": {
742
+ "primary": "https://raw.githubusercontent.com/openid/AppAuth-iOS/d3efe1735b6e69a6c85bd379fec6a3998254996e/README.md",
743
+ "docsIndex": "https://openid.github.io/AppAuth-iOS/",
744
+ "repository": "https://github.com/openid/AppAuth-iOS/tree/d3efe1735b6e69a6c85bd379fec6a3998254996e",
745
+ "security": "https://github.com/openid/AppAuth-iOS/security"
746
+ },
747
+ "versionDetection": {
748
+ "type": "github-release"
749
+ },
750
+ "retrievedAt": "2026-08-05T18:16:00+05:30",
751
+ "checksum": "884c1834ce1b538fd96c90ce8fa76a9e513f939b17fdcb595c0dc2be0ee9ef92",
752
+ "topics": [
753
+ "flutter",
754
+ "auth"
755
+ ],
756
+ "affected": [
757
+ "rule:MOB-001",
758
+ "ref:flutter"
759
+ ],
760
+ "checksumScope": "http-body"
761
+ },
762
+ {
763
+ "id": "FCM-DOCS",
764
+ "service": "Firebase Cloud Messaging",
765
+ "kind": "official-docs",
766
+ "pinnedVersion": "platform-service",
767
+ "currentVersion": "retrieved-2026-08-05",
768
+ "stability": "channel",
769
+ "thresholdDays": 30,
770
+ "critical": false,
771
+ "urls": {
772
+ "primary": "https://firebase.google.com/docs/cloud-messaging",
773
+ "docsIndex": "https://firebase.google.com/docs",
774
+ "api": "https://firebase.google.com/docs/reference",
775
+ "changelog": "https://firebase.google.com/support/release-notes"
776
+ },
777
+ "versionDetection": {
778
+ "type": "http-hash-and-changelog"
779
+ },
780
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
781
+ "checksum": "a8e45e4fda04b32279f1a82bd0afa7380b70f738cc1b5ee42ab178945d7dd1fe",
782
+ "previousRetrievalChecksum": "d8117a391c5875a7b4d352a3f8b8b89ad12e6617a91038228f7279c732d0cd98",
783
+ "topics": [
784
+ "notifications",
785
+ "flutter"
786
+ ],
787
+ "affected": [
788
+ "ref:flutter",
789
+ "ref:realtime-channels"
790
+ ]
791
+ },
792
+ {
793
+ "id": "APNS-DOCS",
794
+ "service": "Apple Push Notification service",
795
+ "kind": "official-docs",
796
+ "pinnedVersion": "platform-service",
797
+ "currentVersion": "retrieved-2026-08-05",
798
+ "stability": "channel",
799
+ "thresholdDays": 30,
800
+ "critical": false,
801
+ "urls": {
802
+ "primary": "https://developer.apple.com/documentation/usernotifications/setting-up-a-remote-notification-server",
803
+ "docsIndex": "https://developer.apple.com/documentation/usernotifications",
804
+ "api": "https://developer.apple.com/documentation/usernotifications"
805
+ },
806
+ "versionDetection": {
807
+ "type": "http-hash"
808
+ },
809
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
810
+ "checksum": "535fb47b48c87ba759e0ce95a7d7625bc489f31188832ea725279ccdc816cc1c",
811
+ "topics": [
812
+ "notifications",
813
+ "flutter"
814
+ ],
815
+ "affected": [
816
+ "ref:flutter",
817
+ "ref:realtime-channels"
818
+ ]
819
+ },
820
+ {
821
+ "id": "POSTGRES-DOCS",
822
+ "service": "PostgreSQL",
823
+ "kind": "official-docs",
824
+ "pinnedVersion": "17.10",
825
+ "currentVersion": "17.10",
826
+ "stability": "database-critical",
827
+ "thresholdDays": 30,
828
+ "critical": true,
829
+ "urls": {
830
+ "primary": "https://www.postgresql.org/docs/current/",
831
+ "docsIndex": "https://www.postgresql.org/docs/",
832
+ "changelog": "https://www.postgresql.org/docs/release/",
833
+ "security": "https://www.postgresql.org/support/security/",
834
+ "repository": "https://git.postgresql.org/gitweb/?p=postgresql.git"
835
+ },
836
+ "versionDetection": {
837
+ "type": "major-profile-and-security"
838
+ },
839
+ "retrievedAt": "2026-08-05T18:16:00+05:30",
840
+ "checksum": "01ac3291ea8f18f192c2a170646232ea43c3463897f6e66c7e6dbd366c53e5a8",
841
+ "previousRetrievalChecksum": "7ae3900ffe60bbc163078452e7aca1bb0a9a29270a6bef23041be855c6f08b1e",
842
+ "topics": [
843
+ "database",
844
+ "tenancy",
845
+ "durability"
846
+ ],
847
+ "affected": [
848
+ "rule:TEN-001",
849
+ "rule:TEN-002",
850
+ "rule:DATA-001",
851
+ "ref:identity-tenancy",
852
+ "ref:data-memory",
853
+ "profile:versions"
854
+ ]
855
+ },
856
+ {
857
+ "id": "PGVECTOR",
858
+ "service": "pgvector",
859
+ "kind": "canonical-source",
860
+ "pinnedVersion": "1102b6269a74f6c576065fffe7e8da558f8a49e1",
861
+ "currentVersion": "retrieved-2026-08-05",
862
+ "commit": "1102b6269a74f6c576065fffe7e8da558f8a49e1",
863
+ "stability": "database-extension",
864
+ "thresholdDays": 30,
865
+ "critical": false,
866
+ "urls": {
867
+ "primary": "https://raw.githubusercontent.com/pgvector/pgvector/1102b6269a74f6c576065fffe7e8da558f8a49e1/README.md",
868
+ "docsIndex": "https://github.com/pgvector/pgvector#readme",
869
+ "repository": "https://github.com/pgvector/pgvector/tree/1102b6269a74f6c576065fffe7e8da558f8a49e1",
870
+ "security": "https://github.com/pgvector/pgvector/security"
871
+ },
872
+ "versionDetection": {
873
+ "type": "github-release"
874
+ },
875
+ "retrievedAt": "2026-08-05T18:16:00+05:30",
876
+ "checksum": "15bd90b75711a296756e19ce4d3565227189f8e6012530164e280047c7862921",
877
+ "topics": [
878
+ "database",
879
+ "knowledge"
880
+ ],
881
+ "affected": [
882
+ "rule:DATA-002",
883
+ "ref:data-memory"
884
+ ],
885
+ "checksumScope": "http-body"
886
+ },
887
+ {
888
+ "id": "S3-SPEC",
889
+ "service": "Amazon S3 API",
890
+ "kind": "official-api-docs",
891
+ "pinnedVersion": "provider-contract",
892
+ "currentVersion": "retrieved-2026-08-05",
893
+ "stability": "storage-contract",
894
+ "thresholdDays": 90,
895
+ "critical": false,
896
+ "urls": {
897
+ "primary": "https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html",
898
+ "docsIndex": "https://docs.aws.amazon.com/s3/",
899
+ "api": "https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html",
900
+ "changelog": "https://aws.amazon.com/about-aws/whats-new/storage/"
901
+ },
902
+ "versionDetection": {
903
+ "type": "http-hash"
904
+ },
905
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
906
+ "checksum": "81b2ad955490d58e27e051a34223386f2b45de23751fc1ac32a04cb49b0e4bea",
907
+ "topics": [
908
+ "storage",
909
+ "portability"
910
+ ],
911
+ "affected": [
912
+ "rule:DATA-002",
913
+ "ref:data-memory"
914
+ ]
915
+ },
916
+ {
917
+ "id": "OTEL-DOCS",
918
+ "service": "OpenTelemetry",
919
+ "kind": "official-spec",
920
+ "pinnedVersion": "profile-version",
921
+ "currentVersion": "retrieved-2026-08-05",
922
+ "stability": "observability-contract",
923
+ "thresholdDays": 60,
924
+ "critical": false,
925
+ "urls": {
926
+ "primary": "https://opentelemetry.io/docs/specs/otel/",
927
+ "docsIndex": "https://opentelemetry.io/docs/",
928
+ "api": "https://opentelemetry.io/docs/specs/otel/",
929
+ "changelog": "https://github.com/open-telemetry/opentelemetry-specification/releases",
930
+ "repository": "https://github.com/open-telemetry/opentelemetry-specification",
931
+ "security": "https://github.com/open-telemetry/opentelemetry-specification/security"
932
+ },
933
+ "versionDetection": {
934
+ "type": "spec-release"
935
+ },
936
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
937
+ "checksum": "2835dcf274e1f9e8b0921419be0896e66266d37b7f37688c59d363c958b437fa",
938
+ "topics": [
939
+ "observability",
940
+ "security"
941
+ ],
942
+ "affected": [
943
+ "rule:OBS-001",
944
+ "ref:models-observability"
945
+ ]
946
+ },
947
+ {
948
+ "id": "OPENBAO-DOCS",
949
+ "service": "OpenBao",
950
+ "kind": "official-docs",
951
+ "pinnedVersion": "profile-version",
952
+ "currentVersion": "retrieved-2026-08-05",
953
+ "stability": "secrets-critical",
954
+ "thresholdDays": 14,
955
+ "critical": true,
956
+ "urls": {
957
+ "primary": "https://openbao.org/docs/",
958
+ "docsIndex": "https://openbao.org/docs/",
959
+ "api": "https://openbao.org/api-docs/",
960
+ "changelog": "https://github.com/openbao/openbao/releases",
961
+ "repository": "https://github.com/openbao/openbao",
962
+ "security": "https://github.com/openbao/openbao/security"
963
+ },
964
+ "versionDetection": {
965
+ "type": "github-release"
966
+ },
967
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
968
+ "checksum": "b7dc50030336f1659ba889f8fafd43bc0e659e0767477783c97d306119d3a191",
969
+ "previousRetrievalChecksum": "9d46dc3fed10687260834f1e887de003bde0a8658db5cdd6a1e59a6fbe957727",
970
+ "topics": [
971
+ "security",
972
+ "secrets",
973
+ "deployment"
974
+ ],
975
+ "affected": [
976
+ "rule:AUTH-005",
977
+ "rule:SEC-002",
978
+ "ref:identity-tenancy",
979
+ "ref:security-privacy"
980
+ ]
981
+ },
982
+ {
983
+ "id": "BUN-DOCS",
984
+ "service": "Bun",
985
+ "kind": "official-docs",
986
+ "pinnedVersion": "1.3.14",
987
+ "currentVersion": "1.3.14",
988
+ "stability": "tooling-runtime",
989
+ "thresholdDays": 30,
990
+ "critical": false,
991
+ "urls": {
992
+ "primary": "https://bun.sh/docs",
993
+ "docsIndex": "https://bun.sh/docs",
994
+ "api": "https://bun.sh/docs/api",
995
+ "changelog": "https://bun.sh/blog",
996
+ "repository": "https://github.com/oven-sh/bun",
997
+ "security": "https://github.com/oven-sh/bun/security"
998
+ },
999
+ "versionDetection": {
1000
+ "type": "runtime-and-github-release"
1001
+ },
1002
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
1003
+ "checksum": "d55c7e8db810ecd87dda9f8a3e8462cddf4bbdc6db7a63e7fb059c0ebd3281c4",
1004
+ "topics": [
1005
+ "monorepo",
1006
+ "ci"
1007
+ ],
1008
+ "affected": [
1009
+ "rule:RUN-004",
1010
+ "rule:PKG-003",
1011
+ "ref:topology-monorepo",
1012
+ "profile:versions"
1013
+ ]
1014
+ },
1015
+ {
1016
+ "id": "MCP-SPEC",
1017
+ "service": "Model Context Protocol",
1018
+ "kind": "official-spec",
1019
+ "pinnedVersion": "2026-07-28",
1020
+ "currentVersion": "retrieved-2026-08-05",
1021
+ "stability": "protocol",
1022
+ "thresholdDays": 30,
1023
+ "critical": true,
1024
+ "urls": {
1025
+ "primary": "https://modelcontextprotocol.io/specification/2026-07-28",
1026
+ "docsIndex": "https://modelcontextprotocol.io/docs",
1027
+ "changelog": "https://modelcontextprotocol.io/specification/versioning",
1028
+ "repository": "https://github.com/modelcontextprotocol/modelcontextprotocol",
1029
+ "security": "https://modelcontextprotocol.io/specification/2026-07-28/basic/security_best_practices"
1030
+ },
1031
+ "versionDetection": {
1032
+ "type": "spec-version"
1033
+ },
1034
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
1035
+ "checksum": "cd2c48105ad3207ceb71de2b4e668ef30e5154c8f7a51576b0ba84f247b7b071",
1036
+ "topics": [
1037
+ "connectors",
1038
+ "security"
1039
+ ],
1040
+ "affected": [
1041
+ "rule:CONN-004",
1042
+ "ref:connectors-sandbox"
1043
+ ]
1044
+ },
1045
+ {
1046
+ "id": "AI-SDK-7",
1047
+ "service": "AI SDK",
1048
+ "kind": "official-docs-package",
1049
+ "pinnedVersion": "7.x",
1050
+ "currentVersion": "7.0.57",
1051
+ "stability": "model-library",
1052
+ "thresholdDays": 30,
1053
+ "critical": false,
1054
+ "urls": {
1055
+ "primary": "https://ai-sdk.dev/docs/introduction",
1056
+ "docsIndex": "https://ai-sdk.dev/docs",
1057
+ "api": "https://ai-sdk.dev/docs/reference",
1058
+ "changelog": "https://github.com/vercel/ai/releases",
1059
+ "package": "https://www.npmjs.com/package/ai",
1060
+ "repository": "https://github.com/vercel/ai",
1061
+ "security": "https://github.com/vercel/ai/security"
1062
+ },
1063
+ "versionDetection": {
1064
+ "type": "npm",
1065
+ "package": "ai",
1066
+ "range": "7.x"
1067
+ },
1068
+ "retrievedAt": "2026-08-07T18:47:48.335Z",
1069
+ "checksum": "f8cdf8dad1fa596cb01bd20bddd6e6ad4975cab70ec51b79a274dfecf58505f4",
1070
+ "topics": [
1071
+ "models",
1072
+ "api"
1073
+ ],
1074
+ "affected": [
1075
+ "rule:MODEL-001",
1076
+ "ref:models-observability"
1077
+ ],
1078
+ "versionCheckedAt": "2026-08-07T18:47:48.335Z"
1079
+ },
1080
+ {
1081
+ "id": "ANTHROPIC-MODELS",
1082
+ "service": "Anthropic model catalog",
1083
+ "kind": "vendor-model-catalog",
1084
+ "stability": "vendor-managed",
1085
+ "thresholdDays": 30,
1086
+ "critical": false,
1087
+ "urls": {
1088
+ "primary": "https://platform.claude.com/docs/en/about-claude/models/overview",
1089
+ "docsIndex": "https://platform.claude.com/docs/en/about-claude/model-deprecations"
1090
+ },
1091
+ "versionDetection": {
1092
+ "type": "manual-review"
1093
+ },
1094
+ "topics": [
1095
+ "models"
1096
+ ],
1097
+ "affected": [
1098
+ "rule:MLIFE-001",
1099
+ "rule:MLIFE-002",
1100
+ "ref:model-lifecycle",
1101
+ "ref:models-observability"
1102
+ ],
1103
+ "checksum": "aa53b28de12bcee073e9150421602f6ab5ac845aa64bbe7f62ef800297999eab",
1104
+ "retrievedAt": "2026-08-07T18:48:42.931Z"
1105
+ },
1106
+ {
1107
+ "id": "OPENAI-MODELS",
1108
+ "service": "OpenAI model catalog",
1109
+ "kind": "vendor-model-catalog",
1110
+ "stability": "vendor-managed",
1111
+ "thresholdDays": 30,
1112
+ "critical": false,
1113
+ "urls": {
1114
+ "primary": "https://developers.openai.com/api/docs/models",
1115
+ "docsIndex": "https://developers.openai.com/api/docs/deprecations"
1116
+ },
1117
+ "versionDetection": {
1118
+ "type": "manual-review"
1119
+ },
1120
+ "topics": [
1121
+ "models"
1122
+ ],
1123
+ "affected": [
1124
+ "rule:MLIFE-001",
1125
+ "rule:MLIFE-002",
1126
+ "ref:model-lifecycle",
1127
+ "ref:models-observability"
1128
+ ],
1129
+ "checksum": "cf8a355a4937a94c266e1d476293b64bee0bcacffe2d482c495a87ec9d824d44",
1130
+ "retrievedAt": "2026-08-07T18:48:42.931Z"
1131
+ },
1132
+ {
1133
+ "id": "GOOGLE-MODELS",
1134
+ "service": "Google Gemini model catalog",
1135
+ "kind": "vendor-model-catalog",
1136
+ "stability": "vendor-managed",
1137
+ "thresholdDays": 30,
1138
+ "critical": false,
1139
+ "urls": {
1140
+ "primary": "https://ai.google.dev/gemini-api/docs/models",
1141
+ "docsIndex": "https://ai.google.dev/gemini-api/docs/changelog"
1142
+ },
1143
+ "versionDetection": {
1144
+ "type": "manual-review"
1145
+ },
1146
+ "topics": [
1147
+ "models"
1148
+ ],
1149
+ "affected": [
1150
+ "rule:MLIFE-001",
1151
+ "rule:MLIFE-002",
1152
+ "ref:model-lifecycle",
1153
+ "ref:models-observability"
1154
+ ],
1155
+ "checksum": "379866ba1eef7fa6ed14b14f7961fb3f58989e02dc1e54d12c4a8293d87667fd",
1156
+ "retrievedAt": "2026-08-07T19:12:27.794Z"
1157
+ }
1158
+ ]
1159
+ }