sentry-otel-exporter-setup
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches official OpenTelemetry Collector binaries and configuration templates from GitHub (open-telemetry organization) and pulls the corresponding container image from Docker Hub.
- [COMMAND_EXECUTION]: Uses system commands to detect architecture (uname), extract archives (tar), and set permissions (chmod). It also executes the collector binary for validation and running the service.
- [REMOTE_CODE_EXECUTION]: Downloads and executes the otelcol-contrib binary from a trusted source. This behavior is necessary for the skill's functionality and follows the standard installation procedure for the OpenTelemetry project.
- [CREDENTIALS_UNSAFE]: Correctly implements security best practices by using environment variable placeholders in configuration files and requiring manual user input for actual Sentry tokens, preventing secret exposure.
Audit Metadata