Content Preview
--- name: fuzzing-apis description: | 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". allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:fuzz-*) version: 1.0.0 author: Jeremy Longshore <[email protected]> license: MIT compatible-with: claude-code, codex, openclaw --- # API Fuzzer ## Overview Perform AP
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/fuzzing-apis.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/api-fuzzer/skills/fuzzing-apis/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/testing/api-fuzzer/skills/fuzzing-apis/SKILL.md
Related Skills
Fuzzing APIs
This skill enables Claude to perform automated fuzz testing on APIs to discover vulnerabilities, crashes, and unexpected behavior. It leverages malformed inputs, boundary values, and random payloads to generate comprehensive fuzz test suites. Use this skill when you need to identify potential SQL in
skill-adapterfuzzing apis
by jeremylongshore · plugins-plus-skills
ffuf-web-fuzzing
Expert guidance for ffuf web fuzzing during penetration testing, including authenticated fuzzing with raw requests, auto-calibration, and result analysis
testingffufwebfuzzing
by sickn33 (Antigravity) · antigravity-awesome-skills
api-fuzzing-bug-bounty
Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors.
securityapifuzzingbug
by sickn33 (Antigravity) · antigravity-awesome-skills
ffuf-claude-skill
Use this skill when you need to work with web fuzzing with ffuf.
generalffufclaudeskill
by sickn33 (Antigravity) · antigravity-awesome-skills