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, andlsduring the detection phase. These commands are used to identify project configuration (e.g., checkingmix.exsfor 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, andopentelemetryto the project'smix.exsfile. These packages are sourced from the official Hex package registry.
Audit Metadata