maui-app-lifecycle

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFE
Full Analysis
  • Application Architecture Guidance: The skill provides architectural instructions for managing cross-platform window state transitions (Created, Activated, Deactivated, Stopped, Resumed, Destroying) and hooking into native platform callbacks. These instructions align with standard documentation and best practices for .NET MAUI development.
  • Data Management Considerations: The text appropriately recommends standard storage mechanisms (Preferences and SecureStorage) for maintaining application state during backgrounding operations. No credential exposure or improper data transmission behaviors were observed.
  • Conditional Compilation Usage: The use of conditional compilation directives (such as #if ANDROID, #elif IOS, and #elif WINDOWS) is isolated to standard platform-specific lifecycle mapping and does not introduce runtime conditional security concerns.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 06:39 AM
Security Audit — agent-trust-hub — maui-app-lifecycle