apollo-client-patterns
Facilitates efficient GraphQL application development using Apollo Client for queries, mutations, and state management in React.
Install this skill
Security score
The apollo-client-patterns skill was audited on Feb 9, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 61 | authorization: token ? `Bearer ${token}` : '', |
Template literal with variable interpolation in command context
| 70 | `[GraphQL error]: Message: ${message}, Location: ${locations}, Path: ${path}` |
Template literal with variable interpolation in command context
| 75 | console.error(`[Network error]: ${networkError}`); |
Template literal with variable interpolation in command context
| 390 | id: `Post:${postId}`, |
Template literal with variable interpolation in command context
| 402 | id: `Post:${postId}`, |
Access to .env file
| 53 | uri: process.env.REACT_APP_GRAPHQL_URI || 'http://localhost:4000/graphql', |
External URL reference
| 53 | uri: process.env.REACT_APP_GRAPHQL_URI || 'http://localhost:4000/graphql', |
External URL reference
| 907 | - [Apollo Client Documentation](https://www.apollographql.com/docs/react/) |
External URL reference
| 909 | - [GraphQL Best Practices](https://graphql.org/learn/best-practices/) |
External URL reference
| 910 | - [Apollo Blog](https://www.apollographql.com/blog/) |
External URL reference
| 911 | - [Full-Stack GraphQL Course](https://www.howtographql.com/) |