From a74f37d0b86f50dafa32be7e36e9460c72257a61 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Thu, 18 Jun 2026 09:18:19 +0200 Subject: [PATCH] chore(marketplace): externalise llm-security --- .claude-plugin/marketplace.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4293cf5..c8db50a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -12,7 +12,11 @@ "plugins": [ { "name": "llm-security", - "source": "./plugins/llm-security", + "source": { + "source": "url", + "url": "https://git.fromaitochitta.com/open/llm-security.git", + "ref": "v7.7.2" + }, "description": "Security scanning, auditing, and threat modeling for Claude Code projects. OWASP LLM Top 10 (2025) and Agentic AI Top 10." }, {