rc-plan-changes
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Provides Kotlin code snippets using the RevenueCat SDK (
Purchases.sharedInstance.awaitPurchase) to perform subscription operations on Android. - [EXTERNAL_DOWNLOADS]: References official technical documentation from the vendor's website (
revenuecat.com). - [PROMPT_INJECTION]: The skill handles data from external billing sources via the
activeSubscriptionsfield, which represents a potential indirect prompt injection surface. - Ingestion points:
customerInfo.activeSubscriptionsinSKILL.md. - Boundary markers: None; uses standard SDK programmatic access.
- Capability inventory: SDK purchase execution via
awaitPurchaseinSKILL.md. - Sanitization: Employs programmatic string manipulation (
substringBefore(":")) to extract expected product identifiers from the subscription string.
Audit Metadata