Configure perform API fuzzing to discover edge cases, crashes, and security vulnerabilities. Use when performing specialized testing. Trigger with phrases like "fuzz the API", "run fuzzing tests", or "discover edge cases".
Automates API fuzzing to discover edge cases, crashes, and security vulnerabilities. Use when you need specialized testing beyond unit tests. Trigger with phrases like "fuzz the API" or "run fuzzing tests".
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install api-gateway-builder@claude-code-plugins-plusThis skill is limited to using the following tools:
assets/README.mdassets/report_template.mdreferences/README.mdscripts/README.mdscripts/fuzz_api.pyscripts/generate_payloads.pyscripts/report_generator.pyThis skill provides automated assistance for api fuzzer tasks.
Before using this skill, ensure you have:
Set up the testing context:
Run the test suite:
Process test outcomes:
Document findings in {baseDir}/test-reports/:
The skill generates comprehensive test results:
Each test includes:
Common issues and solutions:
Environment Setup Failures
Test Execution Timeouts
Resource Exhaustion
Dependency Issues
This skill provides automated assistance for api fuzzer tasks. This skill provides automated assistance for the described functionality.
Example usage patterns will be demonstrated in context.
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.