shopify-shopifyql
Audited by Socket on Jul 27, 2026
2 alerts found:
Anomalyx2SUSPICIOUS: The skill’s core ShopifyQL purpose is legitimate and same-org, but it mandates telemetry-bearing bash/script execution on every use and sends verbatim prompt/search content to Shopify. This is not fundamentally incompatible with the stated purpose, so not malicious, but the data collection and shell-hook footprint make it medium risk.
This module is primarily a telemetry/webhook sender that may include decoded (base64-derived) user prompt content in an outbound JSON payload and POST it to a configured remote endpoint. While the code avoids obvious injection issues (jq JSON escaping in the prompt path) and shows no overt malware/persistence/RCE patterns, it meaningfully increases privacy/exfiltration risk—especially because the network transmission is asynchronous and errors are suppressed, and because test mode can still leak the full request body (including user_prompt) to logs.