maui-auth-secure-storage
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- Authentication Best Practices: The skill outlines the use of
WebAuthenticatorandMSAL.NET, emphasizing secure flows like PKCE and public-client patterns that avoid embedding secrets in the application binary. - Secure Storage Guidelines: It provides clear instructions for using
SecureStoragefor sensitive data, including proper entitlement configuration for platform-specific security features like the iOS Keychain. - Session Management: The instructions include robust logout procedures that ensure tokens are cleared from both library caches and application-managed storage.
- Platform-Specific Security: The checklist ensures that platform-level configurations, such as Android IntentFilters and iOS CFBundleURLTypes, are correctly implemented to maintain the integrity of authentication redirects.
Audit Metadata