dotnet-gc-memory
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains technical documentation and code snippets related to .NET memory management, focusing on GC modes, heap types, and buffer pooling. No malicious patterns such as prompt injection, obfuscation, or unauthorized data exfiltration were detected.
- [SAFE]: The skill mentions and provides example commands for well-known industry-standard diagnostic tools including
dotMemory(JetBrains),PerfView(Microsoft), anddotnet-counters(Microsoft .NET SDK). These are recognized as trusted utilities for performance analysis. - [SAFE]: The skill actively promotes security best practices, specifically advising the use of
clearArray: truewhen returning rented buffers toArrayPool<T>if they contain sensitive data, which prevents potential information disclosure between components.
Audit Metadata