to-tickets
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection by processing untrusted data from external sources and using it to perform file-write and network operations.
- Ingestion points: Fetches and reads the full body and comments of external references, such as specification paths, issue numbers, or URLs (Step 1).
- Boundary markers: Absent. The instructions do not specify any delimiters or safety warnings for the agent to ignore instructions embedded within the fetched external data.
- Capability inventory: The skill writes Markdown files locally to the
.scratch/directory and publishes issues to external trackers (GitHub, Linear, etc.) via API calls (Step 5). - Sanitization: Absent. No validation, escaping, or filtering of the content retrieved from external sources is described before it is used to populate ticket templates.
Audit Metadata