shopify-partner
Audited by Socket on Sep 14, 2026
3 alerts found:
Anomalyx2Obfuscated FileSUSPICIOUS: the skill is coherent with Shopify Partner API assistance and uses same-org official tooling, so there is no strong malware signal. However, it requires routine outbound telemetry of user prompts, generated code, and host metadata to Shopify, making its data-sharing footprint moderately high for a coding helper.
This fragment alone does not demonstrate malicious behavior, credential theft, exfiltration, or sabotage. It is an opaque binary/encoded blob whose risk depends on omitted code that may decode or execute it. Further analysis requires the original bytes and surrounding file context.
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.