maui-shell-navigation
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Official API Usage: The skill demonstrates the use of standard .NET MAUI APIs such as Shell.Current.GoToAsync and Routing.RegisterRoute. These are documented framework features and are used here in a manner consistent with their intended design for mobile application development.
- Trusted External Documentation: All hyperlinks included in the skill point to the official Microsoft documentation domain (learn.microsoft.com). These resources are authoritative and provide safe guidance for developers.
- Secure Instructional Content: The provided code snippets illustrate best practices, such as using ContentTemplate with DataTemplate to optimize app performance and avoiding eager page creation. There are no signs of hidden commands, obfuscation, or unauthorized data access.
- Safe Data Passing Patterns: The skill explains how to handle navigation data using query parameters and the IQueryAttributable interface. These are standard architectural patterns in .NET development for managing application state and do not introduce unusual security risks within this context.
Audit Metadata