write-xaml-tests
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill invokes the
dotnet buildanddotnet testcommands to compile the project and execute unit tests. These are standard operations for .NET development environments to ensure code quality and verify bug fixes. - Local File Interaction: The skill reads internal documentation from
.github/instructions/and writes new test source files to thesrc/Controls/tests/directory. These file system operations are constrained to the project structure and are necessary for the skill's stated goal of managing XAML unit tests. - Dynamic Execution Surface: By generating code and subsequently executing it through a test runner, the skill creates a dynamic execution surface. This is a common pattern for developer agents and, in this case, follows the established conventions of the repository and the .NET testing framework.
Audit Metadata