api-fuzzing-for-bug-bounty
Test APIs for Bug Bounty Findings
API testers need repeatable checks for hidden endpoints, authorization flaws, and injection issues. This skill organizes API fuzzing workflows for authorized bug bounty and penetration testing.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "api-fuzzing-for-bug-bounty" from https://skillstore.io/skills/sickn33-api-fuzzing-for-bug-bounty.md and its manifest at https://skillstore.io/api/skills/sickn33-api-fuzzing-for-bug-bounty/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "api-fuzzing-for-bug-bounty". Help me test an in-scope API for IDOR.
Expected outcome:
A prioritized checklist covering object identifiers, role pairs, negative controls, and evidence notes for authorized testing.
Using "api-fuzzing-for-bug-bounty". Review a GraphQL endpoint for common risks.
Expected outcome:
- Check whether introspection is exposed in production.
- Review mutations for missing authorization checks.
- Test batching and nested queries within approved limits.
Using "api-fuzzing-for-bug-bounty". Turn my API findings into a report outline.
Expected outcome:
A report structure with summary, affected endpoints, impact, reproduction steps, evidence, and remediation guidance.
Security Audit
CriticalMost external command detections are false positives caused by Markdown fences and inline examples, not executable skill code. The content still contains high-risk dual-use API exploitation guidance, including local file access payloads, SSRF and internal port probes, sensitive data extraction examples, IP disclosure, and rate-limit evasion guidance.
Confirmed security concerns (4)
Capability review items (10)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (48)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-api-fuzzing-for-bug-bounty/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-api-fuzzing-for-bug-bounty?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-api-fuzzing-for-bug-bounty?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-api-fuzzing-for-bug-bounty/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-api-fuzzing-for-bug-bounty.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
sickn33. (2026). api-fuzzing-for-bug-bounty security audit report (audit version 4) [Author version 1.1]. Skillstore. https://skillstore.io/skills/sickn33-api-fuzzing-for-bug-bounty/audits/4BibTeX citation
@techreport{sickn33-sickn33-api-fuzzing-for-bug-bounty-2026,
author = {sickn33},
title = {api-fuzzing-for-bug-bounty security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-api-fuzzing-for-bug-bounty/audits/4},
note = {Author version 1.1}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "api-fuzzing-for-bug-bounty security audit report (audit version 4)"
version: "1.1"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/sickn33-api-fuzzing-for-bug-bounty/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-api-fuzzing-for-bug-bounty:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Plan a Bug Bounty API Review
Create a scoped checklist for endpoint discovery, authorization checks, and evidence collection.
Build an Internal API Test Checklist
Translate API security topics into repeatable checks for product security reviews.
Prepare GraphQL Assessment Tasks
Organize GraphQL introspection, batching, nested query, and authorization tests for a client engagement.
Try These Prompts
Create an authorized API reconnaissance checklist for this scoped target. Include documentation review, endpoint discovery, version checks, and safe evidence notes.
Given these scoped endpoints and role descriptions, suggest safe IDOR tests that avoid accessing real user data.
Analyze this GraphQL schema excerpt for risky queries, mutations, batching issues, and introspection exposure within a test environment.
Build a phased fuzzing plan for my approved bug bounty target, including scope controls, rate limits, evidence collection, and reporting criteria.
Best Practices
- Confirm written authorization and scope before testing any endpoint.
- Use synthetic accounts and test data when checking authorization boundaries.
- Throttle requests and coordinate risky tests with the program owner.
Avoid
- Testing production APIs without permission or outside listed scope.
- Using payloads that exfiltrate real files, secrets, or personal data.
- Bypassing rate limits with IP rotation instead of approved test windows.