ci(scan): adopt static pin check for auto-exec MCP launchers (annotate-only) - #891
Draft
bryan-anthropic wants to merge 1 commit into
Draft
ci(scan): adopt static pin check for auto-exec MCP launchers (annotate-only)#891bryan-anthropic wants to merge 1 commit into
bryan-anthropic wants to merge 1 commit into
Conversation
…e-only) Re-pin scan-plugins to the community#2361 head: deterministic detection of floating npx/bunx/uvx/pipx MCP-server launcher specs (registry-resolved at session start, not fixed by the pinned source SHA). This surface stays annotate-only — fail-on-unpinned-autoexec is deliberately not set, and no waivers file is shipped (no adjudicated pin exceptions here). Re-pin to the merge SHA once community#2361 lands. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
Adopts the shared scan action's new deterministic static pin check on this marketplace, in annotate-only posture:
scan-pluginsto the head of ci(scan): deterministic static pin check for auto-exec MCP launchers (per-consumer severity) claude-plugins-community#2361, which adds an always-on, auth-free static classification of each scanned entry's declared.mcp.jsonMCP servers: a package-manager launcher (npx/bunx/uvx/pipx) with a floating spec (@latest/dist-tag, version range, or bare unversioned name) executes registry-resolved code at session start — code the entry's pinned source SHA does not fix.fail-on-unpinned-autoexecis deliberately not set. Findings surface as::warningannotations, a summary-table column, andunpinned_autoexec_*fields on the verdict output — for maintainer judgment, not an automatic block.Merge order
Hold until anthropics/claude-plugins-community#2361 merges, then update the pin here to its merge SHA (the current pin is #2361's review head, kept so CI on this PR exercises the real step).
Draft for review — please do not merge without a maintainer stamp.