coderabbit-install-auth
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes a command to download and execute an installation script for the CodeRabbit CLI using
curl -fsSL https://cli.coderabbit.ai/install.sh | sh. This script is hosted on the service's official domain and represents a standard installation pattern for this tool. - [EXTERNAL_DOWNLOADS]: Fetches configuration and installation scripts from
coderabbit.ai, the official domain for the code review service. - [COMMAND_EXECUTION]: Uses the GitHub CLI (
gh) to verify installation via API calls and to create a test pull request for integration verification.
Audit Metadata