Skip to main content

graphql-performance

Optimizes GraphQL API performance through query complexity analysis, batching, caching strategies, and database optimization.

Install this skill

or
55/100

Security score

The graphql-performance skill was audited on Feb 22, 2026 and we found 13 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79`Query is too complex: ${complexity}. ` +
medium line 80

Template literal with variable interpolation in command context

SourceSKILL.md
80`Maximum allowed: ${maxComplexity}`,
medium line 142

Template literal with variable interpolation in command context

SourceSKILL.md
142`Query exceeds maximum depth of ${maxDepth}. ` +
medium line 143

Template literal with variable interpolation in command context

SourceSKILL.md
143`Found depth of ${depth}.`,
medium line 362

Template literal with variable interpolation in command context

SourceSKILL.md
362cacheKeyFn: (key) => `${key.authorId}:${key.status}`
medium line 433

Template literal with variable interpolation in command context

SourceSKILL.md
433const cacheKey = `posts:${JSON.stringify(args)}`;
medium line 442

Template literal with variable interpolation in command context

SourceSKILL.md
442const cacheKey = `user:${id}`;
medium line 724

Template literal with variable interpolation in command context

SourceSKILL.md
724`graphql.resolve.${info.fieldName}`,
low line 762

Access to .env file

SourceSKILL.md
762if (process.env.APOLLO_KEY) {
low line 826

Buffer.from base64 decode

SourceSKILL.md
826const cursor = JSON.parse(Buffer.from(after, 'base64').toString());
low line 903

External URL reference

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

External URL reference

SourceSKILL.md
907- [Apollo Performance Guide](https://www.apollographql.com/docs/apollo-server/performance/caching/)
low line 911

External URL reference

SourceSKILL.md
911- [OpenTelemetry for GraphQL](https://opentelemetry.io/docs/) -
Scanned on Feb 22, 2026
View Security Dashboard
Installation guide →
GitHub Stars 152
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
TheBushidoCollective/han