push-notifications
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a technical guide for Apple's UserNotifications framework. It covers permission handling, token registration, and notification management using standard Swift patterns.
- [DATA_EXFILTRATION]: The code demonstrates sending APNs device tokens to a backend service (
TokenService.shared.upload). This is a necessary and standard architectural requirement for remote notifications. - [EXTERNAL_DOWNLOADS]: Examples in
references/rich-notifications.mdshow how to download media attachments (images/videos) from URLs provided in notification payloads usingURLSession. This is standard functionality for rich notifications and includes appropriate error handling and resource management. - [COMMAND_EXECUTION]: The skill mentions
xcrun simctl pushfor debugging notifications in the simulator. This is a standard developer tool provided by Xcode and is used correctly in the documentation context.
Audit Metadata