coderabbit-common-errors
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute Bash commands to debug environment configurations. Specifically, it uses
echo $CODERABBIT_API_KEYandenv | grep CODERABBITto verify that required credentials are set. This will result in sensitive environment variable values being printed to the agent's output session. - [COMMAND_EXECUTION]: The skill utilizes
curlto perform connectivity tests against official CodeRabbit domains (api.coderabbit.comandstatus.coderabbit.com). These operations are limited to header checks (-I) and status retrieval (-s). - [EXTERNAL_DOWNLOADS]: The skill references and interacts with well-known service domains for CodeRabbit to facilitate diagnostic checks. These interactions are consistent with the skill's primary purpose of troubleshooting integration issues.
Audit Metadata