jira
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill represents an indirect prompt injection surface because it ingests untrusted data from external Jira issue fields (summaries, descriptions, and comments) while maintaining the capability to perform write operations on the same platform.
- Ingestion points: External data enters the agent context via the
listandviewcommands inscripts/jira, which fetch ticket details from the Jira REST API. - Boundary markers: The skill does not implement explicit delimiters or specific "ignore embedded instructions" warnings for the data retrieved from Jira before it is presented to the agent.
- Capability inventory: The CLI script has network access via the
requestslibrary and supports state-changing actions such ascreate,comment, andtransitionthrough POST and PUT requests to the Jira API. - Sanitization: The
_extract_textmethod inscripts/jiraconverts Atlassian Document Format (ADF) JSON structures into plain text, which provides a layer of sanitization for the displayed content.
Audit Metadata