What problem does it solve?
This Skill solves the critical gap of unknown API structure during black-box penetration testing, where hidden database tables, fields, and endpoints are not visible through standard reconnaissance but are frequently leaked via uncaught validation and error responses from target servers.
Core Features & Use Cases
- Multi-framework schema enumeration: Supports PostgREST (Supabase), Zod, FastAPI, GraphQL, and generic REST APIs to extract schema hints from framework-specific error messages.
- Context-aware fuzzing: Generates targeted wordlists from JS bundle analysis, domain-specific patterns, and common naming conventions to efficiently discover hidden resources.
- Use Case: When testing a fintech SaaS application's REST API, this Skill can map the entire user, billing, and transaction schema in minutes by analyzing error responses to fuzzed requests, eliminating hours of manual guesswork.
Quick Start
Use the hunt-schema-enumeration skill to map the full database schema of the target Supabase API at https://target.supabase.co using the provided anon key, then identify all hidden tables and fields exposed via error hints.