migrate-mstest-v3-to-v4
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill identifies and guides the update of MSTest dependencies, such as MSTest.TestFramework, MSTest.TestAdapter, and MSTest.Sdk, to version 4.1.0. These are standard components of the Microsoft MSTest framework.
- [COMMAND_EXECUTION]: The workflow involves executing standard .NET CLI commands, specifically 'dotnet build' and 'dotnet test', to establish a baseline and verify the success of the migration.
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it is designed to read and process external project files and source code.
- Ingestion points: The agent reads project-specific files including .csproj, .sln, and .runsettings.
- Boundary markers: No specific delimiters or warnings are used to isolate content from instructions during file processing.
- Capability inventory: The skill utilizes file system access and shell execution (dotnet build/test) for processing and verifying code changes.
- Sanitization: No explicit sanitization or validation of the ingested file content is performed prior to processing.
Audit Metadata