GraphQL Scanner
Category: API / auth
Probes a GraphQL URL for introspection exposure, batching/alias abuse signals, and common injection/misconfig patterns.
Inputs
GraphQL HTTP endpoint URL (optionally with auth header if the UI provides it).
How to run it
- Open Security tools → GraphQL Scanner.
- Enter endpoint → run.
- Disable introspection in production if exposed; tighten complexity limits.
Output
Findings list with evidence snippets.
Notes
- For full API program coverage, run an API scan with schema upload.
Related
- /scans/api-scan/
- /tools/jwt-analyzer/
← Back to Security tools overview