paypal-integration

Warn

Audited by Snyk on Jun 23, 2026

Risk Level: MEDIUM
Full Analysis

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 a PayPal payment integration: it contains concrete, specific API calls and helper functions that create and capture orders (create_order, capture_order -> POST /v2/checkout/orders/{id}/capture), create refunds (create_refund -> POST /v2/payments/captures/{capture_id}/refund), create subscriptions/billing plans (v1/billing/plans, v1/billing/subscriptions), and references Payouts. It uses OAuth client_id/client_secret to obtain access tokens and performs POST requests to PayPal endpoints to move funds. These are direct payment gateway operations (sending/refunding/capturing payments, managing subscriptions/payouts), not generic or hypothetical tools—so the skill grants direct financial execution authority.

Issues (2)

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 23, 2026, 08:54 PM
Issues
2
Security Audit — snyk — paypal-integration