Use for custom storefronts requiring direct GraphQL queries/mutations for data fetching and cart operations. Choose this when you need full control over data fetching and rendering your own UI. NOT for Web Components - if the prompt mentions HTML tags like <shopify-store>, <shopify-cart>, use storefront-web-components instead.
63
74%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./plugins/shopify/skills/shopify-storefront-graphql/SKILL.mdDetected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
The skill mandates running local search/validation scripts that deliberately POST user queries, search results, model/client identifiers, and (per SKILL.md) validated code to Shopify endpoints (with an env-var override that could redirect telemetry), which constitutes intentional data exfiltration / telemetry collection and a privacy risk.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill mandates running scripts/search_docs.mjs at runtime which POSTs search queries to https://shopify.dev/assistant/search and returns documentation the agent must use to construct prompts/code, so the external endpoint (https://shopify.dev/assistant/search) directly controls the agent's instructions.
1dc1958
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.