What problem does it solve? GraphQL endpoints and REST APIs often expose undocumented fields, hidden parameters, and schema weaknesses that standard testing misses, leaving authorization gaps undiscovered during security assessments. ## Core Features & Use Cases - GraphQL Schema Discovery: Probes introspection, field suggestions, and error-based discovery to map the API surface even when introspection is restricted. - High-Value Attack Patterns: Tests IDOR via object IDs, query batching for rate-limit bypass, hidden admin fields, and nested authorization gaps. - Hidden Parameter Detection: Identifies undocumented fields by comparing admin docs, frontend code, and mobile endpoints against public API behavior. - Use Case: During a web application penetration test, you find a GraphQL endpoint. Use this Skill to enumerate the schema, discover an admin-only field exposed in type definitions, and exploit batching to bypass login rate limits. ## Quick Start Use the graphql-and-hidden-parameters skill to test the target GraphQL endpoint for introspection exposure, hidden fields, and batching abuse.