sentry-elixir-sdk
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows secure configuration practices by instructing users to use environment variables (
SENTRY_DSN) for sensitive credentials rather than hardcoding them in configuration files. - [SAFE]: All command execution is restricted to standard local project inspection (
grep,ls,cat) and official Elixir build/package management tools (mix). - [SAFE]: The skill appropriately handles interactive processes by advising the user to run the
mix igniter.installcommand manually, preventing the agent from getting stuck in an interactive shell session. - [SAFE]: External references are limited to official documentation (
docs.sentry.io) and the vendor's own GitHub repositories, which are trusted sources for this skill.
Audit Metadata