api-fuzz-agent

Analyze API endpoints and parameters through structured fuzzing workflows to discover security weaknesses.

54|5|Updated May 9, 2026
One-click install
npx skills add https://github.com/jinyimeng01/mastermind-bug-bounty --skill api-fuzz-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-fuzz-agent
Source: https://github.com/jinyimeng01/mastermind-bug-bounty/tree/main/agents/api_fuzz
Command: npx skills add https://github.com/jinyimeng01/mastermind-bug-bounty --skill api-fuzz-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps security researchers systematically discover API vulnerabilities by replacing blind fuzzing with parameter-aware testing, response analysis, and data-driven endpoint exploration.

Core Features & Use Cases

  • Endpoint Coverage Testing: Analyze discovered API endpoints, prioritize high-value targets, and validate request methods, parameters, and authentication behavior.
  • Semantic Fuzzing & Data Linkage: Combine JavaScript-derived parameter requirements with harvested response values to uncover hidden relationships and security issues.
  • Use Case: Apply this Skill during authorized bug bounty assessments to investigate API exposure, access control weaknesses, response leaks, and undocumented endpoints.

Quick Start

Use the api-fuzz-agent skill to analyze an endpoint parameter map and perform a structured API security assessment with response mining and value linkage.

Frequently Asked Questions about api-fuzz-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find API security weaknesses through structured fuzzing?

To find API security weaknesses, structured fuzzing analyzes endpoints, parameters, responses, and authorization behavior. This approach replaces blind fuzzing with parameter-aware testing and response mining to systematically uncover vulnerabilities during security assessments.

What is semantic fuzzing and how does it help with API parameter analysis?

Semantic fuzzing combines JavaScript-derived parameter requirements with harvested response values. This data linkage uncovers hidden relationships and security issues, ensuring API parameter analysis is driven by actual data flow rather than random payload injection.

How do I test for IDOR vulnerabilities during an API security assessment?

To test for IDOR vulnerabilities during an API security assessment, you analyze endpoint parameter maps and track harvested values across responses. This controlled testing procedure evaluates authorization behavior to detect improper access control weaknesses.

Can I use this approach for endpoint discovery in bug bounty programs?

Yes, you can use this approach for endpoint discovery in authorized bug bounty programs. It prioritizes high-value targets, validates request methods, and investigates undocumented endpoints by applying structured workflows to your discovered endpoint parameter maps.

What inputs do I need to start an API endpoint coverage test?

To start an API endpoint coverage test, you need an endpoint parameter map as input. This mapping drives the structured security assessment, enabling request generation, response analysis, and controlled testing procedures for systematic evaluation.