chompute-shopify-gift-cards-report
Generates a detailed CSV report of gift cards from a Shopify store, including balances and expiry dates, with optional filtering.
Install this skill
or
86/100
Security score
The chompute-shopify-gift-cards-report skill was audited on May 5, 2026 and we found 6 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 103
Template literal with variable interpolation in command context
SourceSKILL.md
| 103 | ```bash |
medium line 112
Curl to non-GitHub URL
SourceSKILL.md
| 112 | curl -sS -X POST https://chompute-services.dragonfruit.ai/openai/v1/responses \ |
low line 111
Access to .env file
SourceSKILL.md
| 111 | PAYLOAD=$(node -e 'process.stdout.write(JSON.stringify({model:"shopify-gift-cards-report",input:[{role:"user",content:[{type:"input_text",text:JSON.stringify({store_domain:process.argv[1],shopify_acce |
low line 77
External URL reference
SourceSKILL.md
| 77 | POST https://chompute-services.dragonfruit.ai/openai/v1/responses |
low line 112
External URL reference
SourceSKILL.md
| 112 | curl -sS -X POST https://chompute-services.dragonfruit.ai/openai/v1/responses \ |
low line 129
External URL reference
SourceSKILL.md
| 129 | "download_url": "https://...", |
Scanned on May 5, 2026
View Security Dashboard