jira
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from Jira issue summaries, descriptions, and comments, which could potentially contain malicious instructions aimed at influencing the agent's behavior.
- Ingestion points: Untrusted data enters the agent context through issue view operations (
jira issue view) and search results (mcp__atlassian__searchJiraIssuesUsingJql), as documented inSKILL.mdandreferences/mcp.md. - Boundary markers: The skill includes instructions to "Show current vs proposed changes" and "Get approval before updating" in
SKILL.mdto mitigate accidental obedience to embedded instructions. - Capability inventory: The skill has the capability to execute shell commands via the
jiraCLI and perform Atlassian MCP tool calls for ticket creation, updates, and transitions. - Sanitization: There is no evidence of explicit sanitization or filtering of Jira ticket content before it is processed or displayed by the agent.
- [COMMAND_EXECUTION]: The skill is designed to interact with the local environment by executing the
jiraCLI tool for issue management and sprint operations, as detailed inSKILL.mdandreferences/commands.md. - [EXTERNAL_DOWNLOADS]: The documentation in
references/mcp.mdinstructs the agent to execute a script located at~/.claude/skills/jira/jira-link-issuesto handle issue linking. This script is not included in the provided skill files, making its behavior unverifiable during this analysis. - [EXTERNAL_DOWNLOADS]: The skill recommends the installation of a third-party CLI tool (
ankitpokhrel/jira-cli) via Homebrew or GitHub releases to enable core functionality.
Audit Metadata