Skip to main content

mayar-payment

Integrates Mayar.id for invoice generation, payment tracking, and WhatsApp messaging, tailored for Indonesian payment methods.

Install this skill

or
67/100

Security score

The mayar-payment skill was audited on Feb 9, 2026 and we found 17 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 99

Template literal with variable interpolation in command context

SourceSKILL.md
99const message = `
medium line 184

Webhook reference - potential data exfiltration

SourceSKILL.md
184**Option A: Webhook** (Real-time)
medium line 185

Webhook reference - potential data exfiltration

SourceSKILL.md
185- Register webhook URL with Mayar
medium line 219

Webhook reference - potential data exfiltration

SourceSKILL.md
219- [ ] Setup webhook for payment notifications
low line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21mkdir -p ~/.config/mayar
low line 22

Access to hidden dotfiles in home directory

SourceSKILL.md
22cat > ~/.config/mayar/credentials << EOF
low line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25chmod 600 ~/.config/mayar/credentials
low line 12

External URL reference

SourceSKILL.md
121. **Mayar.id account** - Sign up at https://mayar.id
low line 13

External URL reference

SourceSKILL.md
132. **API Key** - Generate from https://web.mayar.id/api-keys
low line 40

External URL reference

SourceSKILL.md
40"https://mcp.mayar.id/sse",
low line 71

External URL reference

SourceSKILL.md
71redirectURL="https://yoursite.com/thanks" \
low line 81

External URL reference

SourceSKILL.md
81"link": "https://subdomain.myr.id/invoices/slug",
low line 197

External URL reference

SourceSKILL.md
197- Link format: `https://your-subdomain.myr.id/invoices/slug`
low line 229

External URL reference

SourceSKILL.md
229- Dashboard: https://web.mayar.id
low line 230

External URL reference

SourceSKILL.md
230- API Base: `https://api.mayar.id/hl/v1/`
low line 233

External URL reference

SourceSKILL.md
233- Dashboard: https://web.mayar.club
low line 234

External URL reference

SourceSKILL.md
234- API Base: `https://api.mayar.club/hl/v1/`
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →