issue-refine
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the official GitHub CLI (gh) for all operations, which is a standard and trusted tool for development environments.
- [SAFE]: It employs secure shell scripting patterns, specifically using quoted here-docs (<<'EOF') to pipe issue content to the gh issue edit command, effectively preventing command injection from issue data.
- [SAFE]: No external network requests to third-party domains, hardcoded secrets, or obfuscated code were identified.
- [SAFE]: The skill strictly adheres to its stated purpose of improving issue quality and does not attempt to escalate privileges or establish persistence.
- [SAFE]: All GitHub API calls are focused on legitimate issue management features, such as managing sub-issues.
Audit Metadata