sentry-android-sdk

Fail

Audited by Runlayer on Mar 5, 2026

Risk Level: HIGH
Scan Summary
Max Score
94%
Files
8
Flagged
8
Chunks
20
Flagged Files (8)
sentry-android-sdk/references/error-monitoring.mdHIGH
93.6%

Tool passed security scan

Malicious tool definition detected

### Jetpack Compose node names Add the Sentry Kotlin Compiler Plugin to include composable function names in view hierarchy JSON: ```kotlin // build.gradle.kts plugins { id("io.sentry.kotlin.compiler.gradle") version "6.1.0" } ``` ### Manual file attachments ```kotlin Sentry.captureException(e) { scope -> scope.addAttachment(Attachment( logContents.toByteArray(), "debug.log", "text/plain" )) scope.addAttachment(Attachment( File(context.filesDir, "config.json") )) } ``` --- ## 10.

sentry-android-sdk/references/tracing.mdMEDIUM
88.7%

Tool passed security scan

Malicious tool definition detected

sentry-android-sdk/SKILL.mdMEDIUM
87.9%

Malicious tool definition detected

sentry-android-sdk/references/logging.mdMEDIUM
81.6%

Malicious tool definition detected

**Redact PII in `beforeSend`** — since 8.33.0 user attributes attach regardless of `sendDefaultPii` 5.

sentry-android-sdk/references/session-replay.mdLOW
74.0%

Tool passed security scan

Malicious tool definition detected

sentry-android-sdk/references/crons.mdLOW
73.4%

Malicious tool definition detected

**Use `setEnvironment()` per check-in** — if you run the same job in staging and production, separate them by environment to avoid cross-contamination 7.

sentry-android-sdk/references/profiling.mdLOW
69.3%

Tool passed security scan

sentry-android-sdk/references/metrics.mdLOW
69.2%

Tool passed security scan

Audit Metadata
Max File Score
94%
Classification
UNKNOWN_SERVER
Files Scanned
8
Files Flagged
8
Chunks Analyzed
20
Analyzed
Mar 5, 2026, 06:33 AM
Security Audit — runlayer — sentry-android-sdk