confluence-cli
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard, well-structured API client for Atlassian Confluence. It correctly handles authentication via environment variables and uses official Atlassian API endpoints.
- [SAFE]: The code follows security best practices by providing a
--dry-runmode and avoids hardcoding any credentials. - [SAFE]: External dependencies are limited to the well-known
requestslibrary for HTTP communication. - [SAFE]: Data processing is limited to display and formatting (stripping HTML tags for terminal view), with no execution of untrusted input.
Audit Metadata