Skip to main content

graphql-api-development

Provides a comprehensive guide for building production-ready GraphQL APIs, covering schema design, queries, mutations, and more.

Install this skill

or
58/100

Security score

The graphql-api-development skill was audited on Feb 12, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 523

Template literal with variable interpolation in command context

SourceSKILL.md
523return pubsub.asyncIterator([`MESSAGE_${channelId}`]);
medium line 720

Template literal with variable interpolation in command context

SourceSKILL.md
720throw new Error(`${requires} role required`);
medium line 752

Template literal with variable interpolation in command context

SourceSKILL.md
752const cacheKey = `product:${id}`;
medium line 785

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

SourceSKILL.md
913throw new Error(`User with ID ${id} not found`);
medium line 1128

Template literal with variable interpolation in command context

SourceSKILL.md
1128console.log(`Request duration: ${duration}ms`);
low line 607

Access to .env file

SourceSKILL.md
607const decoded = jwt.verify(token, process.env.JWT_SECRET);
low line 774

Access to .env file

SourceSKILL.md
774host: process.env.REDIS_HOST,
low line 775

Access to .env file

SourceSKILL.md
775port: process.env.REDIS_PORT
low line 1346

External URL reference

SourceSKILL.md
1346- GraphQL Official Documentation: https://graphql.org
low line 1348

External URL reference

SourceSKILL.md
1348- How to GraphQL: https://howtographql.com
low line 1349

External URL reference

SourceSKILL.md
1349- Apollo GraphQL: https://apollographql.com
low line 1350

External URL reference

SourceSKILL.md
1350- GraphQL Weekly Newsletter: https://graphqlweekly.com
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →