From 9d42292da6baeadbb0827d0df3a6395d2b9fa7bf Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Sat, 18 Jul 2026 11:02:36 +0200 Subject: [PATCH] chore(catalog): bump llm-security v7.8.2 -> v7.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit llm-security v7.8.3 — release. Catalog ref now pins the v7.8.3 tag so `claude plugin update` resolves the release. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/marketplace.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d39c1cd..1ff99e6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -15,7 +15,7 @@ "source": { "source": "url", "url": "https://git.fromaitochitta.com/open/llm-security.git", - "ref": "v7.8.2" + "ref": "v7.8.3" }, "description": "Security scanning, auditing, and threat modeling for Claude Code projects. OWASP LLM Top 10 (2025) and Agentic AI Top 10." }, diff --git a/README.md b/README.md index 15e9408..637d7ae 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Each plugin keeps its own full README and CHANGELOG; this page is just the catal ## Plugins -### [LLM Security](https://git.fromaitochitta.com/open/llm-security) `v7.8.2` +### [LLM Security](https://git.fromaitochitta.com/open/llm-security) `v7.8.3` Security scanning, auditing, and threat modeling for agentic AI projects. Built on OWASP LLM Top 10 (2025), OWASP Agentic AI Top 10, and Google DeepMind's AI Agent Traps taxonomy.