resx-source-generator-migration
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates a standard migration task in .NET projects. It guides the agent through replacing legacy generated files with a modern source-generator approach.
- [COMMAND_EXECUTION]: The skill instructs the agent to perform file system operations, specifically deleting
.Designer.csfiles and modifying.csprojXML files. These actions are restricted to the migration scope defined by the user-provided path. - [EXTERNAL_DOWNLOADS]: The skill references the
Microsoft.CodeAnalysis.ResxSourceGeneratorpackage. This is a legitimate development dependency provided by Microsoft and distributed via NuGet, which is a well-known and trusted package registry. - [INDIRECT_PROMPT_INJECTION]: The skill processes project files and resource files (
.resx). While these are external data sources, the instructions include specific validation steps (inspecting file contents, checking for non-string resources, and verifying type usage) to ensure the migration is safe and appropriate for the target code.
Audit Metadata