sentry-elixir-sdk

Pass

Audited by Gen Agent Trust Hub on May 20, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill facilitates the standard installation and configuration of the Sentry Elixir SDK. The provided instructions align with official Sentry documentation.
  • [COMMAND_EXECUTION]: The skill uses local shell commands like grep, cat, and ls during the detection phase. These commands are used to identify project configuration (e.g., checking mix.exs for existing dependencies or detecting the Elixir version) and are limited to the local project environment.
  • [CREDENTIALS_UNSAFE]: The instructions correctly advise users to manage the Sentry DSN via environment variables (System.get_env("SENTRY_DSN")), which is a standard security best practice for secret management in Elixir applications.
  • [EXTERNAL_DOWNLOADS]: The skill recommends adding standard, well-known Elixir dependencies such as sentry, finch, and opentelemetry to the project's mix.exs file. These packages are sourced from the official Hex package registry.
Audit Metadata
Risk Level
SAFE
Analyzed
May 20, 2026, 12:46 AM
Security Audit — agent-trust-hub — sentry-elixir-sdk