From 993b7b7eac556bdb10f5ec45f9607baa5122f671 Mon Sep 17 00:00:00 2001 From: Noah Zweben MacBook Date: Tue, 10 Feb 2026 12:51:00 -0800 Subject: [PATCH] Add security.json with generated_at timestamp and empty plugins list Co-Authored-By: Claude Opus 4.6 --- security.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 security.json diff --git a/security.json b/security.json new file mode 100644 index 0000000..edaf5bc --- /dev/null +++ b/security.json @@ -0,0 +1,4 @@ +{ + "generated_at": "2026-02-10T20:50:37.789Z", + "plugins": [] +}