From 89f368e2f9fde19b80f51168c55c85a4fd039d78 Mon Sep 17 00:00:00 2001 From: Shakker Date: Sun, 26 Apr 2026 04:51:33 +0100 Subject: [PATCH] test: exercise unsafe provider index keys --- src/model-catalog/provider-index/normalize.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model-catalog/provider-index/normalize.test.ts b/src/model-catalog/provider-index/normalize.test.ts index 846274616b1..09e933f1276 100644 --- a/src/model-catalog/provider-index/normalize.test.ts +++ b/src/model-catalog/provider-index/normalize.test.ts @@ -63,7 +63,7 @@ describe("OpenClaw provider index", () => { const index = normalizeOpenClawProviderIndex({ version: 1, providers: { - __proto__: { + ["__proto__"]: { id: "__proto__", name: "Bad", plugin: { id: "bad" },