migrate-mstest-v1v2-to-v3
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard .NET CLI commands (
dotnet buildanddotnet test) to establish a baseline and verify the success of the migration. These are standard operations for the intended development task. - [EXTERNAL_DOWNLOADS]: Recommends updating project dependencies to well-known, official Microsoft NuGet packages, specifically the
MSTestmetapackage andMicrosoft.NET.Test.Sdkat specific, stable versions (3.8.0 and 17.13.0 respectively). - [DATA_EXFILTRATION]: No unauthorized network activity or sensitive data access was detected. The skill's operations are confined to local .NET project files (.csproj, .sln, .testsettings) necessary for the migration process.
- [PROMPT_INJECTION]: The skill inherently processes external data by reading project and solution files to identify versions and configurations. * Ingestion points: Assessment step involves reading .csproj, .sln, .slnx, and .testsettings files. * Boundary markers: No explicit delimiters are used when processing these files. * Capability inventory: The skill utilizes dotnet build and dotnet test execution capabilities. * Sanitization: No specific sanitization or validation of the content within the ingested project files is performed beyond the standard compiler and test runner checks.
Audit Metadata