cli-review
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the Greptile CLI installer from the vendor's official domain (
greptile.com) usingcurl. This is a standard installation method for this tool. - [REMOTE_CODE_EXECUTION]: The skill executes the downloaded installation script by piping the
curloutput to the shell (| sh). The instructions require the agent to obtain user consent before running this command, and the source is verified as the official vendor repository. - [COMMAND_EXECUTION]: The skill uses local shell commands to check for the presence of the
greptileCLI, authenticate the user (greptile login), and execute repository reviews (greptile review). It also usesgitandnpmfor environment validation and package management.
Audit Metadata