graphql-security

Installation
SKILL.md

GraphQL Security Skill

Protect your GraphQL APIs from attacks

Overview

Learn essential security patterns for GraphQL: JWT authentication, role-based authorization, rate limiting, query complexity limits, and input validation.


Security Checklist

Check Priority Implementation
Authentication Critical JWT with refresh tokens
Authorization Critical Field-level with graphql-shield
Rate Limiting Critical Per-user/IP with Redis
Query Depth High graphql-depth-limit
Query Complexity High graphql-query-complexity
Related skills
Installs
10
GitHub Stars
1
First Seen
Jan 23, 2026