iblai-vibe-monetization-app-paywall
Warn
Audited by Snyk on Aug 25, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (low risk: 0.10). The runtime workflow reads outsider-authored free text via user-controlled request parameters (e.g.,
session_id) and locally stored token-derived data by calling the DM paywall endpoint and returning its JSON verbatim, but the only free text the agent itself ingests originates from authenticated user requests (not an arbitrary queue/feed submission path).
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly integrates with Stripe payment flows: it instructs storing the tenant's Stripe secret key, calls DM paywall/Stripe proxy endpoints to create products/prices, and mints Stripe Checkout sessions (server-side). These are concrete payment gateway operations (storing keys, creating prices, and sending checkout/session creation requests), which constitute direct financial execution authority.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata