spree-payments

Warn

Audited by Snyk on Jun 29, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (high risk: 0.85). The skill’s required workflow includes “Fetch live docs” from public URLs (e.g., https://spreecommerce.org/docs/... and GitHub READMEs) and the LLM would ingest that fetched page text into its context, which is outsider-authored free text via runtime web fetching.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


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

  • Direct money access detected (high risk: 1.00). The skill is explicitly and specifically about payment processing and gateway integration. It references and provides code for Stripe, Adyen, and PayPal integrations (including Stripe Connect for marketplace payouts), creating PaymentSessions that call gateway APIs (Payment Intents / Adyen sessions / PayPal orders), capturing payments, performing refunds via Spree::Refund.perform! which "hits the gateway's refund endpoint", and gateway methods like authorize, capture, void, and credit. It also instructs storing and using API keys and webhook endpoints. These are explicit financial execution capabilities (sending captures/refunds, marketplace payouts, authorizations) rather than generic tooling.

Issues (3)

W011
MEDIUM

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

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W009
MEDIUM

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

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 29, 2026, 02:34 AM
Issues
3
Security Audit — snyk — spree-payments