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/polar reads await request.text() and parses JSON payload; Creem: app.post('/webhooks/creem'...) reads req.body.toString() and JSON.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
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 31, 2026, 05:21 AM
Issues
2
Security Audit — snyk — payment-integration