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 ef for entity framework migrations and dotnet list package for auditing dependencies, which are routine developer actions for project maintenance.\n- [EXTERNAL_DOWNLOADS]: The instructions refer to installing the official Microsoft upgrade-assistant global tool to assist with project modernization, which is a verified and trusted source.\n- [DATA_EXPOSURE]: The skill interacts with common development configuration files like global.json, Directory.Packages.props, and .csproj to 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 via dotnet list package --vulnerable and ensuring atomic, reversible changes to minimize production risk.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 13, 2026, 04:07 PM
Security Audit — agent-trust-hub — dotnet-migrate