dotnet-migrate
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard .NET CLI commands such as
dotnet effor entity framework migrations anddotnet list packagefor auditing dependencies, which are routine developer actions for project maintenance.\n- [EXTERNAL_DOWNLOADS]: The instructions refer to installing the official Microsoftupgrade-assistantglobal tool to assist with project modernization, which is a verified and trusted source.\n- [DATA_EXPOSURE]: The skill interacts with common development configuration files likeglobal.json,Directory.Packages.props, and.csprojto manage target frameworks and package versions, following standard practices for central package management and versioning.\n- [SAFE]: The workflow incorporates security best practices such as checking for package vulnerabilities viadotnet list package --vulnerableand ensuring atomic, reversible changes to minimize production risk.
Audit Metadata