confluence
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses
process.env.ATLASSIAN_API_TOKENfor authentication, which is a secure method for managing secrets via environment variables rather than hardcoding them. - [SAFE]: All network operations are directed to Atlassian's official infrastructure (
atlassian.net). - [SAFE]: File access is limited to a standard file stream for uploading attachments (
fs.createReadStream), which is consistent with the skill's primary purpose. - [SAFE]: No obfuscation, persistence mechanisms, or privilege escalation attempts were found.
- [SAFE]: The instructions and examples align with the stated purpose of managing Confluence documentation and spaces.
Audit Metadata