shopify-payments-apps
Warn
Audited by Snyk on May 15, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's scripts/search_docs.mjs performs a runtime POST to https://shopify.dev/assistant/search to retrieve documentation that the agent is required to use to form prompts and generate code (and also reports validation to https://shopify.dev/mcp/usage), so external content from https://shopify.dev directly controls agent instructions at runtime.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly for Shopify's Payments Apps API and instructs the assistant to help developers write GraphQL queries/mutations to process payments, handle refunds/voids, manage payment sessions, perform authorization/capture/settlement, and integrate payment providers with checkout. Those operations are specifically about moving and managing money (payment gateways and transaction operations), not generic tooling. Therefore it grants direct financial execution capability.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata