dotnet-wpf-modern
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill provides standard development templates and architectural patterns for Windows desktop applications using modern .NET practices.
- [EXTERNAL_DOWNLOADS]: Mentions standard, well-known libraries such as
CommunityToolkit.MvvmandMicrosoft.Extensions.Hostingfrom Microsoft. These are appropriate for the skill's stated purpose and originate from a trusted vendor. - [DATA_EXFILTRATION]: Includes example code for network operations using
HttpClientwith a placeholder URL (https://api.example.com). This is used for instructional purposes to demonstrate service patterns and does not target sensitive user data. - [INDIRECT_PROMPT_INJECTION]: Demonstrates data ingestion patterns from external services (API calls). While this constitutes a standard attack surface for any data-driven application, the skill contains no malicious instructions, bypass attempts, or self-referential safety claims.
- [PRIVILEGE_ESCALATION]: Accesses the Windows Registry under
HKEY_CURRENT_USERspecifically to detect system theme settings (AppsUseLightTheme). This is a standard, low-privilege operation used for UI customization and does not attempt to modify system-level configurations.
Audit Metadata