skills/agent-proxy/SKILL.md
Resolve the default agent-lane Caido MCP endpoint for the current agent host.
npx skillsauth add ghostonbutterbread/bug-bounty-harness agent-proxyInstall 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 agent needs the normal agent-lane Caido MCP endpoint or proxy-observed traffic.
This is the default proxy lane. It should not inspect Ryushe's personal PC traffic. Use ryushe-proxy only when the task explicitly asks to view or compare Ryushe's traffic.
Phrase mapping: "your proxy", "agent proxy", "Ghost proxy", "OpenClaw proxy", or "local proxy" from the agent's point of view means this agent lane. "My proxy", "Ryushe's proxy", "my Caido", or "Ryushe's Caido" means the Ryushe lane instead; load ryushe-proxy.
If Ryushe says "look at the request <request>", the request lookup/source defaults to Ryushe's proxy unless he specifies another source. After that lookup, active agent testing still uses this agent lane by default. The only exception is when the agent is on the same host as Ryushe's proxy and my proxy resolves to localhost from that runtime. Rebuild the request with agent-owned browser/session state rather than replaying with Ryushe's cookies, tokens, or auth headers.
Replay transport policy: direct HTTP replay with curl, httpx, or a focused script is preferred for known request shapes. Use the agent-lane MCP/proxy replay only as a fallback when direct replay fails for browser/proxy/client-fingerprint reasons such as Cloudflare or browser-only flow state. Live browser exploration still uses Chromium/Playwright attached to the agent's local browser proxy.
Resolve in this order:
GHOST_AGENT_RUNTIME.http://hoster:3333/mcphttp://localhost:3333/mcphttp://localhost:3333/mcphttp://hoster:3333/mcp.For browsers launched from the OpenClaw machine, load openclaw-browser-proxy; browser traffic should go through http://hoster:8080, while MCP remains http://hoster:3333/mcp.
http://ryushespc:3333/mcp from this skill.testing
Systematic live request mutation: flip booleans, field ops, headers, content-type, parser differentials, replay vs intercept, null/empty testing. Inherits live-testing-policy scope/rate/ownership rules.
development
Test password reset, forgot-password, reset-token, email reset, and account recovery flows for account takeover risks.
tools
Targeted param/field discovery using tech stack clues, naming conventions, and controlled-rate ffuf — then feeds findings into request-exploration for mutation. Not brute-force; informed and scoped.
testing
Ghost-only workflow for creating approved bug bounty test accounts and saving credential references.