Skip to main content

graphql-api

Facilitates the creation of GraphQL APIs with schema design, resolvers, and subscriptions for complex queries.

Install this skill

or
86/100

Security score

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

Categories Tested

Security Issues

medium line 153

Template literal with variable interpolation in command context

SourceSKILL.md
153`Hello, ${name ?? 'World'}!`,
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160console.log(`Server ready at ${url}`);
low line 25

Access to .env file

SourceSKILL.md
25.env
low line 26

Access to .env file

SourceSKILL.md
26.env.*
low line 27

Access to .env file

SourceSKILL.md
27!.env.example
low line 647

Access to .env file

SourceSKILL.md
647├── .env.example
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →