issue-create
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the official GitHub CLI (
gh) for all operations, ensuring interactions are authenticated and scoped to the repository. - [SAFE]: Implements secure shell practices by using quoted heredocs (
<<'EOF') when passing the issue body to theghcommand. This prevents shell expansion of any potentially malicious symbols or commands within user-provided text. - [SAFE]: The logic for handling sub-issues and dependencies follows official GitHub workflows and utilizes the GitHub API appropriately for parent-child linking.
- [SAFE]: No suspicious network activity, data exfiltration patterns, or obfuscation techniques were detected.
Audit Metadata