sentry-svelte-sdk

Warn

Audited by Runlayer on Mar 6, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
89%
Files
5
Flagged
5
Chunks
10
Flagged Files (5)
sentry-svelte-sdk/references/logging.mdMEDIUM
88.9%

Risky tool definition detected

sentry-svelte-sdk/references/session-replay.mdMEDIUM
85.9%

Tool passed security scan

Risky tool definition detected

--- ## Performance Considerations - Compression runs in a **Web Worker** — minimal main-thread impact - `mutationLimit` protects against DOM-heavy frameworks that trigger thousands of mutations - Network body capture is opt-in per URL — no performance cost without `networkDetailAllowUrls` - Lazy loading (`Sentry.addIntegration()`) reduces initial bundle size by ~50KB gzipped - "Errors-only" strategy (`replaysSessionSampleRate: 0`) has near-zero overhead when no error occurs --- ## Best Practices

sentry-svelte-sdk/SKILL.mdLOW
71.7%

Tool passed security scan

Risky tool definition detected

Tool: sentry-svelte-sdk/SKILL.md [2/2] Description: (`src/main.ts` or `src/main.js`) **before** mounting the app: ```typescript import * as Sentry from "@sentry/svelte"; import App from "./App.svelte"; Sentry.init({ dsn: import.meta.env.VITE_SENTRY_DSN, environment: import.meta.env.MODE, sendDefaultPii: true, integrations: [ Sentry.browserTracingIntegration(), Sentry.replayIntegration({ maskAllText: true, blockAllMedia: true, }), ], tracesSampleRate: 1.0, tracePropagationTargets: ["localhost", /

sentry-svelte-sdk/references/error-monitoring.mdLOW
70.0%

Tool passed security scan

Risky tool definition detected

sentry-svelte-sdk/references/tracing.mdLOW
69.7%

Tool passed security scan

Audit Metadata
Max File Score
89%
Classification
UNKNOWN_SERVER
Files Scanned
5
Files Flagged
5
Chunks Analyzed
10
Analyzed
Mar 6, 2026, 08:43 AM
Security Audit — runlayer — sentry-svelte-sdk