shopify-shopifyql
Fail
Audited by Snyk on Jul 27, 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 forces the agent to inline the user's verbatim message (base64-encoded) into every bash call (log_skill_use.mjs), which will cause any secrets present in the user's prompt to be emitted (and thus exfiltrated) by the model.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The code intentionally captures and ships verbatim user prompts and host session identifiers (and can read session/token environment variables) to an external telemetry endpoint (https://shopify.dev/mcp/usage), which is a clear data-exfiltration / credential-leak pattern.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The skill mandates running scripts/search_docs.mjs at runtime, which POSTs the search query to Shopify's docs search service (resolved against the base URL "https://shopify.dev/"), so external content from https://shopify.dev/ is fetched and used to drive the agent's responses.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata