maui-essentials-ai
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- [Safe Dependency Usage]: The skill recommends installing
Microsoft.Maui.Essentials.AIvia the standarddotnet add packagecommand. This is an expected pattern for .NET development using official libraries. - [Privacy Best Practices]: The instructions explicitly guide developers to use local, on-device models for Apple Intelligence and emphasize that they should 'not silently route private data to a cloud model' without user consent.
- [Conditional Platform Checks]: The provided code snippets use appropriate runtime checks (
OperatingSystem.IsIOSVersionAtLeast) and preprocessor directives (#if IOS), which ensures the code only executes on intended platforms, preventing unexpected behavior or crashes on unsupported devices. - [Secure Tool Invocation]: For tool use, the skill recommends using 'approval-required tools' for sensitive actions like deleting data or sending messages, which is a key safety measure in AI agent design.
Audit Metadata