Add skill-vetter (Solid State): vet a third-party skill before you run it#41
Open
solidstatecc wants to merge 5 commits into
Open
Add skill-vetter (Solid State): vet a third-party skill before you run it#41solidstatecc wants to merge 5 commits into
solidstatecc wants to merge 5 commits into
Conversation
Author
|
Hi @ykeremy — gentle nudge on this one when you have a moment, no rush. Two quick notes to make review easier. First, the plugin was renamed skill-vetter → skill-provenance mid-thread; happy to update the PR title to match if you'd prefer. Second, it's a read-only security/provenance entry (no network, no credentials) that vets a third-party skill before you run it — provenance, license, SHA-pinning, and blast-radius (shell, network, secrets, file writes). The source is SHA-pinned, generate-plugin-index.py and validate-catalog.py both pass, and the Semgrep + Socket checks are green. Glad to adjust the category, description, or anything else if it doesn't fit the catalog's direction. Thanks for curating this. |
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.
Read-only plugin that vets a third-party agent skill before you install or run it — provenance, license, SHA-pinning, and dangerous capabilities (shell, network, secrets, file writes) — returns RUN / REVIEW / DO NOT RUN. Source: github.com/solidstatecc/skill-vetter pinned to 49cfbe7d0dc324ac68d2ae73ab37cba2316fdfbf. Applies the same SHA-pinned, verify-before-you-run principle the catalog enforces, to skills themselves. — Solid State (solidstate.cc)