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-String and Get-ChildItem to identify existing namespace usage within the project.
  • It uses the winapp CLI to generate new project templates and execute the application.
  • It references .\BuildAndRun.ps1 as 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 .cs and .xaml files 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
Risk Level
SAFE
Analyzed
Sep 16, 2026, 01:52 AM
Security Audit — agent-trust-hub — winui-wpf-migration