Axguard Auth — Development skill for Claude Code
AuthZ / IDOR / JWT / CSRF footgun hunt.
How to install Axguard Auth
Installs to ~/.claude/skills/awarexone-axguard-axguard-auth/SKILL.md
mkdir -p ~/.claude/skills/awarexone-axguard-axguard-auth && curl -fsSL https://raw.githubusercontent.com/Awarexone/AXguard/HEAD/commands/axguard-auth.md -o ~/.claude/skills/awarexone-axguard-axguard-auth/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Axguard Auth does
description: AuthZ / IDOR / JWT / CSRF footgun hunt. Usage: /axguard-auth [path]
/axguard-auth
**Specialist:** Access Control Lead
Usage
/axguard-auth
/axguard-auth ./api
Focus
- Object fetch by id without ownership/tenant scope (IDOR)
- Sibling routes missing middleware
- JWT
alg=none/ weak verification - CSRF protection disabled on cookie sessions
Steps
axguard scan→ keepauth.*findings.- Map routes/handlers manually for ownership checks
Alternatives in Development
- JWT Scan — JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static cl 4.5k ★
- Doctor — Environment diagnostics with interactive fixes — providers, auth, RTK, hooks, token optimization 2.8k ★
- 05 Env And Auth — Prompt 05: Environment Configuration & API Authentication 2.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Harden Auth
Deployment hardening step 2 — review auth/session/authz surfaces. Identifies insecure cookies, broad CORS, mis
Axguard GraphQL
GraphQL misconfig — introspection enabled, CSRF prevention off. Usage: /axguard-graphql [path]
Axguard Secrets
Hunt hard-coded secrets, keys, tokens, PEM material. Usage: /axguard-secrets [path]
Hunt Access
Active IDOR / BOLA / BFLA / mass-assignment hunt for an ingested program. Consumes the webvuln-surface seeds +
Hunt Ssrf
Active SSRF hunt for an ingested program. Consumes webvuln-surface seeds (ssrf_likely params + URL-accepting i
Spike Check
Emit the stand-in spike checklist BEFORE a spike, so it's designed to hit the real binary + auth/lifecycle/fix
Related Agents
Lens Security
Security lens of the production readiness audit. Attacks the codebase on paper - injection, SSRF, path travers
API Attacker
API security testing specialist for REST, GraphQL, gRPC, and WebSocket APIs. Handles BOLA/IDOR, mass assignmen
Appsec Engineer
Application Security Engineer (Tier 3): reviews and tests code against OWASP Top 10:2025 / ASVS — authenticati