Skip to content

fix(marketplace): sync security-guidance version and description with plugin.json#66577

Open
sridhar-3009 wants to merge 1 commit into
anthropics:mainfrom
sridhar-3009:fix/security-guidance-marketplace-version
Open

fix(marketplace): sync security-guidance version and description with plugin.json#66577
sridhar-3009 wants to merge 1 commit into
anthropics:mainfrom
sridhar-3009:fix/security-guidance-marketplace-version

Conversation

@sridhar-3009

Copy link
Copy Markdown

Problem

The security-guidance entry in .claude-plugin/marketplace.json is out of sync with the plugin's own plugin.json:

Field marketplace.json plugin.json
version 1.0.0 2.0.0
description "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns" "Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes."

The plugin was substantially upgraded to v2.0.0 when LLM-powered diff review and the agentic commit reviewer were added, but the marketplace entry was never updated.

Fix

Copy the current version and description from plugin.json into marketplace.json so the marketplace reflects the plugin's actual capabilities.

Changes

  • .claude-plugin/marketplace.json: update security-guidance version from 1.0.02.0.0 and sync description from plugin.json

… plugin.json

The marketplace entry still shows v1.0.0 with the original pattern-only
description. plugin.json was bumped to 2.0.0 when LLM-powered diff review
and the agentic commit reviewer were added. Copy the version and the
current description from plugin.json so the marketplace reflects the
plugin's actual capabilities.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@stevei101 stevei101 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by Antigravity AI pair programmer after verifying CI checks pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants