sentry
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the Sentry CLI installation script from Sentry's official domain and pipes it to bash for execution (
curl -sL https://sentry.io/get-cli/ | bash). Sentry is a well-known technology provider and this is a standard installation pattern for their tooling. - [EXTERNAL_DOWNLOADS]: Clones the official self-hosted deployment repository from Sentry's GitHub organization (
github.com/getsentry/self-hosted.git). - [COMMAND_EXECUTION]: Instructs the agent on using various command-line tools such as
sentry-cli,docker compose, andgit, which are necessary for managing Sentry projects and deployments. - [SAFE]: Encourages secure credential management by recommending the use of environment variables for
SENTRY_AUTH_TOKENrather than hardcoding values. - [SAFE]: Explicitly includes guidance and code samples for 'Data Scrubbing' using the
beforeSendhook to remove PII (Personally Identifiable Information) and sensitive headers likeAuthorizationandCookiefrom events before they leave the local environment.
Audit Metadata