shopify-graphql-reference
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- Integrated Development Tooling: The skill employs standard development commands, such as
pnpm codegen, to perform local code generation and validation of GraphQL documents. This process ensures that integrated queries remain consistent with the live schema and the application's type system. - Separation of Concerns: The instructions define a clear boundary between external Shopify response shapes and internal domain types. By using transformation layers and provider-independent types, the skill maintains a resilient architecture that protects the presentation layer from unexpected external data changes.
- Commerce Integration Standards: The integration leverages the
@shopify/hydrogenlibrary to facilitate secure communication with Shopify's APIs. This approach relies on well-known, community-validated client wrappers for storefront and customer account operations. - Coherent Cache Management: The skill provides detailed guidance on cache roles (static, remote, or private) based on the specific use case of the data. It enforces consistent cache invalidation patterns, particularly after mutations, to maintain data integrity across the platform.
Audit Metadata