github-action
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill processes external data from GitHub issues and pull requests, creating a surface for indirect prompt injection. Ingestion points: The skill uses
gh api,gh pr view, andgh issue viewwithinSKILL.mdto read content from GitHub that can be controlled by external users. Boundary markers: No delimiters or isolation instructions are provided to separate user-controllable data from the agent's instructions. Capability inventory: The skill possesses significant write-access capabilities includinggit push,gh pr create, andgh apiPATCH/POST requests which allow it to modify the repository and conversation state. Sanitization: No sanitization or validation mechanisms are implemented to filter incoming data ingested from GitHub.
Audit Metadata