扫描报告
5 /100
GitHub PR Automation Skill
Automates GitHub open-source contributions from finding good first issues to submitting PRs
Legitimate GitHub PR automation skill with fully declared capabilities using standard GitHub CLI and git operations.
可以安装
No security concerns. Skill performs standard GitHub workflow automation with proper documentation.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | git clone, git checkout, file writes for code implementation |
| 网络访问 | READ | READ | ✓ 一致 | gh search, gh api, web search for finding issues |
| 命令执行 | WRITE | WRITE | ✓ 一致 | bash commands for gh, git operations as documented |
| 技能调用 | NONE | NONE | — | No skill chaining declared |
| 环境变量 | NONE | NONE | — | No environment variable access observed |
目录结构
1 文件 · 3.7 KB · 150 行 Markdown 1f · 150L
└─
SKILL.md
Markdown
安全亮点
✓ All capabilities fully declared in SKILL.md with examples
✓ Uses official GitHub CLI (gh) for all API operations
✓ No credential harvesting - delegates authentication to gh
✓ No obfuscated code, base64, or suspicious patterns
✓ Respects licenses and attribution policies
✓ Includes fallback for manual PR creation if automation fails
✓ Clean attribution and assisted development declaration