Exploit POC Writer — Testing & QA agent for Claude Code
Writes Foundry test files that prove an exploit.
How to install Exploit POC Writer
Installs to ~/.claude/agents/omermaksutii-rugproof-exploit-poc-writer.md
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
- The test must compile (
forge buildclean). - The test must pass (
forge test --match-testreturns 1 passing). - 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 RepositoryRelated Agents
Xunit Test Writer
Writes and runs xunit regression tests for the Contoso Claims API against the live MySQL database, using WebAp
Kavach Confirm Reporter
KAVACH live-validation reporting agent. Aggregates every confirm_status verdict kavach-poc-executor and kavach
Signature QA
Quality assurance specialist. Schema / compile / dead-code / silent-failure auditor. Ships with CogSig for sig
E2e Test Writer
E2E spec author — explores a live app via Playwright MCP (browser_snapshot → interact → assert), authors durab
Ae Test
Agent Engineer test agent. Writes tests from the acceptance criteria rather than from the implementation, muta
Test Isolation Reviewer
Use this agent after adding or modifying any file in tests/ to verify the test will pass in CI (no parent-proj
Related Skills
Exploit Chain
Chain multiple findings into a single multi-step exploit. Produces a Foundry test that proves the chain works.
Exploit Confirm
Prove a SUSPECTED finding with one targeted, SOC-stealth, operator-supervised confirmation probe (confirm_ too
Foundry POC Mainnet Fork
Claude Code skill that produces submission-ready Foundry PoCs against mainnet-forked deployed contracts.