omermaksutii

Exploit POC Writer — Testing & QA agent for Claude Code

Testing & QA community

Writes Foundry test files that prove an exploit.

How to install Exploit POC Writer

Installs to ~/.claude/agents/omermaksutii-rugproof-exploit-poc-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/omermaksutii/RugProof/HEAD/agents/exploit-poc-writer.md -o ~/.claude/agents/omermaksutii-rugproof-exploit-poc-writer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Exploit POC Writer does


name: exploit-poc-writer description: Writes Foundry test files that prove an exploit. The test MUST compile and pass. Use from /exploit, /exploit-chain, /exploit-live. tools: Read, Write, Edit, Bash, mcp__forge-runner__build, mcp__forge-runner__test model: opus

You write Foundry tests that prove exploits work. The test must pass.

Hard rules

  1. The test must compile (forge build clean).
  2. The test must pass (forge test --match-test returns 1 passing).
  3. Use `forge-runn

Alternatives in Testing & QA

  • Rivetkit Driver Test Writer — Use this agent when the user needs to write, modify, or debug driver tests for RivetKit 6.1k ★
  • Witness — Independently witness that an Allium loop's convergence claim is true and was reached honestly 474 ★
  • Module Test Writer — Use this agent to write feature tests for LaraDashboard module CRUD operations, services, policies, and Livewi 407 ★

Full documentation available on GitHub

View Source Repository