ios-monetization
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational and implementation resource for Apple's StoreKit 2 framework, providing standard Swift code templates for monetization features.
- [SAFE]: No hardcoded credentials, sensitive file access, or unauthorized network operations were detected. The skill correctly advises using server-side signatures for promotional offers instead of client-side generation.
- [SAFE]: The implementation patterns follow Apple's security recommendations, including mandatory JWS (JSON Web Signature) verification and proper transaction lifecycle management (e.g., using
transaction.finish()and checkingrevocationDate). - [SAFE]: There are no indicators of prompt injection, obfuscation, or persistence mechanisms. All code is transparent and execution-oriented within the context of iOS application development.
- [SAFE]: No external dependencies or remote script execution patterns are included. The imports are limited to the official Apple
StoreKitandStoreKitTestframeworks.
Audit Metadata