GraphQL pentest playbook — find the endpoint, dump the schema (introspection or field-suggestion fallback), then test for authorization gaps, query batching, alias overload, depth-based DoS, and SQLi/NoSQLi in resolver arguments. Use when the target exposes a /graphql endpoint, GraphiQL, Apollo, or accepts GraphQL queries.
$npx -y skills add pentesterflow/agent --skill graphqlInstalls into the current project.
Run `npx skills use "https://github.com/pentesterflow/agent" --skill "pentesterflow/agent/graphql"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pentesterflow/agent" that are relevant to the current task. Run `npx skills add "https://github.com/pentesterflow/agent"` and select the relevant skills, then follow their instructions.