chompute-shopify-customer-exporter
Exports Shopify customer data into JSON or CSV for GDPR compliance, facilitating data subject access requests efficiently.
Install this skill
or
87/100
Security score
The chompute-shopify-customer-exporter skill was audited on May 5, 2026 and we found 5 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 106
Template literal with variable interpolation in command context
SourceSKILL.md
| 106 | ```bash |
medium line 115
Curl to non-GitHub URL
SourceSKILL.md
| 115 | curl -sS -X POST https://chompute-services.dragonfruit.ai/openai/v1/responses \ |
low line 114
Access to .env file
SourceSKILL.md
| 114 | PAYLOAD=$(node -e 'const payload={model:"shopify-customer-exporter",input:[{role:"user",content:[{type:"input_text",text:JSON.stringify({store_domain:process.argv[1],shopify_access_token:process.env.S |
low line 80
External URL reference
SourceSKILL.md
| 80 | POST https://chompute-services.dragonfruit.ai/openai/v1/responses |
low line 115
External URL reference
SourceSKILL.md
| 115 | curl -sS -X POST https://chompute-services.dragonfruit.ai/openai/v1/responses \ |
Scanned on May 5, 2026
View Security Dashboard