stripe-integration-expert
Warn
Audited by Snyk on Aug 21, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In SKILL.md, the runtime path
app/api/webhooks/stripe/route.tsingests outsider-authored free text viaawait req.text()and passes it tostripe.webhooks.constructEvent(...)after reading thestripe-signatureheader, meaning any caller who can POST webhook payloads can supply the LLM-readable body (the webhook JSON string).
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly a Stripe payment integration: it initializes a Stripe client with a secret key and uses Stripe APIs to create checkout sessions, create/update subscriptions (including proration), report metered usage, handle webhook events with signature verification, and create billing portal sessions. These are specific payment gateway operations that can move or manage money and therefore constitute direct financial execution capability.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata