skills/dotnet/maui/write-xaml-tests/Gen Agent Trust Hub

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 build and dotnet test commands 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 the src/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
Risk Level
SAFE
Analyzed
Mar 1, 2026, 02:35 AM