From 559db46b728126980ba4c8fcbfd19d6860b7f9c6 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Thu, 9 Oct 2025 09:50:34 -0700 Subject: [PATCH] feat: add security-guidance plugin to marketplace.json --- .claude-plugin/marketplace.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a55c214..6e50d71 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -46,6 +46,17 @@ }, "source": "./plugins/feature-dev", "category": "development" + }, + { + "name": "security-guidance", + "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns", + "version": "1.0.0", + "author": { + "name": "David Dworken", + "email": "dworken@anthropic.com" + }, + "source": "./plugins/security-guidance", + "category": "security" } ] }