sentry-cocoa-sdk

Fail

Audited by Runlayer on Mar 2, 2026

Risk Level: HIGH
Scan Summary
Max Score
91%
Files
7
Flagged
7
Chunks
13
Flagged Files (7)
sentry-cocoa-sdk/SKILL.mdHIGH
91.5%

Malicious tool definition detected

sentry-cocoa-sdk/references/error-monitoring.mdMEDIUM
86.8%

Tool passed security scan

Malicious tool definition detected

sentry-cocoa-sdk/references/session-replay.mdMEDIUM
80.3%

Tool passed security scan

Malicious tool definition detected

Description: Expected — SDK 8.57.0+ auto-disables for safety; use the experimental override at your own risk | | PII visible in replay | Verify `maskAllText = true` and `maskAllImages = true`; check `.sentryReplayUnmask()` isn't applied too broadly | | Scrolling jank during replay | Enable `enableFastViewRendering = true`; switch to `quality = .low`; consider disabling on low-end devices | | Replay stops after 60 minutes | Expected — `maximumDuration = 3600` seconds is the default cap | | Error

sentry-cocoa-sdk/references/tracing.mdLOW
71.7%

Tool passed security scan

Malicious tool definition detected

```swift options.enableCoreDataTracing = true // default // Disable options.enableCoreDataTracing = false ``` --- ## Distributed Tracing Sentry injects two headers into outgoing `NSURLSession` requests when the host matches `tracePropagationTargets`: | Header | Purpose | |--------|---------| | `sentry-trace` | Carries trace ID, span ID, and sampled flag | | `baggage` | Carries Dynamic Sampling Context key-value pairs | ```swift SentrySDK.start { options in options.dsn = "___PUBLIC_DSN___" option

sentry-cocoa-sdk/references/logging.mdLOW
71.2%

Malicious tool definition detected

sentry-cocoa-sdk/references/user-feedback.mdLOW
60.1%

Tool passed security scan

sentry-cocoa-sdk/references/profiling.mdLOW
50.2%

Tool passed security scan

Audit Metadata
Max File Score
91%
Classification
KNOWN_SERVER_PARTIAL_KNOWN
Files Scanned
7
Files Flagged
7
Chunks Analyzed
13
Analyzed
Mar 2, 2026, 12:00 AM
Security Audit — runlayer — sentry-cocoa-sdk