sentry-otel-exporter-setup
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads configuration templates and binary releases from the official OpenTelemetry repositories.
- Fetches
example-config.yamlandspec.mdfromraw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib. - Downloads the collector binary from
github.com/open-telemetry/opentelemetry-collector-releases. - [REMOTE_CODE_EXECUTION]: The skill downloads and executes an external binary to set up the telemetry collector.
- Instructions involve downloading a
.tar.gzarchive, extracting it, and executing theotelcol-contribbinary. - [COMMAND_EXECUTION]: The skill uses shell commands to manage the setup process and verify the environment.
- Executes
unameto determine system architecture. - Performs file operations including
chmod +xandrmon downloaded assets. - Orchestrates the collector execution using
docker runor direct shell execution with environment variables sourced from a.envfile.
Audit Metadata