fuzzing-apis

Solid

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 injection, XSS, command injection vulnerabilities, input validation failures, and edge cases in APIs. Trigger this skill by requesting fuzz testing, vulnerability scanning, or security analysis of an API. The skill is invoked using the `/fuzz-api` command.

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Overview This skill allows Claude to conduct automated fuzz testing on REST APIs. It identifies potential security flaws and robustness issues by injecting various malformed inputs, boundary values, and random data. ## How It Works 1. **Input Generation**: The skill generates a diverse set of test inputs, including malformed data, boundary values, and random payloads. 2. **API Interaction**: It sends these inputs to the specified API endpoints. 3. **Result Analysis**: It analyzes the API's responses and behavior to identify vulnerabilities, crashes, and unexpected results, such as SQL injection errors or XSS vulnerabilities. ## When to Use This Skill This skill activates when you need to: - Identify potential security vulnerabilities in an API. - Test the robustness of an API against unexpected inputs. - Ensure proper input validation is implemented in an API. ## Examples ### Example 1: Discovering SQL Injection Vulnerability User request: "Fuzz test the /users endpoint for SQL injection vulnerabilities." The skill will: 1. Generate SQL injection payloads. 2. Send these payloads to the /users endpoint. 3. Analyze the API's responses for SQL errors or unexpected behavior indicating a SQL injection vulnerability. ### Example 2: Testing Input Validation User request: "Fuzz test the /products endpoint to check for input validation issues with price and quantity parameters." The skill will: 1. Generate malformed inputs for price and quantity (e.g., negative values, ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

api-fuzzing-bug-bounty

This skill should be used when the user asks to "test API security", "fuzz APIs", "find IDOR vulnerabilities", "test REST API", "test GraphQL", "API penetration testing", "bug b...

5 Updated today
rootcastleco
AI & Automation Solid

fuzzing-operations-skill

Comprehensive fuzzing operations with AFL++, libFuzzer, and OSS-Fuzz integration

1,160 Updated today
a5c-ai
API & Backend Solid

performing-security-testing

This skill automates security vulnerability testing. It is triggered when the user requests security assessments, penetration tests, or vulnerability scans. The skill covers OWASP Top 10 vulnerabilities, SQL injection, XSS, CSRF, authentication issues, and authorization flaws. Use this skill when the user mentions "security test", "vulnerability scan", "OWASP", "SQL injection", "XSS", "CSRF", "authentication", or "authorization" in the context of application or API testing.

2,274 Updated today
jeremylongshore
Testing & QA Solid

703-technologies-fuzzing-testing

Use when you need to add or review fuzz testing for Java APIs with CATS — including contract-driven negative testing, malformed payload validation, boundary input exploration, CI integration, reproducible failures, and local execution guidance. Part of the skills-for-java project

393 Updated today
jabrena
Testing & QA Solid

automating-api-testing

This skill automates API endpoint testing, including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs. It is used when the user requests API testing, contract testing, or validation against OpenAPI specifications. The skill analyzes API endpoints and generates test suites covering CRUD operations, authentication flows, and security aspects. It also validates response status codes, headers, and body structure. Use this skill when the user mentions "API testing", "REST API tests", "GraphQL API tests", "contract tests", or "OpenAPI validation".

2,274 Updated today
jeremylongshore