payment-integration
Warn
Audited by Snyk on Jul 31, 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). The runtime workflow for this skill ingests outsider-authored free text via payment webhook HTTP request bodies (e.g., Polar:
POST /webhooks/polarreadsawait request.text()and parses JSON payload; Creem:app.post('/webhooks/creem'...)readsreq.body.toString()andJSON.parse(payload)), which an outsider can influence by sending crafted webhook payloads.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly a payment-integration toolkit listing payment gateways (SePay, Polar, Stripe, Paddle, Creem.io), APIs/endpoints, webhook handling, and contains concrete code to create checkout sessions (stripe.checkout.sessions.create) and manage transactions. These are specific financial execution capabilities (payment gateways and transaction creation), not generic tools.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata