Add agent skill trust check#36
Open
TateLyman wants to merge 1 commit into
Open
Conversation
✅ Validate Skills — PASSEDSummary: FAIL=0 · WARN=0 Output (last 200 lines) |
🛡️ Skills Security Scan — PASSSummary: FAIL=0 · WARN=0 · FILES=1 ✅ No issues detected. Notes: This comment auto-updates on each push to keep PRs clean. |
Signed-off-by: Tate Lyman <lymantate2@gmail.com>
12aba41 to
daecd96
Compare
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.
Submit a Skill\n\n### Skill Info\n\n- Skill name (folder name): agent-skill-trust-check\n- Short description: Pre-install trust review checklist for third-party agent skills and SKILL.md packages.\n- Author / handle: TateLyman\n- Version: 1.0\n\n### Structure Checklist\n\n- [x] My skill is in a top-level folder.\n- [x] The folder contains a SKILL.md file.\n- [x] SKILL.md includes valid YAML frontmatter: name, description, author, version, and tags.\n- [x] Supporting files live inside the skill folder. This submission has no supporting files.\n\n### Security Acknowledgement\n\n- [x] This skill does not contain malicious behavior.\n- [x] This skill does not attempt to exfiltrate secrets, tokens, or credentials.\n- [x] This skill does not contain obfuscated payloads.\n- [x] I understand that all submissions run through automated security scanning.\n- [x] I understand this PR may be rejected if it fails validation or security review.\n\n### Additional Notes\n\nThis is a text-only static review workflow for checking skills before install. Local validation passed with
node scripts/validate-skills.mjs. The local security scanner wrote a PASS report with 0 warnings and 0 failures; the script then exits on an existing trailingskstoken in the base repo scanner, so I am noting the generated report status here.