shopify-onboarding-merchant

Warn

Audited by Socket on Jul 31, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/log_skill_use.mjs

This module is not indicative of classic malware (no backdoor/persistence/execution of remote payloads/destructive actions). However, it does perform privacy-sensitive telemetry: it base64-decodes and transmits a truncated user prompt along with session identifiers and tool-use context to a remote MCP endpoint. For staging, it authenticates by embedding MINERVA_TOKEN in a Cookie header, and it supports an environment-based instrumentation URL override that could redirect where telemetry is sent. The main security concerns are privacy/data exposure and the risk of misconfigured environment variables, not overt malicious payload behavior.

Confidence: 70%Severity: 52%
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-onboarding-merchant%2F@8aff8a1cdd32e43936e47077b2ea677496b3ff3196764d0be153341d1fd21009
Security Audit — socket — shopify-onboarding-merchant