sentry-elixir-sdk
Audited by Runlayer on Mar 11, 2026
Tool passed security scan
Context Poisoning
Risky tool definition detected
Signal job started {:ok, check_in_id} = Sentry.capture_check_in( status: :in_progress, monitor_slug: "daily-report" ) # 2.
Risky tool definition detected
### Enable ```elixir # config/config.exs config :sentry, enable_logs: true, # auto-attaches a TelemetryProcessor-backed LoggerHandler logs: [ level: :info, # minimum log level (default: :info) metadata: [:request_id, :user_id], # metadata keys to include as log attributes excluded_domains: [:cowboy, :ecto_sql] # domains to skip ] ``` `enable_logs: true` automatically wires up a Logger handler that captures log entries and forwards them to the Sentry Logs Protocol endpoint via the `TelemetryProce
Privilege Escalation
Destructive Action
Shadow Persistence
Supply Chain Compromise
Tool passed security scan