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.md show how to download media attachments (images/videos) from URLs provided in notification payloads using URLSession. This is standard functionality for rich notifications and includes appropriate error handling and resource management.
  • [COMMAND_EXECUTION]: The skill mentions xcrun simctl push for debugging notifications in the simulator. This is a standard developer tool provided by Xcode and is used correctly in the documentation context.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 28, 2026, 06:23 AM