jira
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill presents an exposure to indirect prompt injection due to processing untrusted data alongside active system capabilities.
- Ingestion points: In
SKILL.md,references/commands.md, andreferences/mcp.md, the skill reads issue data, comments, and descriptions via tools likemcp__atlassian__getJiraIssueand commands likejira issue view. - Boundary markers: Absent. No protective isolation delimiters or instructions are used to shield the agent from instructions embedded in issue text.
- Capability inventory: The skill utilizes local shell commands (
jiraCLI) and network operations (Atlassian MCP) to create, modify, and delete tickets. - Sanitization: Absent. No filtering or escaping mechanisms are specified for incoming Jira ticket data.
- [COMMAND_EXECUTION]: The skill instructs the agent to run shell commands via the
jiraCLI and a bundled script namedjira-link-issuesto manage project workflows and tickets locally, as shown inSKILL.mdandreferences/commands.md.
Audit Metadata