sentry-ruby-sdk

Fail

Audited by Runlayer on Feb 28, 2026

Risk Level: HIGH
Scan Summary
Max Score
93%
Files
8
Flagged
6
Chunks
9
Flagged Files (6)
sentry-ruby-sdk/SKILL.mdHIGH
93.4%

Malicious tool definition detected

sentry-ruby-sdk/references/crons.mdMEDIUM
78.8%

Malicious tool definition detected

## Upserting Monitor Configuration Pass `monitor_config` in the initial check-in to create or update the monitor definition programmatically (no manual setup in Sentry UI required): ```ruby monitor_config = Sentry::Cron::MonitorConfig.from_crontab( "5 * * * *", # runs at :05 every hour checkin_margin: 5, max_runtime: 15, timezone: "Europe/Berlin" ) check_in_id = Sentry.capture_check_in( "hourly-sync", :in_progress, monitor_config: monitor_config ) # ...

sentry-ruby-sdk/references/logging.mdLOW
73.4%

Malicious tool definition detected

## Filtering Logs ```ruby config.before_send_log = lambda do |log| # Drop debug-level logs in production return nil if log.level == :debug # Scrub sensitive content log.message = log.message.gsub(/token=\S+/, "token=[FILTERED]") log end ``` ## Breadcrumb Loggers Breadcrumbs are different from Sentry Logs — they are attached to the next error event, not sent independently.

sentry-ruby-sdk/references/migration.mdLOW
65.0%

Tool passed security scan

sentry-ruby-sdk/references/metrics.mdLOW
61.9%

Tool passed security scan

sentry-ruby-sdk/references/tracing.mdLOW
53.9%

Tool passed security scan

Passed Files (2)Click to expand
sentry-ruby-sdk/references/profiling.mdOK
41.5%

Tool passed security scan

sentry-ruby-sdk/references/error-monitoring.mdOK
38.0%

Tool passed security scan

Audit Metadata
Max File Score
93%
Classification
UNKNOWN_SERVER
Files Scanned
8
Files Flagged
6
Chunks Analyzed
9
Analyzed
Feb 28, 2026, 01:55 AM
Security Audit — runlayer — sentry-ruby-sdk