migrate-dotnet9-to-dotnet10
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Security-Conscious Guidance: The skill includes detailed instructions for performing a security review post-migration. It specifically highlights potential risks such as the removal of URI length limits, changes in XML serialization behavior for obsolete properties, and potential information disclosure in connection strings.
- Trusted Infrastructure: The migration process utilizes official .NET SDK tools and references trusted Microsoft-owned repositories for documentation and package updates.
- Project Modification Surface: As part of its intended functionality, the skill performs necessary file system modifications (updating TargetFramework in project files) and executes standard build and test commands (
dotnet build,dotnet test). These operations are scoped strictly to the migration task. - Anti-Injection Instructions: The workflow explicitly directs the agent to prioritize the provided reference documents over external web searches for breaking change information, which acts as a protective measure against processing untrusted external content.
Audit Metadata