dotnet-csharp-source-generators
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill serves as a purely technical tutorial for .NET developers and does not contain any malicious instructions, prompt injections, or obfuscated content.
- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill references official Microsoft NuGet packages, including
Microsoft.CodeAnalysis.AnalyzersandMicrosoft.CodeAnalysis.CSharp, which are required for source generator development. It also provides links to official documentation onlearn.microsoft.comand thedotnet/roslynGitHub repository. - [DYNAMIC_EXECUTION]: Includes a standard code snippet for debugging that uses
System.Diagnostics.Debugger.Launch(). This is an established practice for attaching a debugger to the compiler process when developing Roslyn components and is appropriately wrapped in a#if DEBUGpreprocessor directive.
Audit Metadata