sentry-dotnet-sdk

Fail

Audited by Runlayer on Mar 2, 2026

Risk Level: HIGH
Scan Summary
Max Score
94%
Files
6
Flagged
6
Chunks
17
Flagged Files (6)
sentry-dotnet-sdk/references/profiling.mdHIGH
93.9%

Tool passed security scan

Malicious tool definition detected

| --- ## Complete Setup Example ```csharp // Program.cs — ASP.NET Core with tracing + profiling using Sentry; var builder = WebApplication.CreateBuilder(args); builder.WebHost.UseSentry(options => { options.Dsn = "https://examplePublicKey@o0.ingest.sentry.io/0"; options.Environment = builder.Environment.EnvironmentName; options.Release = "my-app@1.2.3"; // Tracing: sample 10% of requests in production options.TracesSampleRate = builder.Environment.IsProduction() ? 0.1 : 1.0; // Profiling: profil

sentry-dotnet-sdk/references/error-monitoring.mdMEDIUM
89.2%

Tool passed security scan

Malicious tool definition detected

sentry-dotnet-sdk/references/tracing.mdMEDIUM
88.1%

Tool passed security scan

Malicious tool definition detected

sentry-dotnet-sdk/references/crons.mdMEDIUM
83.5%

Tool passed security scan

Malicious tool definition detected

Tool: sentry-dotnet-sdk/references/crons.md [2/2] Description: DoWorkAsync(context.CancellationToken); SentrySdk.CaptureCheckIn(slug, CheckInStatus.Ok, checkInId); } catch (Exception ex) { SentrySdk.CaptureCheckIn(slug, CheckInStatus.Error, checkInId); throw new JobExecutionException(ex); } } } ``` --- ## Long-Running Job Pattern (Heartbeat Loop) For processes that run continuously and should check in periodically: ```csharp public class LongRunningProcessor : BackgroundService { private const s

sentry-dotnet-sdk/SKILL.mdMEDIUM
82.5%

Malicious tool definition detected

sentry-dotnet-sdk/references/logging.mdMEDIUM
81.2%

Malicious tool definition detected

Audit Metadata
Max File Score
94%
Classification
UNKNOWN_SERVER
Files Scanned
6
Files Flagged
6
Chunks Analyzed
17
Analyzed
Mar 2, 2026, 12:00 AM
Security Audit — runlayer — sentry-dotnet-sdk