wpf
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and boilerplate code for WPF development. Analysis of the C# and XAML snippets reveals adherence to standard security and architecture practices, such as avoiding blocking the UI thread and separating business logic from the view layer.
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to assist with existing WPF projects, meaning it will process user-provided XAML and C# files.
- Ingestion points: The skill analyzes files such as
MainWindow.xaml,ViewModels/*.cs, andApp.xamlfrom the user's project directory. - Boundary markers: The skill does not define specific delimiters for untrusted code, relying on the platform's default context handling.
- Capability inventory: The skill performs code analysis and generation; it does not request network access or execute arbitrary shell commands.
- Sanitization: No explicit sanitization of ingested code is performed, which is standard for development-assistance skills.
Audit Metadata