github-projects
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill primarily serves as a reference for the
ghcommand-line tool. All operations are conducted through the user's localghinstallation, relying on standard GitHub authentication and authorization flows.- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion of data from GitHub (e.g., issue titles, PR descriptions) which could theoretically contain malicious instructions. However, this is a known risk for any tool interacting with user-generated content and is considered a baseline surface in this context. - Ingestion points: Data is retrieved via
gh project item-listandgh issue listas documented inSKILL.mdandreferences/items.md. - Boundary markers: The instructions do not define specific delimiters for separating ingested issue content from the agent's instructions.
- Capability inventory: The skill provides access to
gh projectcommands for managing project structure and content across all files. - Sanitization: There are no instructions for sanitizing or escaping the content retrieved from GitHub before it is processed by the agent.
Audit Metadata