Skip to main content

near-getpay

Facilitates crypto payments through a user-friendly page, integrating with PingPay and HOT PAY for seamless transactions.

Install this skill

or
0/100

Security score

The near-getpay skill was audited on Feb 28, 2026 and we found 40 security issues across 4 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

high line 210

Direct command execution function call

SourceSKILL.md
210const tunnel = spawn('ngrok', ['http', PORT.toString()]);
high line 213

Direct command execution function call

SourceSKILL.md
213const tunnel = spawn('cloudflared', ['tunnel', '--url', `http://localhost:${PORT}`]);
high line 216

Direct command execution function call

SourceSKILL.md
216const tunnel = spawn('npx', ['localtunnel', '--port', PORT.toString()]);
medium line 213

Template literal with variable interpolation in command context

SourceSKILL.md
213const tunnel = spawn('cloudflared', ['tunnel', '--url', `http://localhost:${PORT}`]);
medium line 219

Webhook reference - potential data exfiltration

SourceSKILL.md
219### Webhook Integration (HOT PAY only)
medium line 221

Webhook reference - potential data exfiltration

SourceSKILL.md
221HOT PAY sends webhooks to `/webhook/hotpay`. To use:
medium line 224

Webhook reference - potential data exfiltration

SourceSKILL.md
2242. Configure webhook URL in HOT PAY dashboard
medium line 290

Webhook reference - potential data exfiltration

SourceSKILL.md
290- ✅ Webhook signature verification (HOT PAY)
high line 128

Ngrok tunnel reference

SourceSKILL.md
128Or use your own reverse proxy (Cloudflare Tunnel, ngrok paid, etc.)
medium line 209

Ngrok tunnel reference

SourceSKILL.md
209// Option 1: ngrok
medium line 210

Ngrok tunnel reference

SourceSKILL.md
210const tunnel = spawn('ngrok', ['http', PORT.toString()]);
low line 41

Access to hidden dotfiles in home directory

SourceSKILL.md
41cd ~/.openclaw/skills
low line 141

Access to hidden dotfiles in home directory

SourceSKILL.md
1414. Run: cd ~/.openclaw/skills/near-getpay && ./start.sh
medium line 270

Access to hidden dotfiles in home directory

SourceSKILL.md
270Run: `ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa -N ""`
low line 319

Access to hidden dotfiles in home directory

SourceSKILL.md
319cd ~/.openclaw/skills
critical line 270

Access to SSH directory

SourceSKILL.md
270Run: `ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa -N ""`
medium line 54

Access to .env file

SourceSKILL.md
54- Add to `.env`: `PINGPAY_API_KEY=your_key_here`
medium line 60

Access to .env file

SourceSKILL.md
60- Copy each `item_id` and add to `.env`
medium line 64

Access to .env file

SourceSKILL.md
64Copy `.env.example` to `.env`:
low line 67

Access to .env file

SourceSKILL.md
67cp .env.example .env
medium line 70

Access to .env file

SourceSKILL.md
70Edit `.env`:
medium line 113

Access to .env file

SourceSKILL.md
113**The recipient address (where payments go) is configured at the provider level, NOT in the .env file:**
medium line 118

Access to .env file

SourceSKILL.md
118The `RECIPIENT_ADDRESS` in `.env` is **only for display** on the payment page. To change where payments actually go, update your provider's dashboard settings.
low line 161

Access to .env file

SourceSKILL.md
1614. Share it with me (or add to .env yourself)
low line 184

Access to .env file

SourceSKILL.md
184├── .env.example ← Config template
low line 185

Access to .env file

SourceSKILL.md
185├── .env ← Your config (gitignored)
medium line 198

Access to .env file

SourceSKILL.md
198Edit `.env`:
medium line 287

Access to .env file

SourceSKILL.md
287- ✅ API keys stored in `.env` (gitignored)
medium line 292

Access to .env file

SourceSKILL.md
292**Never commit `.env` to git!**
low line 51

External URL reference

SourceSKILL.md
51- Sign up at https://pingpay.io
low line 57

External URL reference

SourceSKILL.md
57- Visit https://pay.hot-labs.org/admin/overview
low line 107

External URL reference

SourceSKILL.md
107Share the generated `https://xxxxx.lhr.life` URL to accept payments!
low line 124

External URL reference

SourceSKILL.md
1241. Sign up at https://admin.localhost.run/
low line 158

External URL reference

SourceSKILL.md
1581. Sign up at https://pingpay.io
low line 172

External URL reference

SourceSKILL.md
172https://abc123xyz.lhr.life
low line 213

External URL reference

SourceSKILL.md
213const tunnel = spawn('cloudflared', ['tunnel', '--url', `http://localhost:${PORT}`]);
low line 266

External URL reference

SourceSKILL.md
266Visit `http://localhost:3000/setup` to see setup instructions.
low line 327

External URL reference

SourceSKILL.md
3271. Visit https://clawhub.com
low line 335

External URL reference

SourceSKILL.md
335- **PingPay**: https://pingpay.io/docs
low line 336

External URL reference

SourceSKILL.md
336- **HOT PAY**: https://pay.hot-labs.org/admin
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2.2K
Rate this skill
Categorymarketing
UpdatedApril 4, 2026
openclaw/skills