sentry-otel-exporter-setup
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the OpenTelemetry Collector binary and configuration templates from official OpenTelemetry GitHub repositories.
- [COMMAND_EXECUTION]: Executes shell commands for system architecture detection, binary extraction, and running the collector via binary or Docker.
- [INDIRECT_PROMPT_INJECTION]: The skill processes external YAML configuration files and documentation from remote repositories, as well as local project configuration files.
- Ingestion points: Reads local YAML files containing
receivers:and fetchesexample-config.yamlandspec.mdfrom the OpenTelemetry GitHub repository. - Boundary markers: Absent; the skill does not use specific delimiters when processing these files.
- Capability inventory: Executes shell commands via
curl,tar,chmod, and binary execution ofotelcol-contrib. It also performs Docker operations. - Sanitization: Absent; the skill does not explicitly sanitize the content of the fetched configuration files before use.
- [DYNAMIC_EXECUTION]: Loads environment variables by sourcing a user-specified
.envfile and executes a binary downloaded from an external source.
Audit Metadata