可信 — 风险评分 0/100
上次扫描:2 天前 重新扫描
0 /100
github-iteration-workflow
GitHub Issue 全流程自动化处理。当用户要求处理 GitHub Issue、拉取并修复 Issue、创建 PR、监控 CI/CD、合并部署时使用此技能。涵盖从 Issue 拉取、代码修复、PR 创建、CI/CD 监控到合并部署的完整自动化流程。
This is a pure documentation file describing GitHub workflow automation using standard gh CLI and git commands with no executable code or suspicious behavior.
技能名称github-iteration-workflow
分析耗时18.4s
引擎pi
可以安装
No action required. The skill is a documentation-only workflow guide.
资源类型声明权限推断权限状态证据
命令执行 WRITE WRITE ✓ 一致 SKILL.md:1 - Documents gh CLI and git shell commands for workflow automation
网络访问 READ READ ✓ 一致 SKILL.md:1 - Uses gh CLI for GitHub API communication only
文件系统 READ READ ✓ 一致 SKILL.md:1 - Operates on locally cloned repository

目录结构

1 文件 · 3.4 KB · 148 行
Markdown 1f · 148L
└─ 📝 SKILL.md Markdown 148L · 3.4 KB

安全亮点

✓ Pure documentation file with no executable code
✓ All operations clearly declared using standard gh CLI and git commands
✓ No credential harvesting or environment variable access
✓ No network requests to external IPs beyond GitHub API via gh
✓ No base64, obfuscation, or suspicious encoding patterns
✓ No downloads from untrusted sources
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ Standard GitHub workflow automation with proper authentication requirements