hunt-graphql

Analyze GraphQL schemas to identify security vulnerabilities.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/Skobyn/talon --skill hunt-graphql-skobyn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-graphql
Source: https://github.com/Skobyn/talon/tree/main/skills/hunt-graphql
Command: npx skills add https://github.com/Skobyn/talon --skill hunt-graphql-skobyn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps security professionals uncover GraphQL vulnerabilities in web applications, streamlining the process of identifying and exploiting potential security weaknesses.

Core Features & Use Cases

  • Vulnerability Detection: Identifies common GraphQL vulnerabilities such as IDOR, SSRF, and authorization bypass.
  • Schema Analysis: Maps the full GraphQL schema to understand the application's data model and potential attack vectors.
  • Use Case: For instance, when auditing a web application that uses GraphQL, this Skill can automatically discover and report vulnerabilities like those exploited in real-world incidents.

Quick Start

Analyze the GraphQL schema of the target application using the hunt-graphql skill.

Frequently Asked Questions about hunt-graphql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover and analyze a GraphQL schema for security vulnerabilities?

To analyze a GraphQL schema for security vulnerabilities, you must manually review the schema introspection responses to map the data model and identify potential attack vectors like IDOR, SSRF, and authorization bypass.

What types of GraphQL vulnerabilities can be identified through schema analysis?

Schema analysis identifies common GraphQL vulnerabilities such as IDOR, SSRF, and authorization bypass by mapping the full schema to understand the application's data model and uncovering potential security weaknesses.

Does GraphQL vulnerability detection require manual analysis of application logic?

Yes, GraphQL vulnerability detection requires manual analysis of schema introspection responses and a thorough understanding of the web application's logic to accurately identify and assess security vulnerabilities.

What is the best way to perform a web application security assessment on a GraphQL endpoint?

Performing a web application security assessment on a GraphQL endpoint involves discovering the schema via introspection, mapping the full data model, and manually analyzing application logic to pinpoint exploitable security flaws.

Can I use schema introspection to find authorization bypass issues in GraphQL?

Yes, you can use schema introspection to map the full GraphQL schema, which reveals the data model and potential attack vectors necessary to manually identify authorization bypass vulnerabilities and other security weaknesses.

When do I need to manually inspect GraphQL introspection responses during a security assessment?

You need to manually inspect GraphQL introspection responses during a security assessment when mapping the full schema to understand the application's data model and uncover potential attack vectors like IDOR or SSRF.