winui-wpf-migration
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- Command Execution: The skill utilizes PowerShell commands to perform environment auditing and project management tasks.
- It employs
Select-StringandGet-ChildItemto identify existing namespace usage within the project. - It uses the
winappCLI to generate new project templates and execute the application. - It references
.\BuildAndRun.ps1as a final validation step for the migrated project. - Indirect Prompt Injection Considerations: The skill is designed to ingest and process user-provided source code files, which is a common pattern for migration utilities.
- Ingestion points: The skill audits local
.csand.xamlfiles using directory traversal commands. - Boundary markers: There are no specific delimiters used when reading source code content; instructions are applied based on pattern matching.
- Capability inventory: The skill provides logic for namespace replacement, control mapping, and build execution via PowerShell.
- Sanitization: The skill does not perform explicit sanitization, as it assumes the input files are legitimate source code from the project being migrated.
Audit Metadata