skills/caido/SKILL.md
Connect to a Caido MCP instance for proxy traffic inspection and request comparison.
npx skillsauth add ghostonbutterbread/bug-bounty-harness caidoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this when a bug bounty task needs Caido MCP traffic, project history, request inspection, or request comparison.
Default to:
http://localhost:3333/mcp
If the user gives a hostname or IP address, use:
http://<hostname-or-ip>:3333/mcp
If the user gives a full URL, use that exact URL.
/pwnfox and filter history by
X-PwnFox-Color: <color>./single-request-grabber after Caido connectivity is confirmed.documentation
Use when attacker-controlled input is saved and rendered later in a profile, comment, title, notification, admin view, export, email, feed, upload metadata, or other stored render surface.
content-media
Use when attacker-controlled input appears in the immediate HTTP response or browser-rendered page and needs reflected XSS context classification, payload selection, mutation, and browser verification.
data-ai
Use when inspecting proxy traffic from PwnFox-profiled browser sessions, filtering Caido/Burp/proxy history by X-PwnFox-Color, or interpreting user phrases like 'Red session' as a distinct browser/auth/profile lane.
tools
# LFI — Local File Inclusion Bypass ## What It Does Tests LFI bypass techniques: path traversal, null bytes, wrappers, log poisoning. Load `general-security-testing-policy`, `live-testing-policy`, and `injection-testing-policy` before live testing. For file/path sinks, absence of an immediate file read or response delta is not a stop reason by itself; use the policy to reason about path normalization, extension allowlists, wrappers, encoding, parser differences, and stack-specific proof ladder