to-tickets
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection because it is designed to ingest and process potentially untrusted external data.
- Ingestion points: Processes dialog context, specification files, issue numbers, and external URLs (SKILL.md).
- Boundary markers: Absent; the instructions do not include specific delimiters or warnings to ignore instructions embedded within the ingested data.
- Capability inventory: The skill allows the agent to write files to the
.scratch/directory and perform network operations to publish tickets to external issue trackers like GitHub or Linear (SKILL.md). - Sanitization: Absent; there is no mention of sanitizing or validating the external content before it is interpolated into the workflow.
- [EXTERNAL_DOWNLOADS]: The skill explicitly instructs the agent to fetch and read the full content of external URLs or issue tracker entries provided by the user to collect context.
Audit Metadata