Skip to main content

graphql-developer

Specializes in designing and implementing GraphQL APIs, including schema design, resolvers, and Apollo Server setup.

Install this skill

or
84/100

Security score

The graphql-developer skill was audited on Feb 12, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 394

Template literal with variable interpolation in command context

SourceSKILL.md
394return pubsub.asyncIterator([`USER_UPDATED_${id}`]);
medium line 428

Template literal with variable interpolation in command context

SourceSKILL.md
428authorization: token ? `Bearer ${token}` : '',
low line 195

External URL reference

SourceSKILL.md
195console.log(`🚀 Server ready at http://localhost:4000/graphql`);
low line 328

External URL reference

SourceSKILL.md
328@link(url: "https://specs.apollo.dev/federation/v2.0",
low line 345

External URL reference

SourceSKILL.md
345@link(url: "https://specs.apollo.dev/federation/v2.0",
low line 370

External URL reference

SourceSKILL.md
370routing_url: http://localhost:4001/graphql
low line 374

External URL reference

SourceSKILL.md
374routing_url: http://localhost:4002/graphql
low line 420

External URL reference

SourceSKILL.md
420uri: 'http://localhost:4000/graphql',
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →