What problem does it solve?
GraphQL endpoints often expose authorization-sensitive data and complex state transitions via single endpoints, making misconfigurations easy to exploit. This Skill helps identify, map, and validate GraphQL security gaps such as IDOR, cross-tenant access, SSRF, and DoS, enabling safer and reproducible bug-hunting workflows.
Core Features & Use Cases
- GraphQL pattern discovery: detect endpoint surfaces, introspection exposure, and mutation paths that can bypass access controls.
- Cross-API testing workflows: coordinate REST and GraphQL tests to reveal parity gaps and orphaned permissions.
- Security validation methodology: map vulnerabilities from discovery through exploitation-resistant evidence collection and report-ready workflows.
- Use Case: imagine you are checking a multi-tenant SaaS; you would enumerate schema, test authorization boundaries, and verify access controls across tenants.
Quick Start
Analyze a target GraphQL endpoint with introspection enabled and report high-risk findings.