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