winui-dev-workflow
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The
BuildAndRun.ps1script executes local build tools likeMSBuild.exeanddotnet build, as well as thewinappCLI. These are standard operations for a development-focused skill intended to compile and launch applications. - [Build Process Augmentation]: The skill utilizes a temporary
Directory.Build.propsfile to inject a local analyzer DLL (Microsoft.WindowsAppSDK.Analyzers.dll) and targets file. This is a common pattern for adding code analysis or build-time checks without permanently modifying the user's project files. - [Environment Interaction]: The script reads the Windows Registry (
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock) to verify if Developer Mode is enabled. This is a legitimate prerequisite check required for deploying and debugging WinUI 3 packaged applications.
Audit Metadata