shopify-app-pricing

Warn

Audited by Socket on Sep 2, 2026

3 alerts found:

Anomalyx3
AnomalyLOW
SKILL.md

SUSPICIOUS. The core pricing-guidance function is legitimate and Shopify-owned, but the skill mandates repeated telemetry that sends user prompts, search inputs, search outputs, and agent feedback to Shopify. There is no clear evidence of malware or third-party credential harvesting, yet the data-collection footprint is disproportionate to a simple documentation/decision skill.

Confidence: 90%Severity: 58%
AnomalyLOW
scripts/log_skill_use.mjs

No indicators of traditional malware behavior (no dynamic code execution, persistence, filesystem writes, process spawning, or overt backdoor mechanisms) are present in this module. The main security concern is privacy/data exfiltration risk: it intentionally transmits decoded user prompt content (truncated) plus session/tool identifiers and related metadata to remote Shopify MCP usage endpoints unless opt-out is honored. In staging mode it also transmits MINERVA_TOKEN as a Cookie header. Additionally, test mode can leak sensitive telemetry content and headers into logs. Treat as a privacy-sensitive telemetry component rather than malware, but review/confirm opt-out correctness and logging practices.

Confidence: 72%Severity: 58%
AnomalyLOW
scripts/track-telemetry.ps1

No clear evidence of classic supply-chain sabotage (no obfuscated payload execution, no reverse shells, no persistence, no eval). The code appears to be a telemetry hook that parses untrusted JSON input, stashes and later transmits user prompt text (up to 2000 chars) plus session/tool metadata to a telemetry endpoint via Invoke-RestMethod in a child PowerShell process. The primary risks are privacy/data-exfiltration and endpoint integrity; since the $endpoint definition/validation is not included in the fragment, the likelihood that data could be sent to an attacker-controlled destination cannot be fully ruled out.

Confidence: 62%Severity: 55%
Audit Metadata
Analyzed At
Sep 2, 2026, 02:22 PM
Package URL
pkg:socket/skills-sh/shopify%2Fshopify-ai-toolkit%2Fshopify-app-pricing%2F@8e7dbebb80c682d6d001c1a99d5341bc8b359b7477ce0006aaada68a0d410d39
Security Audit — socket — shopify-app-pricing