acli
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process data from external Atlassian services, such as Jira issue descriptions, comments, and Confluence page content. Because this data is user-controlled, it represents a surface for indirect prompt injection attacks where malicious instructions could be embedded in tickets to influence the agent's behavior.
- Ingestion points: Commands such as
acli jira workitem search,acli jira workitem view, andacli confluence page viewread content into the agent's context. - Capabilities: The skill has broad capabilities including execution of
aclicommands andcurlrequests to the Atlassian API. - Sanitization: Includes a dedicated ADF (Atlassian Document Format) converter and validator in
scripts/md-to-adf.tsto ensure structural integrity of data sent to Jira, which provides some protection against malformed payloads but not natural language injection. - [EXTERNAL_DOWNLOADS]: The documentation and quick start guides provide instructions for downloading the
aclibinary fromacli.atlassian.com. This is the official distribution domain for the Atlassian CLI tool and is considered a well-known service associated with the tool's vendor. - [COMMAND_EXECUTION]: The skill functions by executing the
acliCLI tool andcurlcommands via theBashtool. It also includes utility scripts (scripts/md-to-adf.ts,scripts/jira-attach-media.ts) executed via thebunruntime for handling rich text conversion and media attachments.
Audit Metadata