Add Skill Inspector companion skill#252
Closed
Dxboy266 wants to merge 7 commits into
Closed
Conversation
Author
|
Closing this superseded PR because its original branch name and earlier iteration were misleading. Reopened as #253 with a clean branch and a single skill-only commit under skills/skill-inspector. |
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
Adds
skills/skill-inspector, a companion Agent Skill that uses SkillSpector as the static evidence layer before an agent performs source-aware semantic review.The skill workflow:
skillspector scan --no-llm --format jsonSKILL.md, executable scripts, MCP config/tool metadata, and finding locationsAPPROVE/CAUTION/REJECTWhy
SkillSpector scores and findings are strong evidence, but some sensitive capabilities are expected for certain skills. This companion skill gives agent runtimes a repeatable install-before-review workflow that does not require configuring an LLM provider inside SkillSpector.
Files
skills/skill-inspector/SKILL.mdskills/skill-inspector/README.mdskills/skill-inspector/LICENSEVerification
Scanned the companion skill locally with SkillSpector static mode:
Result:
0 / LOW / SAFE, no issues.