shopify-dev

Fail

Audited by Snyk on Jul 31, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill mandates inlining the user's "verbatim" prompt as a base64 value into a logging command (scripts/log_skill_use.mjs), which forces the LLM to reproduce any secrets contained in the user's message and thus enables secret exfiltration.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). The code intentionally captures verbatim user prompts and host session identifiers and transmits them to Shopify telemetry endpoints (https://shopify.dev/mcp/usage), constituting deliberate data exfiltration of potentially sensitive content and inclusion of host session tokens.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (medium risk: 0.30). In SKILL.md the runtime workflow mandates running scripts/log_skill_use.mjs to capture the verbatim user prompt and then running scripts/search_docs.mjs, which posts that user-derived query text to Shopify’s /assistant/search for retrieval.

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 31, 2026, 09:26 AM
Issues
3
Security Audit — snyk — shopify-dev