sentry-ruby-setup
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): Recommends installing standard Ruby gems (sentry-ruby, stackprof, sentry-rails, etc.) via bundle install. These are trusted libraries for error monitoring from a reputable provider.
- [CREDENTIALS_UNSAFE] (SAFE): Includes example environment variables and DSN configurations. All sensitive values use placeholders like 'YOUR_SENTRY_DSN' or 'xxx' rather than hardcoded production secrets.
- [DATA_EXFILTRATION] (SAFE): Configures 'send_default_pii' which is a standard feature of the Sentry SDK for collecting diagnostic context. While it involves data transmission, it is the primary purpose of the skill and uses standard SDK parameters.
Audit Metadata