Pārlūkot izejas kodu

Add semgrep plugin to marketplace

Co-authored-by: claude <noreply@anthropic.com>
Noah Zweben 6 mēneši atpakaļ
vecāks
revīzija
85c44a8b68
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 10 0
      .claude-plugin/marketplace.json

+ 10 - 0
.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"
     }
   ]
 }