Axguard GraphQL — Development skill for Claude Code
GraphQL misconfig — introspection enabled, CSRF prevention off.
How to install Axguard GraphQL
Installs to ~/.claude/skills/awarexone-axguard-axguard-graphql/SKILL.md
mkdir -p ~/.claude/skills/awarexone-axguard-axguard-graphql && curl -fsSL https://raw.githubusercontent.com/Awarexone/AXguard/HEAD/commands/axguard-graphql.md -o ~/.claude/skills/awarexone-axguard-axguard-graphql/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Axguard GraphQL does
description: GraphQL misconfig — introspection enabled, CSRF prevention off. Usage: /axguard-graphql [path]
/axguard-graphql
**Specialist:** GraphQL Reviewer
Usage
/axguard-graphql
/axguard-graphql ./api
Focus
- Introspection left on in production configs
- Apollo / framework CSRF prevention disabled
- Overly broad resolvers without auth (manual follow-up)
Steps
- Scan → keep
graphql.*. - Confirm environment (prod vs local-only).
- Disable introspection in
Alternatives in Development
- Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★
- MCP Language Server — mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, a 1.5k ★
- Module Status — Show status of all modules or a specific module (enabled/disabled, version, routes, migrations) 407 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Axguard Cloud
Cloud and CORS misconfig — metadata URLs, wildcard origins. Usage: /axguard-cloud [path]
Axguard Auth
AuthZ / IDOR / JWT / CSRF footgun hunt. Usage: /axguard-auth [path]
New Hook
Scaffold a new GraphQL hook (useQuery or useMutation) with gql/ directory, following project conventions. Usag
Revisar Ingles
Review your real, unprompted English usage from normal Claude Code sessions (requires passive_mode enabled) an
Contribution Fleet
Launch N opensource-contributor runs in parallel across different repos. Each run gets its own state directory
Fan Plan
/fan-plan advisory bridge — parse a PLAN's P?[path] ACs and PROPOSE a read-only fan-out. ADVISORY ONLY; the Ow
Related Agents
GraphQL Audit
GraphQL API security specialist. Use for introspection analysis, query complexity attacks, injection testing,
API Attacker
API security testing specialist for REST, GraphQL, gRPC, and WebSocket APIs. Handles BOLA/IDOR, mass assignmen
Review Code Correctness
A code review agent that checks analysis scripts for logical errors, incorrect function usage, wrong variable