integrate-revenuecat-rn
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code snippets for integrating RevenueCat, a well-known subscription management service. No malicious patterns were detected.
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of official packages:
react-native-purchasesandreact-native-purchases-ui. These are legitimate SDKs provided by RevenueCat for React Native development. - [CREDENTIALS_UNSAFE]: The skill correctly identifies the risk of hardcoding credentials. It uses a placeholder
<platform-public-sdk-key>in the configuration example and explicitly warns the user not to place provider credentials in the source control, logs, or prompts. - [COMMAND_EXECUTION]: The skill uses
npx expo installto add dependencies, which is the standard and expected method for Expo projects.
Audit Metadata