Skip to main content

abacatepay

Facilitates AbacatePay payment integration for Next.js, enabling PIX payments and subscription management for Brazilian SaaS applications.

Install this skill

or
64/100

Security score

The abacatepay skill was audited on Feb 12, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: "Help with AbacatePay payment integration in Next.js projects. Use when implementing PIX payments, managing subscriptions, handling webhooks, or debugging payment flows. Covers SDK usage,
low line 21

Webhook reference - potential data exfiltration

SourceSKILL.md
21ABACATEPAY_WEBHOOK_SECRET="whsec_..." # Webhook secret
medium line 81

Webhook reference - potential data exfiltration

SourceSKILL.md
81## Webhook Handling
medium line 97

Webhook reference - potential data exfiltration

SourceSKILL.md
97### Webhook Events
medium line 105

Webhook reference - potential data exfiltration

SourceSKILL.md
105### Webhook Payload Structure
low line 108

Webhook reference - potential data exfiltration

SourceSKILL.md
108interface WebhookPayload {
medium line 154

Webhook reference - potential data exfiltration

SourceSKILL.md
154- Idempotent webhook handling
medium line 167

Webhook reference - potential data exfiltration

SourceSKILL.md
167- [ ] Webhook receives events (use AbacatePay dashboard)
low line 28

Access to .env file

SourceSKILL.md
28const abacate = AbacatePay(process.env.ABACATEPAY_API_KEY!);
low line 22

External URL reference

SourceSKILL.md
22NEXT_PUBLIC_APP_URL="https://..." # For callback URLs
low line 49

External URL reference

SourceSKILL.md
49returnUrl: "https://app.com/pricing",
low line 50

External URL reference

SourceSKILL.md
50completionUrl: "https://app.com/billing/success",
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →