babeliocli-setup
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions provide a command to download an installation script from the author's official GitHub repository (https://raw.githubusercontent.com/yoanbernabeu/babeliocli/main/install.sh).
- [REMOTE_CODE_EXECUTION]: The installation process involves piping a remote script directly to a shell (
| sh). While this pattern carries inherent risks, the source is the skill author's own infrastructure, and it is the intended primary installation method. - [SAFE]: The skill demonstrates security best practices by recommending that users pass passwords via standard input or environment variables to avoid exposure in process lists, and by ensuring the local session file is stored with restricted permissions (0600).
Audit Metadata