Skip to main content

apollo-client-patterns

Facilitates efficient GraphQL application development using Apollo Client for queries, mutations, and state management in React.

Install this skill

or
69/100

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

medium line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61authorization: token ? `Bearer ${token}` : '',
medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70`[GraphQL error]: Message: ${message}, Location: ${locations}, Path: ${path}`
medium line 75

Template literal with variable interpolation in command context

SourceSKILL.md
75console.error(`[Network error]: ${networkError}`);
medium line 390

Template literal with variable interpolation in command context

SourceSKILL.md
390id: `Post:${postId}`,
medium line 402

Template literal with variable interpolation in command context

SourceSKILL.md
402id: `Post:${postId}`,
low line 53

Access to .env file

SourceSKILL.md
53uri: process.env.REACT_APP_GRAPHQL_URI || 'http://localhost:4000/graphql',
low line 53

External URL reference

SourceSKILL.md
53uri: process.env.REACT_APP_GRAPHQL_URI || 'http://localhost:4000/graphql',
low line 907

External URL reference

SourceSKILL.md
907- [Apollo Client Documentation](https://www.apollographql.com/docs/react/)
low line 909

External URL reference

SourceSKILL.md
909- [GraphQL Best Practices](https://graphql.org/learn/best-practices/)
low line 910

External URL reference

SourceSKILL.md
910- [Apollo Blog](https://www.apollographql.com/blog/)
low line 911

External URL reference

SourceSKILL.md
911- [Full-Stack GraphQL Course](https://www.howtographql.com/)
Scanned on Feb 9, 2026
View Security Dashboard