Open
Conversation
Verifies that plugins published to this public repo first exist in the internal claude-marketplace and have passed security scanning. Checks existence, security status, and content hash integrity. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issues.github/workflows/provenance-check.yml
OpenSSF Scorecard
Scanned Files
|
saada
approved these changes
Apr 1, 2026
Match the exact exclusion logic from generate-security-manifest.py: - Use HASH_EXCLUDE_DIRS for directory-level exclusions only - Check .pyc via suffix, .DS_Store via file name (not as path parts) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Move internal marketplace repo reference to a GitHub Actions repository variable (PROVENANCE_REPO) instead of hardcoding it. Reduces information disclosure per security review. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Aligns with Anthropic's enterprise plugin pattern (knowledge-work-plugins) and Carta's existing Apache 2.0 repos. Addresses security review item #5. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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.
Summary
plugins/**carta/claude-marketplacemain branchsecurity-manifest.json)Changes Made
.github/scripts/verify-provenance.py— Python 3.12 provenance verifier (3 checks: exists, passed, hash match).github/workflows/provenance-check.yml— Workflow triggered on PRs withplugins/**changesDependencies
carta/claude-marketplacesecurity scan pipeline to be merged first (generates the manifest this workflow reads)Test plan
🤖 Generated with Claude Code