confluence-api-doc
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [SAFE]: The skill performs legitimate synchronization of documentation files to Confluence. Its operations are transparent and consistent with its stated purpose of documentation management.
- [EXTERNAL_DOWNLOADS]: References the Atlassian CLI (acli) and provides installation instructions from trusted, well-known sources such as the official Atlassian developer portal and the official Homebrew tap. These are standard industry tools and do not pose a risk.
- [COMMAND_EXECUTION]: Uses
acliandcurlto fetch page information and update content on Confluence. These commands are executed locally within the context of the user's project and do not involve suspicious remote script execution or piped shell commands. - [CREDENTIALS_UNSAFE]: Manages authentication by retrieving existing session info from
acli auth statusor checking for aCONFLUENCE_API_TOKENenvironment variable. If missing, it guides the user to generate a token through the official Atlassian security profile, ensuring that credentials are handled via secure, user-managed channels.
Audit Metadata