dotnet-core-expert
Fail
Audited by Runlayer on Mar 7, 2026
Risk Level: HIGH
Scan Summary
Flagged Files (2)
dotnet-core-expert/references/cloud-native.mdHIGH
95.1%
Malicious tool definition detected
Description: ```csharp using OpenTelemetry.Resources; using OpenTelemetry.Trace; using OpenTelemetry.Metrics; builder.Services.AddOpenTelemetry() .ConfigureResource(resource => resource.AddService("MyApp")) .WithTracing(tracing => tracing .AddAspNetCoreInstrumentation() .AddHttpClientInstrumentation() .AddEntityFrameworkCoreInstrumentation() .AddOtlpExporter(options => { options.Endpoint = new Uri("http://jaeger:4317"); })) .WithMetrics(metrics => metrics .AddAspNetCoreInstrumentation() .AddHttp
dotnet-core-expert/references/authentication.mdLOW
69.4%
Tool passed security scan
Passed Files (4)Click to expand
dotnet-core-expert/references/entity-framework.mdOK
32.5%
Tool passed security scan
dotnet-core-expert/SKILL.mdOK
31.6%
Tool passed security scan
dotnet-core-expert/references/minimal-apis.mdOK
11.1%
Tool passed security scan
dotnet-core-expert/references/clean-architecture.mdOK
3.9%
Tool passed security scan
Audit Metadata