shopify-storefront-graphql

Warn

Audited by Socket on Jul 31, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/search_docs.mjs

No overt malicious payload/backdoor behavior is apparent in this module. However, it performs outbound network communication and—by default—sends telemetry to a configurable MCP endpoint. That telemetry can contain truncated user prompt content and session identifiers (sourced from environment variables), and the telemetry destination can be overridden via `SHOPIFY_DEV_INSTRUMENTATION_URL` without visible allowlisting/validation. This makes the main concern an operational privacy/data-exfiltration risk rather than malware.

Confidence: 70%Severity: 60%
AnomalyLOW
scripts/track-telemetry.sh

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.

Confidence: 62%Severity: 52%
Audit Metadata
Analyzed At
Jul 31, 2026, 09:27 AM
Package URL
pkg:socket/skills-sh/display-design-studio%2Fskills%2Fshopify-storefront-graphql%2F@f9d6f1f82a236d0b08ddfc7ea5cc65f38ccfb4578ba8a7682134e0586357b630
Security Audit — socket — shopify-storefront-graphql