cholakovvvcholakovvvCommunityยท1 Agent Skills Included

foundry-poc-mainnet-fork

Generate mainnet-fork Foundry proofs for smart contract vulnerabilities

Generates submission-ready Foundry proof-of-concept tests that reproduce smart contract vulnerabilities against real deployed contracts on a forked EVM mainnet. Eliminates hours of manual boilerplate, address hunting, and interface writing for bug bounty researchers and auditors. Classifies each finding, executes the full attack chain end-to-end, and produces assertions that prove the realized impact.
npx skills add cholakovvv/foundry-poc-mainnet-fork --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install foundry-poc-mainnet-fork?โ–ผ

Run `npx skills add cholakovvv/foundry-poc-mainnet-fork --all -g -y` in your terminal to install the skill globally.

What does foundry-poc-mainnet-fork do?โ–ผ

It turns a smart contract vulnerability description into a complete Foundry test that forks mainnet and exploits the real deployed protocol contracts end-to-end. The output is a submission-ready PoC for bug bounty platforms.

What do I need to run a mainnet fork PoC?โ–ผ

You need Foundry installed, an EVM RPC URL (free options like Alchemy, Infura, or drpc.org work), the vulnerability description, and the deployed contract addresses involved in the attack path.

Does it support Hardhat or non-EVM chains?โ–ผ

No. The skill is deliberately Foundry-only and works exclusively on EVM chains like Ethereum, Arbitrum, Base, and Polygon. Solana, Cosmos, and Hardhat projects are out of scope.

Can I use it without deep Foundry experience?โ–ผ

Yes. You provide the finding details and addresses in plain English, and the skill handles classification, interface writing, fork setup, and the full test structure for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’