Scan Report
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.
Safe to install
No action required. The skill is a documentation-only workflow guide.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:1 - Documents gh CLI and git shell commands for workflow automation |
| Network | READ | READ | ✓ Aligned | SKILL.md:1 - Uses gh CLI for GitHub API communication only |
| Filesystem | READ | READ | ✓ Aligned | SKILL.md:1 - Operates on locally cloned repository |
File Tree
1 files · 3.4 KB · 148 lines Markdown 1f · 148L
└─
SKILL.md
Markdown
Security Positives
✓ 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