github-issue-fetcher
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill retrieves data from GitHub issues, which are external and potentially attacker-controlled sources.
- Ingestion points: The
gh issue listcommand inSKILL.mdis used to fetch thebody,title, andlabelsfields from issues. - Boundary markers: Absent. The retrieved content is passed to the agent context without delimiters or protective framing.
- Capability inventory: This skill is restricted to read-only operations and data parsing; it does not contain capabilities for writing files or executing commands based on the fetched data.
- Sanitization: Absent. Raw text from GitHub is processed and presented to the agent without filtering.
- [Unverifiable Dependencies & Remote Code Execution] (INFO): The skill relies on external command-line tools
ghandjq. - Evidence: The documentation provides clear, manual installation instructions for users via trusted system package managers (Homebrew, apt, winget), which is considered safe practice and does not involve automated remote script execution.
Audit Metadata