exploit-reference

Index major DeFi exploits with vulnerability patterns and Foundry PoCs.

1|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Apegurus/solidity-argus --skill exploit-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exploit-reference
Source: https://github.com/Apegurus/solidity-argus/tree/main/skills/references/exploit-reference
Command: npx skills add https://github.com/Apegurus/solidity-argus --skill exploit-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a curated index of major DeFi exploits and reproducible Foundry workflows, enabling users to understand, test, and learn from historical security incidents.

Core Features & Use Cases

  • Exploit Database: A table linking major DeFi exploits to their primary vulnerability patterns and Foundry Proof-of-Concepts (PoCs).
  • Reproducible Workflows: Step-by-step guides for setting up DeFiHackLabs and running PoCs locally using Foundry.
  • Use Case: An auditor can quickly find and run a Foundry PoC for a known reentrancy exploit to test a new DeFi protocol's resistance to similar attacks.

Quick Start

Use the exploit-reference skill to find the Foundry PoC for the bZx exploit.

Frequently Asked Questions about exploit-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reproduce historical DeFi exploits locally for security auditing?

To reproduce DeFi exploits locally, you use a curated index of historical incidents mapped to Foundry proof-of-concept workflows. You set up the provided test environments and execute the PoCs to understand specific vulnerability patterns.

What do I need to run Foundry proof-of-concept tests for smart contract exploits?

Running Foundry proof-of-concept tests for smart contract exploits requires the Foundry toolkit installed and an RPC URL for mainnet forking. These prerequisites allow you to execute the provided exploit test cases locally.

Where can I find a database of major DeFi hacks and their vulnerability patterns?

A database of major DeFi hacks and their vulnerability patterns is provided as a reference index. It links historical security incidents to their primary exploit mechanisms and associated reproducible test workflows.

Can I test a new DeFi protocol's resistance to known reentrancy attacks using Foundry?

You can test a DeFi protocol's resistance to known attacks by running historical reentrancy exploit PoCs locally. This facilitates understanding how specific vulnerability patterns execute and applying that knowledge to new code.

What is the best way to learn about smart contract security incidents using DeFiHackLabs workflows?

The best way to learn about smart contract security incidents is by following step-by-step guides for setting up DeFiHackLabs and running historical exploit PoCs. This provides hands-on reproduction of real vulnerability patterns.