What problem does it solve? Security testers and bug bounty hunters need a structured, repeatable methodology for finding vulnerabilities across diverse targets — SPAs, REST APIs, Next.js Server Actions, MCP servers, and cloud functions — without wasting time on false positives or missing undocumented attack surface. ## Core Features & Use Cases - Web & API Exploitation Methodology: Covers JS bundle mining for undocumented endpoints, Better Auth testing, internal API auth bypass patterns, CORS analysis, and business logic flaws like race conditions and negative values. - Source Code Audit Patterns: Provides 21 concrete vulnerability patterns from real audits (XPath injection, shell command concatenation, CSRF header bypasses, session fixation) with grep strategies for large codebases. - Specialized Testing References: Includes playbooks for email spoofing (SPF/DMARC), SVG file-upload XSS, Express path traversal, ComfyUI attack surface analysis, and anti-bot detection fallback strategies. - Use Case: During a bug bounty engagement against a Next.js SaaS, use the skill to extract Server Action IDs from the JS bundle, map internal API endpoints, test Better Auth endpoints for mass assignment, and document findings with proven report wording. ## Quick Start Load the offensive-security skill and ask it to plan and execute a bug bounty test against my in-scope target, starting with recon and JS bundle analysis.