maui-collectionview
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Documentation Best Practices: The skill correctly emphasizes secure and performant coding practices, such as using compiled bindings (
x:DataType) and ensuring collection mutations occur on the UI thread to prevent synchronization issues. - Trusted External References: The skill includes links to official Microsoft documentation for .NET MAUI. These are well-known, trusted sources for developer resources.
- No Dangerous Execution Patterns: The code snippets provided are limited to XAML UI declarations and standard C# ViewModel logic. There are no instances of arbitrary command execution, network exfiltration, or sensitive file access.
- Resource Handling: The guidance regarding resource management, such as using
ObservableCollection<T>for dynamic data andMeasureFirstItemfor optimization, aligns with expected platform behavior and does not introduce security vulnerabilities.
Audit Metadata