skills/openai/skills/winui-app/Gen Agent Trust Hub

winui-app

Pass

Audited by Gen Agent Trust Hub on Sep 14, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Automated Environment Configuration: The skill automates environment auditing and bootstrapping via standard tooling using a bundled configuration file (config.yaml). It invokes winget configure -f config.yaml --accept-configuration-agreements --disable-interactivity to ensure Developer Mode is enabled and necessary Visual Studio components are installed.
  • Local Project Scaffolding: The skill utilizes native .NET CLI commands (dotnet new winui) to instantiate project structures based on official Microsoft template patterns rather than copying pre-built or unverified baseline files.
  • Execution of Developed Binaries: The instructions direct the agent to compile and execute the generated application (dotnet build and direct execution of the resulting binary) as part of standard validation loops to verify window creation, theme behavior, and responsiveness.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 14, 2026, 09:35 PM
Security Audit — agent-trust-hub — winui-app