From 85c44a8b68a91fa8c8e62bfb93fbbfdb49b8613c Mon Sep 17 00:00:00 2001 From: Noah Zweben Date: Thu, 19 Feb 2026 00:38:58 +0000 Subject: [PATCH] Add semgrep plugin to marketplace Co-authored-by: claude --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a05d162..b4834db 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -660,6 +660,16 @@ "url": "https://github.com/firecrawl/firecrawl-claude-plugin.git" }, "homepage": "https://github.com/firecrawl/firecrawl-claude-plugin.git" + }, + { + "name": "semgrep", + "description": "Semgrep catches security vulnerabilities in real-time and guides Claude to write secure code from the start.", + "category": "security", + "source": { + "source": "url", + "url": "https://github.com/semgrep/mcp-marketplace.git" + }, + "homepage": "https://github.com/semgrep/mcp-marketplace.git" } ] }