cyrus-setup-endpoint
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official ngrok agent binary from its distribution point on Amazon S3 during the Linux setup process.
- [COMMAND_EXECUTION]: Uses
sudoto install the downloaded ngrok executable into a system binary directory (/usr/local/bin) on Linux. - [COMMAND_EXECUTION]: Manages local configuration files and environment variables using
printf,cat, and shell redirection to store endpoint settings and user-provided tokens. - [SAFE]: Includes explicit instructions to prevent the agent from reading sensitive files like
.envinto the interaction context, utilizinggrepfor status checks to maintain data privacy.
Audit Metadata