confluence
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill enables interaction with Confluence by executing the
confluenceCLI tool through the Bash shell. This requires the agent to properly sanitize and quote all user-supplied inputs, such as page titles and search queries, to prevent potential shell command injection. - [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
confluence-clipackage from the public NPM registry. - [CREDENTIALS_UNSAFE]: The skill manages sensitive Atlassian Confluence API tokens. It adheres to security best practices by recommending the use of environment variables and local configuration files instead of hardcoding secrets. It also promotes the use of scoped tokens and read-only profiles to maintain least privilege.
- [PROMPT_INJECTION]: The skill allows the agent to read content from an external Confluence instance (via
read,search, andcomments). This creates an indirect prompt injection surface where untrusted content from the wiki could contain instructions intended to manipulate the agent's behavior. 1. Ingestion points: Remote data is ingested through theread,search,info, andcommentscommands. 2. Boundary markers: The skill does not define specific markers or instructions to isolate retrieved content from the agent's system prompt. 3. Capability inventory: The agent has access toBashfor CLI execution andWritefor file system operations (e.g.,exportandattachment-upload). 4. Sanitization: No explicit content sanitization or validation of the remote Confluence data is documented.
Audit Metadata