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.AI via the standard dotnet add package command. 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
Risk Level
SAFE
Analyzed
Sep 6, 2026, 10:33 AM
Security Audit — agent-trust-hub — maui-essentials-ai