ci: gate external plugin entries on community scan merge#103
Draft
tobinsouth wants to merge 1 commit intostagingfrom
Draft
ci: gate external plugin entries on community scan merge#103tobinsouth wants to merge 1 commit intostagingfrom
tobinsouth wants to merge 1 commit intostagingfrom
Conversation
Adds a stateless check that fails if any added external marketplace.json entry (keyed by name+sha) is not already present on claude-plugins-community main. Same workflow as claude-plugins-official — see that repo's commit for full rationale.
thepointer1982
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
.github/workflows/verify-community-merged.yml— fails any PR adding an external plugin entry tomarketplace.jsonunless that entry (samename, samesource.sha) is already merged onclaude-plugins-communitymain.This repo runs no security scan; the scan is in
claude-plugins-community. This makes the gate structural instead of convention-only.Identical workflow to anthropics/claude-plugins-official#569 — see that PR for full rationale, edge cases, and test results.