From d67a345c816220ad7c05e7f0bf96fbc6359b970f Mon Sep 17 00:00:00 2001 From: Noah Zweben MacBook Date: Tue, 10 Feb 2026 16:39:26 -0800 Subject: [PATCH] Update security.json with test plugin entry Co-Authored-By: Claude Opus 4.6 --- security.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/security.json b/security.json index edaf5bc..ff5ced8 100644 --- a/security.json +++ b/security.json @@ -1,4 +1,11 @@ { - "generated_at": "2026-02-10T20:50:37.789Z", - "plugins": [] -} + "generated_at": "2026-02-10T12:00:00Z", + "plugins": [ + { + "plugin": "code-review@claude-plugins-official", + "added_at": "2026-02-10T12:00:00Z", + "reason": "just-a-test", + "text": "This is just a test." + } + ] + }