sentry-dotnet-sdk

Fail

Audited by Runlayer on Mar 5, 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

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

Tool passed security scan

Malicious tool definition detected

Tool: sentry-dotnet-sdk/references/error-monitoring.md [4/4]

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.0%

Malicious tool definition detected

| |---------|---------------|-------------| | Error Monitoring | `references/error-monitoring.md` | Always — `CaptureException`, scopes, enrichment, filtering | | Tracing | `references/tracing.md` | Server apps, distributed tracing, EF Core spans, custom instrumentation | | Profiling | `references/profiling.md` | Performance-critical apps on .NET 6+ | | Logging | `references/logging.md` | `ILogger<T>`, Serilog, NLog, log4net integration | | Crons | `references/crons.md` | Hangfire, Quartz.NET, o

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 5, 2026, 07:31 AM
Security Audit — runlayer — sentry-dotnet-sdk