sentry-cli
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFEDATA_EXFILTRATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides installation instructions for the Sentry CLI using a shell script piped from
https://cli.sentry.dev/install. As this is an official vendor domain, the operation is a standard setup procedure for the tool. - [COMMAND_EXECUTION]: The agent is instructed to use the
sentryCLI to interact with Sentry services, including the use of wrapper commands likesentry monitor runandsentry local runwhich execute user-provided subcommands. - [CREDENTIALS_UNSAFE]: The skill documents authentication workflows such as
sentry auth loginand provides commands to display active session tokens viasentry auth token. It includes specific safety guidelines advising the agent never to log or store these authentication tokens. - [DATA_EXFILTRATION]: The CLI is designed to communicate with Sentry API endpoints to upload build artifacts, sourcemaps, and telemetry data as part of its core functionality.
Audit Metadata