From 372957843448bf71d019f76295bf08af37c9a5fe Mon Sep 17 00:00:00 2001 From: Noah Zweben Date: Wed, 18 Feb 2026 23:12:59 +0000 Subject: [PATCH] Add semgrep plugin to marketplace Co-authored-by: claude --- .claude-plugin/marketplace.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a05d162..6c1b6a2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -660,6 +660,18 @@ "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", + "ref": "main", + "sha": "9fa3dd7166a15a4fa04aea00116176a03867328d" + }, + "homepage": "https://github.com/semgrep/mcp-marketplace.git" } ] }