Skip to main content

paypal-integration

Facilitates seamless PayPal payment integration for e-commerce, supporting express checkout, subscriptions, and refund management.

Install this skill

or
79/100

Security score

The paypal-integration skill was audited on Mar 8, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 202

Template literal with variable interpolation in command context

SourceSKILL.md
202```python
low line 85

Fetch to external URL

SourceSKILL.md
85fetch('/api/paypal/capture', {
medium line 16

Webhook reference - potential data exfiltration

SourceSKILL.md
16- Handling PayPal webhooks (IPN)
medium line 57

Webhook reference - potential data exfiltration

SourceSKILL.md
57- Webhook-like payment notifications
low line 67

External URL reference

SourceSKILL.md
67<script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&currency=USD"></script>
low line 138

External URL reference

SourceSKILL.md
138self.base_url = 'https://api-m.sandbox.paypal.com' if mode == 'sandbox' else 'https://api-m.paypal.com'
low line 239

External URL reference

SourceSKILL.md
239paypal_url = 'https://ipnpb.sandbox.paypal.com/cgi-bin/webscr' # or production URL
low line 341

External URL reference

SourceSKILL.md
341"return_url": "https://yourdomain.com/subscription/success",
low line 342

External URL reference

SourceSKILL.md
342"cancel_url": "https://yourdomain.com/subscription/cancel"
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →