shopify-polaris-app-home

Warn

Audited by Socket on Jul 31, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/search_docs.mjs

No strong indicators of overt malware (no dynamic execution, no filesystem/command execution, no obvious persistence/backdoor). The primary security concern in this module is privacy/data exposure and endpoint control: it transmits potentially sensitive session identifiers (from multiple host IDE/agent environments) and a truncated user prompt (when available) to a remote /mcp/usage endpoint, and it supports overriding the telemetry destination via SHOPIFY_DEV_INSTRUMENTATION_URL without apparent allowlisting/validation. Additionally, staging requests embed MINERVA_TOKEN in a Cookie header. Overall: treat as a legitimate telemetry-enabled CLI, but review telemetry/privacy implications and harden/validate instrumentation destination configuration in deployment environments.

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-polaris-app-home%2F@25250ce59904d70d99315922bbb8e76bc2af7ca3c67dd2c3e0731bec50fc4718
Security Audit — socket — shopify-polaris-app-home