github-issues
Fail
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: HIGHPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION] (HIGH): Vulnerability to Indirect Prompt Injection through untrusted external data processing.
- Ingestion points: Data enters the agent context through tools like
mcp__github__get_issue,mcp__github__search_issues, andmcp__github__list_issueswhich fetch content from GitHub that can be controlled by external actors. - Boundary markers: The skill lacks explicit boundary markers or instructions to isolate untrusted data from the system prompt.
- Capability inventory: The skill has significant write capabilities, including
mcp__github__create_issue,mcp__github__update_issue, andmcp__github__add_issue_commentacross bothSKILL.mdandreferences/templates.md. - Sanitization: No evidence of sanitization or validation of external content is present in the workflow or templates.
Recommendations
- AI detected serious security threats
Audit Metadata