rc-cancellations-pauses-winback
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and Kotlin code snippets for handling subscription cancellations, pauses, and winback states via the RevenueCat SDK. It follows best practices by recommending that sensitive operations involving the secret API key be performed in a secure backend environment rather than on the client device.
- [EXTERNAL_DOWNLOADS]: The skill references the official RevenueCat REST API (
api.revenuecat.com) for fetching detailed subscription data. This is a well-known service provided by the skill author and is necessary for the described functionality. - [COMMAND_EXECUTION]: Provides an example
curlcommand for backend integration testing. This command uses environment variables as placeholders for sensitive identifiers and keys, avoiding hardcoded credentials.
Audit Metadata