graphql-security
安全な GraphQL API - 認証、認可、レート制限、および検証
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 |
安全な GraphQL API - 認証、認可、レート制限、および検証 ソース: pluginagentmarketplace/custom-plugin-graphql。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-security- カテゴリ
- !セキュリティ
- 認証済み
- —
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
graphql-security とは?
安全な GraphQL API - 認証、認可、レート制限、および検証 ソース: pluginagentmarketplace/custom-plugin-graphql。
graphql-security のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-security インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/pluginagentmarketplace/custom-plugin-graphql
詳細
- カテゴリ
- !セキュリティ
- ソース
- user
- 初回登録
- 2026-02-01