Skip to main content

proxybase

Enables users to purchase and manage SOCKS5 residential proxies via ProxyBase API, supporting cryptocurrency payments and bandwidth monitoring.

Install this skill

or
37/100

Security score

The proxybase skill was audited on Mar 10, 2026 and we found 19 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 243

Curl to non-GitHub URL

SourceSKILL.md
243curl https://lemontv.xyz/api/ip
medium line 256

Curl to non-GitHub URL

SourceSKILL.md
256curl --proxy socks5://USERNAME:[email protected]:1080 https://lemontv.xyz/api/ip
medium line 272

Curl to non-GitHub URL

SourceSKILL.md
272curl -s https://lemontv.xyz/api/ip | jq .ip
medium line 275

Curl to non-GitHub URL

SourceSKILL.md
275curl -s --proxy socks5://USERNAME:[email protected]:1080 https://lemontv.xyz/api/ip | jq .ip
medium line 89

Webhook reference - potential data exfiltration

SourceSKILL.md
89- `callback_url` (optional) — webhook URL for status notifications
medium line 224

Webhook reference - potential data exfiltration

SourceSKILL.md
224### Strategy C: Webhook (If Gateway is Internet-Reachable)
medium line 234

Webhook reference - potential data exfiltration

SourceSKILL.md
234ProxyBase sends status updates to the webhook. Always combine with cron polling as backup.
medium line 297

Webhook reference - potential data exfiltration

SourceSKILL.md
297- Webhook notifications at 80% and 95% bandwidth usage if `callback_url` provided
medium line 28

Access to .env file

SourceSKILL.md
28credentials in `{baseDir}/state/credentials.env`. No manual API key setup
medium line 40

Access to .env file

SourceSKILL.md
40- `credentials.env` — API key (`PROXYBASE_API_KEY=pk_...`)
medium line 145

Access to .env file

SourceSKILL.md
1451. **Load credentials**: `source {baseDir}/state/credentials.env 2>/dev/null`
low line 6

External URL reference

SourceSKILL.md
6{"openclaw": {"emoji": "🌐", "homepage": "https://proxybase.xyz", "requires": {"bins": ["curl", "jq"], "env": ["PROXYBASE_API_URL"]}, "primaryEnv": "PROXYBASE_API_KEY", "install": [{"id": "jq-brew", "
low line 18

External URL reference

SourceSKILL.md
18| API Base | `$PROXYBASE_API_URL` (default: `https://api.proxybase.xyz/v1`) |
low line 231

External URL reference

SourceSKILL.md
231-d '{"package_id":"PACKAGE_ID","pay_currency":"usdcsol","callback_url":"https://your-gateway/hooks/proxybase"}'
low line 243

External URL reference

SourceSKILL.md
243curl https://lemontv.xyz/api/ip
low line 256

External URL reference

SourceSKILL.md
256curl --proxy socks5://USERNAME:[email protected]:1080 https://lemontv.xyz/api/ip
low line 264

External URL reference

SourceSKILL.md
264r = requests.get("https://lemontv.xyz/api/ip", proxies=proxies)
low line 272

External URL reference

SourceSKILL.md
272curl -s https://lemontv.xyz/api/ip | jq .ip
low line 275

External URL reference

SourceSKILL.md
275curl -s --proxy socks5://USERNAME:[email protected]:1080 https://lemontv.xyz/api/ip | jq .ip
Scanned on Mar 10, 2026
View Security Dashboard