issue
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the standard GitHub CLI (
gh) to create, view, edit, and comment on issues. This is a common and expected behavior for a repository management skill. - [SAFE]: The skill contains specific security-hardening instructions. It directs the agent to avoid passing multi-line strings directly as shell arguments, which is a key mitigation against unintended shell expansion or injection. It recommends using temporary files via the
--body-fileflag and quoted heredocs (<<'EOF') to ensure content integrity and safety.
Audit Metadata