musickit-audio
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes official Apple frameworks (MusicKit, MediaPlayer, and AVFoundation) to handle music search and playback functionality on iOS.
- [SAFE]: Authorization logic correctly implements
MusicAuthorization.request()and provides guidance on mandatoryInfo.plistusage descriptions (NSAppleMusicUsageDescription), ensuring user privacy and platform compliance. - [SAFE]: Playback management is handled via
ApplicationMusicPlayer.shared, which is the standard, secure way to play catalog content within an app without affecting the system-wide Music app state. - [SAFE]: The skill promotes secure development practices by including checks for subscription status before attempting playback and providing error handling for remote commands.
- [SAFE]: No signs of prompt injection, obfuscation, or unauthorized data exfiltration were found; all network activity is confined to standard MusicKit API requests to Apple's infrastructure.
Audit Metadata