diff --git a/README.md b/README.md index e9fd6ac..4f1924b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Built for my own Claude Code workflow and shared openly for anyone who finds the ## Plugins -### [LLM Security](plugins/llm-security/) `v5.0.0` +### [LLM Security](plugins/llm-security/) `v5.1.0` Security scanning, auditing, and threat modeling for agentic AI projects. diff --git a/plugins/llm-security/.claude-plugin/plugin.json b/plugins/llm-security/.claude-plugin/plugin.json index 072eaf2..3cb251c 100644 --- a/plugins/llm-security/.claude-plugin/plugin.json +++ b/plugins/llm-security/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "llm-security", "description": "Security scanning, auditing, and threat modeling for Claude Code projects. Detects secrets, validates MCP servers, assesses security posture, and generates threat models aligned with OWASP LLM Top 10.", - "version": "5.0.0" + "version": "5.1.0" } diff --git a/plugins/llm-security/README.md b/plugins/llm-security/README.md index 99bbe06..addfc1e 100644 --- a/plugins/llm-security/README.md +++ b/plugins/llm-security/README.md @@ -4,7 +4,7 @@ *Built for my own Claude Code workflow and shared openly for anyone who finds it useful. This is a solo project — bug reports and feature requests are welcome, but pull requests are not accepted.* -![Version](https://img.shields.io/badge/version-5.0.0-blue) +![Version](https://img.shields.io/badge/version-5.1.0-blue) ![Platform](https://img.shields.io/badge/platform-Claude_Code_Plugin-purple) ![Agents](https://img.shields.io/badge/agents-6-orange) ![Scanners](https://img.shields.io/badge/scanners-15-cyan)