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

### macOS — uncaught NSException reporting ```swift SentrySDK.start { options in options.dsn = "___PUBLIC_DSN___" options.enableUncaughtNSExceptionReporting = true } ``` ### SIGTERM reporting (v8.27.0+) ```swift options.enableSigtermReporting = true // report background task timeouts ``` ## Scope API Quick Reference ```swift SentrySDK.configureScope { scope in scope.setTag(value: "v2", key: "api_version") scope.removeTag(key: "api_version") scope.setExtra(value: someObject, key: "debug_info") sc

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
UNKNOWN_SERVER
Files Scanned
7
Files Flagged
7
Chunks Analyzed
13
Analyzed
Mar 2, 2026, 06:44 PM
Security Audit — runlayer — sentry-cocoa-sdk