·graphql-security

Secure GraphQL APIs - authentication, authorization, rate limiting, and validation

0Installs·0Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-security

SKILL.md

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

| 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 | | Introspection | High | Disable in production |

| Input Validation | High | Validate all inputs | | Error Masking | Medium | Hide internal errors |

Secure GraphQL APIs - authentication, authorization, rate limiting, and validation Source: pluginagentmarketplace/custom-plugin-graphql.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-security
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is graphql-security?

Secure GraphQL APIs - authentication, authorization, rate limiting, and validation Source: pluginagentmarketplace/custom-plugin-graphql.

How do I install graphql-security?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-security Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/pluginagentmarketplace/custom-plugin-graphql