customer-lookup
Enables customer support teams to efficiently search for customer details and order history using the Lemon Squeezy API.
Install this skill
or
82/100
Security score
The customer-lookup skill was audited on Feb 9, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 71
Curl to non-GitHub URL
SourceSKILL.md
| 71 | curl "https://api.lemonsqueezy.com/v1/customers?filter[email][email protected]&filter[store_id]=YOUR_STORE_ID" \ |
medium line 117
Curl to non-GitHub URL
SourceSKILL.md
| 117 | curl "https://api.lemonsqueezy.com/v1/orders?filter[customer_id]=123456&filter[store_id]=YOUR_STORE_ID&include=order-items" \ |
low line 222
Webhook reference - potential data exfiltration
SourceSKILL.md
| 222 | - ✅ Grant manual access (if webhook failed) |
low line 63
External URL reference
SourceSKILL.md
| 63 | **Endpoint:** `GET https://api.lemonsqueezy.com/v1/customers` |
low line 71
External URL reference
SourceSKILL.md
| 71 | curl "https://api.lemonsqueezy.com/v1/customers?filter[email][email protected]&filter[store_id]=YOUR_STORE_ID" \ |
low line 108
External URL reference
SourceSKILL.md
| 108 | **Endpoint:** `GET https://api.lemonsqueezy.com/v1/orders` |
low line 117
External URL reference
SourceSKILL.md
| 117 | curl "https://api.lemonsqueezy.com/v1/orders?filter[customer_id]=123456&filter[store_id]=YOUR_STORE_ID&include=order-items" \ |
low line 175
External URL reference
SourceSKILL.md
| 175 | **Endpoint:** `GET https://api.lemonsqueezy.com/v1/subscriptions` |
low line 183
External URL reference
SourceSKILL.md
| 183 | **Endpoint:** `GET https://api.lemonsqueezy.com/v1/license-keys` |
low line 259
External URL reference
SourceSKILL.md
| 259 | Check: https://app.lemonsqueezy.com/settings/api |
Scanned on Feb 9, 2026
View Security Dashboard