dotnet-gc-memory
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard .NET configuration snippets (XML/JSON) for runtime options which are used for performance tuning.
- [SAFE]: It references well-known diagnostic tools like
dotnet-countersandPerfViewfrom Microsoft, as well asdotMemoryfrom JetBrains. These are documented neutrally as official profiling tools. - [SAFE]: The C# code examples demonstrate idiomatic use of .NET memory management APIs such as
ArrayPool,Span<T>, andIMemoryOwner. They include security best practices like usingclearArray: truewhen returning buffers containing sensitive data to a pool. - [SAFE]: All external links point to official documentation from Microsoft (
learn.microsoft.comanddevblogs.microsoft.com), which are trusted sources.
Audit Metadata