audit_graphql
Audit GraphQL APIs to detect introspection exposure, missing depth/complexity limits, N+1 query patterns, field-level authorization gaps, and batching attack vectors.
Instructions
Deep GraphQL security audit — checks for introspection exposure, missing query depth/complexity limits, N+1 query patterns (DataLoader absence), missing field-level authorization, and batching attack vectors. Supports Apollo, Yoga, Mercurius, NestJS, and Pothos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root directory |