dotnet-profiling
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill instructs on the collection of full process memory dumps using
dotnet-dump collect. While memory dumps can contain sensitive information like credentials or PII if they exist in the application's heap at the time of capture, this is presented as a standard and necessary procedure for investigating memory leaks and heap fragmentation. - [EXTERNAL_DOWNLOADS]: The skill references
https://www.speedscope.app/as a visualization tool for performance traces. This is a well-known and widely used tool for flame graph analysis in the developer community. - [COMMAND_EXECUTION]: The skill includes various shell commands for utilizing .NET SDK diagnostic tools (
dotnet-counters,dotnet-trace,dotnet-dump). These are standard CLI tools provided by Microsoft for runtime diagnostics.
Audit Metadata