sentry-cli
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: Installation instructions include downloading a script from Sentry's official domain and piping it to the shell. Evidence:
curl https://cli.sentry.dev/install -fsS | bashinSKILL.md. This is an established installation method for this well-known service. - [COMMAND_EXECUTION]: The skill documents the use of sentry CLI commands for various tasks, including API interaction. Evidence:
sentry org list,sentry project view, andsentry api. - [CREDENTIALS_UNSAFE]: Includes commands that can display authentication tokens in the console. Evidence:
sentry auth tokenandsentry auth status --showToken. - [EXTERNAL_DOWNLOADS]: Recommends installing the sentry package via NPM. Evidence:
npm install -g sentry.
Audit Metadata