graphql-api-development
Provides a comprehensive guide for building production-ready GraphQL APIs, covering schema design, queries, mutations, and more.
Install this skill
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
Template literal with variable interpolation in command context
| 523 | return pubsub.asyncIterator([`MESSAGE_${channelId}`]); |
Template literal with variable interpolation in command context
| 720 | throw new Error(`${requires} role required`); |
Template literal with variable interpolation in command context
| 752 | const cacheKey = `product:${id}`; |
Template literal with variable interpolation in command context
| 785 | const cacheKey = `user:${id}`; |
Template literal with variable interpolation in command context
| 822 | const cacheKey = `user:${id}`; |
Template literal with variable interpolation in command context
| 913 | throw new Error(`User with ID ${id} not found`); |
Template literal with variable interpolation in command context
| 1128 | console.log(`Request duration: ${duration}ms`); |
Access to .env file
| 607 | const decoded = jwt.verify(token, process.env.JWT_SECRET); |
Access to .env file
| 774 | host: process.env.REDIS_HOST, |
Access to .env file
| 775 | port: process.env.REDIS_PORT |
External URL reference
| 1346 | - GraphQL Official Documentation: https://graphql.org |
External URL reference
| 1348 | - How to GraphQL: https://howtographql.com |
External URL reference
| 1349 | - Apollo GraphQL: https://apollographql.com |
External URL reference
| 1350 | - GraphQL Weekly Newsletter: https://graphqlweekly.com |